AUE(4) | Device Drivers Manual | AUE(4) |
aue
— ADMtek AN986
Pegasus USB Ethernet driver
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device uhci
device ohci
device usb
device miibus
device uether
device aue
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
if_aue_load="YES"
The aue
driver provides support for USB
Ethernet adapters based on the ADMtek AN986 Pegasus chipset.
The LinkSys USB10T adapters that contain the AN986 Pegasus chipset will operate at 100Base-TX and full-duplex.
The Pegasus contains a 10/100 Ethernet MAC with MII interface and is designed to work with both Ethernet and HomePNA transceivers. Although designed to interface with 100Mbps peripherals, the existing USB standard specifies a maximum transfer speed of 12Mbps. Users should therefore not expect to actually achieve 100Mbps speeds with these devices.
The Pegasus supports a 64-bit multicast hash table, single perfect filter entry for the station address and promiscuous mode. Packets are received and transmitted over separate USB bulk transfer endpoints.
The aue
driver supports the following
media types:
The aue
driver supports the following
media options:
For more information on configuring this device, see ifconfig(8).
Adapters supported by the aue
driver
include:
altq(4), arp(4), miibus(4), netintro(4), ng_ether(4), ifconfig(8)
ADMtek AN986 data sheet, http://www.admtek.com.tw.
The aue
device driver first appeared in
FreeBSD 4.0.
The aue
driver was written by
Bill Paul
<wpaul@ee.columbia.edu>.
November 24, 2015 | Debian |