et(4) | Agere ET1310 10/100/Gigabit Ethernet driver |
if_et, et(4) | Agere ET1310 10/100/Gigabit Ethernet driver |
ET(4) | MidnightBSD Kernel Interfaces Manual | ET(4) |
et
— Agere ET1310
10/100/Gigabit Ethernet driver
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device miibus
device et
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
if_et_load="YES"
The et
driver supports PCI Express
Ethernet adapters based on the Agere ET1310 chip.
The et
driver supports the following media
types:
The et
driver supports the following
media options:
Note that the 1000baseT media type is only available if it is supported by the adapter. For more information on configuring this device, see ifconfig(8).
The et
driver supports Agere ET1310
10/100/Gigabit Ethernet adapters.
altq(4), arp(4), miibus(4), netintro(4), ng_ether(4), vlan(4), ifconfig(8)
The et
device driver first appeared in
DragonFly 1.11. The first
FreeBSD release to include it was
FreeBSD 8.0.
The et
driver was written by
Sepherosa Ziehau
<sepherosa@gmail.com>
for DragonFly. It was ported to
FreeBSD by Xin LI
<delphij@FreeBSD.org>.
December 9, 2011 | midnightbsd-3.1 |