1 .\" $NetBSD: aue.4,v 1.15 2004/01/05 04:41:06 schmonz Exp $
3 .\" Copyright (c) 1997, 1998, 1999
4 .\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\" notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\" notice, this list of conditions and the following disclaimer in the
13 .\" documentation and/or other materials provided with the distribution.
14 .\" 3. All advertising materials mentioning features or use of this software
15 .\" must display the following acknowledgement:
16 .\" This product includes software developed by Bill Paul.
17 .\" 4. Neither the name of the author nor the names of any co-contributors
18 .\" may be used to endorse or promote products derived from this software
19 .\" without specific prior written permission.
21 .\" THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ``AS IS'' AND
22 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 .\" ARE DISCLAIMED. IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD
25 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
31 .\" THE POSSIBILITY OF SUCH DAMAGE.
33 .\" FreeBSD: src/share/man/man4/aue.4,v 1.2 2000/01/07 22:18:47 wpaul Exp
40 .Nd ADMtek AN986 and AN8511 Pegasus USB Ethernet driver
47 driver supports the following adapters:
49 .Bl -tag -width Dv -offset indent -compact
50 .It Tn @Home USB 10/100
51 .It Tn Abocom DSB650TX
52 .It Tn Billionton Systems USB100
54 .It Tn Corega FEther USB-TX
55 .It Tn Corega FEther USB-TXS
57 .It Tn D-Link DSB-650TX
58 .It Tn D-Link DSB-650TX-PNA
59 .It Tn I/O DATA USB ETTX
61 .It Tn Kingston KNU101TX
62 .It Tn LinkSys USB100TX
63 .It Tn LinkSys USB100H1
64 .It Tn LinkSys USB10TA
65 .It Tn Melco Inc. LU-ATX
66 .It Tn Microsoft MN110
67 .It Tn SOHOware NUB100
69 .It Tn SMC 2206USB/ETH
74 driver provides support for USB
76 adapters based on the ADMtek AN986 Pegasus and AN8511 Pegasus II chipsets.
78 The Pegasus contains a 10/100
80 MAC with MII interface and is designed to work with both
82 and HomePNA transceivers. Although designed to interface with
83 100Mbps peripherals, the existing USB standard specifies a maximum
84 transfer speed of 12Mbps. Users should therefore not expect to actually
85 achieve 100Mbps speeds with these devices.
87 The Pegasus supports a 64-bit multicast hash table, single perfect
88 filter entry for the station address and promiscuous mode. Packets are
89 received and transmitted over separate USB bulk transfer endpoints.
93 driver supports the following media types:
95 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
97 Enable automatic selection of the media type and options. The user can
98 manually override the automatically selected mode by adding media options to
103 Set 10Mbps operation. The
105 option can also be used to enable
107 operation. Not specifying
117 option can also be used to enable
119 operation. Not specifying
128 driver supports the following media options:
130 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
132 Force full duplex operation. The interface will operate in half duplex mode
133 if this media option is not specified.
136 For more information on configuring this device, see
140 .It "aue%d: watchdog timeout"
141 A packet was queued for transmission and a transmit command was
142 issued, however the device failed to acknowledge the transmission
143 before a timeout expired.
144 .It "aue%d: no memory for rx list"
145 The driver failed to allocate an mbuf for the receiver ring.
153 .%T ADMtek AN986 data sheet
154 .%O http://www.admtek.com.tw
159 device driver first appeared in
166 driver was written by
168 .Aq wpaul@ee.columbia.edu .