aue(4) - NetBSD Manual Pages

Command: Section: Arch: Collection:  
AUE(4)                    NetBSD Programmer's Manual                    AUE(4)


NAME
aue - ADMtek AN986 Pegasus USB Ethernet driver
SYNOPSIS
aue* at uhub? ukphy* at mii?
HARDWARE
The aue driver supports the following adapters: Billionton Systems USB100 Corega FEther USB-TX D-Link DSB-650TX LinkSys USB100TX Melco Inc. LU-ATX SMC 2202USB
DESCRIPTION
The aue driver provides support for USB ethernet adapters based on the ADMtek AN986 Pegasus chipset. The Pegasus contains a 10/100 ethernet MAC with MII interface and is de- signed to work with both ethernet and HomePNA transceivers. Although de- signed 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: autoselect Enable autoselection of the media type and options. The user can manually override the autoselected mode by adding media options to the /etc/rc.conf file. 10baseT/UTP Set 10Mbps operation. The mediaopt option can also be used to enable full-duplex operation. Not speci- fying full duplex implies half-duplex mode. 100baseTX Set 100Mbps (fast ethernet) operation. The mediaopt option can also be used to enable full-duplex oper- ation. Not specifying full duplex implies half- duplex mode. The aue driver supports the following media options: full-duplex Force full duplex operation. The interface will op- erate in half duplex mode if this media option is not specified. For more information on configuring this device, see ifconfig(8).
DIAGNOSTICS
aue%d: watchdog timeout A packet was queued for transmission and a transmit command was issued, however the device failed to acknowledge the transmission before a timeout expired. aue%d: no memory for rx list The driver failed to allocate an mbuf for the receiver ring.
SEE ALSO
arp(4), ifconfig(8), netintro(4), usb(4) ADMtek AN986 data sheet, http://www.admtek.com.tw.
HISTORY
The aue device driver first appeared in FreeBSD 4.0, and in NetBSD 1.5.
AUTHORS
The aue driver was written by Bill Paul <wpaul@ee.columbia.edu>. NetBSD 1.5 December 25, 1999 2
Powered by man-cgi (2024-03-20). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.