AXE(4) | Device Drivers Manual | AXE(4) |
axe
— ASIX
Electronics AX88x7x/760 USB Ethernet driver
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device ehci
device uhci
device ohci
device usb
device miibus
device uether
device axe
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
if_axe_load="YES"
The axe
driver provides support for USB
Ethernet adapters based on the ASIX Electronics AX88172, AX88178, AX88772,
AX88772A, AX88772B and AX88760 USB 2.0 chipsets.
The AX88172, AX88772, AX88772A, AX88772B and AX88760 contain a 10/100 Ethernet MAC with MII interface and are designed to work with both Ethernet and HomePNA transceivers. The AX88178 has a 10/100/1000 Ethernet MAC with GMII/RGMII interface for interfacing with Gigabit Ethernet PHY.
These devices will operate with both USB 1.x and USB 2.0 controllers, however performance with 1.x controllers will be limited since the USB 1.x standard specifies a maximum transfer speed of 12Mbps. Users with USB 1.x controllers should therefore not expect to actually achieve 100Mbps speeds with these devices.
All chipsets support a 64-bit multicast hash table, single perfect filter entry for the station address, all-multicast mode and promiscuous mode. Packets are received and transmitted over separate USB bulk transfer endpoints.
The axe
driver supports the following
media types:
autoselect
10baseT/UTP
mediaopt
option can also be used to select either
full-duplex
or half-duplex
modes.100baseTX
mediaopt
option can also be used to select either
full-duplex
or half-duplex
modes.1000baseT
mediaopt
option can
also be used to select either full-duplex
or
half-duplex
modes.The axe
driver supports the following
media options:
full-duplex
half-duplex
For more information on configuring this device, see ifconfig(8).
The axe
driver supports ASIX Electronics
AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet
adapters including:
AX88172:
AX88178:
AX88772:
AX88772A:
AX88772B:
AX88760:
altq(4), arp(4), miibus(4), netintro(4), ng_ether(4), rgephy(4), vlan(4), ifconfig(8)
ASIX AX88x7x and AX88760 data sheets, http://www.asix.com.tw.
The axe
device driver first appeared in
FreeBSD 5.0.
The axe
driver was written by
Bill Paul
<wpaul@windriver.com>.
November 24, 2015 | Debian |