diff options
Diffstat (limited to 'share/man/man4/aue.4')
-rw-r--r-- | share/man/man4/aue.4 | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/share/man/man4/aue.4 b/share/man/man4/aue.4 index 2e55fe3e224..79665717e9d 100644 --- a/share/man/man4/aue.4 +++ b/share/man/man4/aue.4 @@ -1,5 +1,5 @@ -.\" $OpenBSD: aue.4,v 1.13 2002/09/26 07:55:39 miod Exp $ -.\" $NetBSD: aue.4,v 1.8 2002/02/07 03:15:08 ross Exp $ +.\" $OpenBSD: aue.4,v 1.14 2002/11/19 02:47:14 nate Exp $ +.\" $NetBSD: aue.4,v 1.9 2002/07/11 00:23:31 rh Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. @@ -38,7 +38,7 @@ .Os .Sh NAME .Nm aue -.Nd ADMtek AN986 Pegasus USB Ethernet driver +.Nd ADMtek AN986 / ADM8511 Pegasus family USB Ethernet driver .Sh SYNOPSIS .Cd "aue* at uhub? port ?" .Cd "ukphy* at mii?" @@ -46,7 +46,7 @@ The .Nm driver provides support for USB Ethernet adapters based on the ADMtek -AN986 Pegasus chipset. +AN986 ("Pegasus") and ADM8511 ("Pegasus II") chipsets. This includes the following adapters: .Pp .Bl -tag -width -offset indent -compact @@ -70,6 +70,7 @@ This includes the following adapters: .It Tn LinkSys USB100H1 .It Tn LinkSys USB10TA .It Tn Melco Inc. LUA-TX +.It Tn Netgear FA101 .It Tn Siemens SpeedStream USB .It Tn Smartbridges smartNIC 2 .It Tn SMC 2202USB @@ -77,24 +78,18 @@ This includes the following adapters: .It Tn SOHOware NUB100 .El .Pp -The -.Nm -driver provides support for USB -.Tn Ethernet -adapters based on the ADMtek AN986 Pegasus chipset. -.Pp -The Pegasus contains a 10/100 +The Pegasus family of chipsets contain a 10/100 .Tn Ethernet -MAC with MII interface and is designed to work with both +MAC with an MII interface and are designed to work with both .Tn Ethernet and HomePNA transceivers. -Although designed to interface with -100Mbps peripherals, the existing USB standard specifies a maximum +Although the chipsets are designed to interface with +100Mbps peripherals, the USB 1.x standards specify a maximum transfer speed of 12Mbps. Users should therefore not expect to actually achieve 100Mbps speeds with these devices. .Pp -The Pegasus supports a 64-bit multicast hash table, single perfect +The Pegasus chipsets support 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. @@ -168,7 +163,7 @@ The driver failed to allocate an mbuf for the receiver ring. .Xr hostname.if 5 , .Xr ifconfig 8 .Rs -.%T ADMtek AN986 data sheet +.%T ADMtek AN986 and ADM8511 data sheets .%O http://www.admtek.com.tw .Re .Sh HISTORY |