axge (4)
Leading comments
Copyright (c) 1997, 1998, 1999, 2000-2003 Bill Paul <wpaul@windriver.com>. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the f...
NAME
axge - ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet driverSYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file:device xhci device ehci device uhci device ohci device usb device miibus device axge
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf5:
if_axge_load="YES"
DESCRIPTION
The driver provides support for USB Gigabit Ethernet adapters based on the ASIX Electronics AX88179 USB 3.0 and AX88178A USB 2.0 chipsets.The AX88179 and AX88178A contain a 10/100/1000 Ethernet MAC with a GMII interface for interfacing with the Gigabit Ethernet PHY.
These devices will operate with both USB 1.x and USB 2.0 controllers, and the AX88179 will operate with USB 3.0 controllers. Packets are received and transmitted over separate USB bulk transfer endpoints.
The driver supports the following media types:
- autoselect
- Enable autoselection of the media type and options. The user can manually override the autoselected mode by adding media options to rc.conf5.
- 10baseT/UTP
- Set 10Mbps operation. The ifconfig(8) mediaopt option can also be used to select either full-duplex or half-duplex modes.
- 100baseTX
- Set 100Mbps (Fast Ethernet) operation. The ifconfig(8) mediaopt option can also be used to select either full-duplex or half-duplex modes.
- 1000baseT
- Set 1000Mbps (Gigabit Ethernet) operation (AX88178 only). The ifconfig(8) mediaopt option can also be used to select either full-duplex or half-duplex modes.
The driver supports the following media options:
- full-duplex
- Force full duplex operation.
- half-duplex
- Force half duplex operation.
For more information on configuring this device, see ifconfig(8).