Deleted Added
full compact
altera_atse.4 (257656) altera_atse.4 (270268)
1.\"-
1.\"-
2.\" Copyright (c) 2013 SRI International
2.\" Copyright (c) 2013-2014 SRI International
3.\" All rights reserved.
4.\"
5.\" This software was developed by SRI International and the University of
6.\" Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237)
7.\" ("CTSRD"), as part of the DARPA CRASH research programme.
8.\"
9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions

--- 11 unchanged lines hidden (view full) ---

22.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE.
29.\"
3.\" All rights reserved.
4.\"
5.\" This software was developed by SRI International and the University of
6.\" Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237)
7.\" ("CTSRD"), as part of the DARPA CRASH research programme.
8.\"
9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions

--- 11 unchanged lines hidden (view full) ---

22.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE.
29.\"
30.\" $FreeBSD: head/share/man/man4/altera_atse.4 257656 2013-11-04 21:28:36Z joel $
30.\" $FreeBSD: head/share/man/man4/altera_atse.4 270268 2014-08-21 12:50:11Z bz $
31.\"
31.\"
32.Dd October 18, 2013
32.Dd May 21, 2014
33.Dt ALTERA_ATSE 4
34.Os
35.Sh NAME
36.Nm atse
37.Nd driver for the Altera Triple-Speed Ethernet MegaCore
38.Sh SYNOPSIS
39.Cd "device atse"
40.Cd "options ATSE_CFI_HACK"

--- 20 unchanged lines hidden (view full) ---

61.Nm
62device driver provides support for the Altera Triple-Speed Ethernet
63MegaCore.
64.Sh HARDWARE
65The current version of the
66.Nm
67driver supports the Ethernet MegaCore as described in version 11.1 of
68Altera's documentation when the device is configured with internal FIFOs.
33.Dt ALTERA_ATSE 4
34.Os
35.Sh NAME
36.Nm atse
37.Nd driver for the Altera Triple-Speed Ethernet MegaCore
38.Sh SYNOPSIS
39.Cd "device atse"
40.Cd "options ATSE_CFI_HACK"

--- 20 unchanged lines hidden (view full) ---

61.Nm
62device driver provides support for the Altera Triple-Speed Ethernet
63MegaCore.
64.Sh HARDWARE
65The current version of the
66.Nm
67driver supports the Ethernet MegaCore as described in version 11.1 of
68Altera's documentation when the device is configured with internal FIFOs.
69.Sh MAC SELECTION
70The default MAC address for each
71.Nm
72interface is derived from a value stored in
73.Xr cfi 4
74flash.
75The value is managed by the
76.Xr atsectl 8
77utility.
78.Pp
79Only a single MAC address may be stored in flash.
80If the address begins with the Altera prefix 00:07:ed and ends in 00 then
81up to 16 addresses will be derived from it by adding the unit number of
82the interface to the stored address.
83For other prefixes, the address will be assigned to atse0 and random
84addresses will be used for other interfaces.
85If the stored address is invalid, for example all zero's, multicast, or the
86default address shipped on all DE4 boards (00:07:ed:ff:ed:15) then a random
87address is generated when the device is attached.
69.Sh SEE ALSO
70.Xr miibus 4 ,
71.Xr netintro 4 ,
72.Xr ifconfig 8
73.Rs
74.%T Triple-Speed Ethernet MegaCore Function User Guide
75.%D November 2011
76.%I Altera Corporation

--- 24 unchanged lines hidden ---
88.Sh SEE ALSO
89.Xr miibus 4 ,
90.Xr netintro 4 ,
91.Xr ifconfig 8
92.Rs
93.%T Triple-Speed Ethernet MegaCore Function User Guide
94.%D November 2011
95.%I Altera Corporation

--- 24 unchanged lines hidden ---