diff options
-rw-r--r-- | share/man/man4/axe.4 | 16 | ||||
-rw-r--r-- | share/man/man4/man4.alpha/intro.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.amd64/intro.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.i386/intro.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.zaurus/intro.4 | 4 | ||||
-rw-r--r-- | share/man/man4/usb.4 | 4 |
6 files changed, 21 insertions, 15 deletions
diff --git a/share/man/man4/axe.4 b/share/man/man4/axe.4 index b4a2940777b..8eb48e53829 100644 --- a/share/man/man4/axe.4 +++ b/share/man/man4/axe.4 @@ -29,22 +29,23 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: /repoman/r/ncvs/src/share/man/man4/axe.4,v 1.3 2003/05/29 21:28:35 ru Exp $ -.\" $OpenBSD: axe.4,v 1.18 2005/07/23 03:16:46 jsg Exp $ +.\" $OpenBSD: axe.4,v 1.19 2005/08/28 04:22:29 jsg Exp $ .\" .Dd April 20, 2003 .Dt AXE 4 .Os .Sh NAME .Nm axe -.Nd ASIX Electronics AX88172 USB Ethernet driver +.Nd ASIX Electronics AX88172/AX88178 USB Ethernet driver .Sh SYNOPSIS .Cd "axe* at uhub?" .Cd "rlphy* at mii?" +.Cd "eephy* at mii?" .Sh DESCRIPTION The .Nm driver provides support for USB Ethernet adapters based on the ASIX -Electronics AX88172 USB 2.0 chipset, including the following: +Electronics AX88172 and AX88178 USB 2.0 chipsets, including the following: .Pp .Bl -tag -width Ds -offset indent -compact .It ATEN UC-210T @@ -72,14 +73,16 @@ Electronics AX88172 USB 2.0 chipset, including the following: The AX88172 is a USB 2.0 device which contains a 10/100 Ethernet MAC with MII interface and is designed to work with both Ethernet and HomePNA transceivers. -The AX88172 will operate with +The AX88178 is a USB 2.0 device which contains a 10/100/1000 +Gigabit Ethernet MAC with a GMII/MII interface. +The AX88172 and AX88178 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. .Pp -The AX88172 supports a 64-bit multicast hash table, +The AX88172/AX88178 support a 64-bit multicast hash table, single perfect filter entry for the station address, all-multicast mode, and promiscuous mode. Packets are @@ -99,6 +102,8 @@ file. Set 10Mbps operation. .It 100baseTX Set 100Mbps (Fast Ethernet) operation. +.It 1000baseT +Set 1000Mbps (Gigabit Ethernet) operation (AX88178 only). .El .Pp The @@ -127,6 +132,7 @@ The driver failed to allocate an mbuf for the receiver ring. .El .Sh SEE ALSO .Xr arp 4 , +.Xr eephy 4 , .Xr ifmedia 4 , .Xr intro 4 , .Xr netintro 4 , diff --git a/share/man/man4/man4.alpha/intro.4 b/share/man/man4/man4.alpha/intro.4 index c8df6109a58..496d9954561 100644 --- a/share/man/man4/man4.alpha/intro.4 +++ b/share/man/man4/man4.alpha/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.31 2005/05/11 20:15:39 jmc Exp $ +.\" $OpenBSD: intro.4,v 1.32 2005/08/28 04:22:30 jsg Exp $ .\" $NetBSD: intro.4,v 1.10 2003/05/06 07:44:54 wiz Exp $ .\" .\" Copyright (c) 1998 The OpenBSD Project @@ -405,7 +405,7 @@ NCR 53c[f]94 on-board or TURBOchannel SCSI controller. .It Xr aue 4 ADMtek AN986-based USB Ethernet adapters. .It Xr axe 4 -ASIX Electronics AX88172 USB Ethernet adapters. +ASIX Electronics AX88172/AX88178 USB Ethernet adapters. .It Xr bge 4 Broadcom BCM570x (Tigon3) Gigabit Ethernet boards. .It Xr cmpci 4 diff --git a/share/man/man4/man4.amd64/intro.4 b/share/man/man4/man4.amd64/intro.4 index 0b46515f3fd..fa83d6c32b8 100644 --- a/share/man/man4/man4.amd64/intro.4 +++ b/share/man/man4/man4.amd64/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.16 2005/08/08 16:45:16 jmc Exp $ +.\" $OpenBSD: intro.4,v 1.17 2005/08/28 04:22:30 jsg Exp $ .\" .\" Copyright (c) 1994 Christopher G. Demetriou .\" All rights reserved. @@ -137,7 +137,7 @@ VIA VT82C686A and VT8233 integrated AC'97 audio device. .\" .It Xr awi 4 .\" BayStack 650 PCMCIA wireless network adapter. .It Xr axe 4 -ASIX Electronics AX88172 USB Ethernet adapters. +ASIX Electronics AX88172/AX88178 USB Ethernet adapters. .\" .It Xr az 4 .\" Aztech/PackardBell FM Radio card. .It Xr bge 4 diff --git a/share/man/man4/man4.i386/intro.4 b/share/man/man4/man4.i386/intro.4 index f432ba7e082..476e8d8be1f 100644 --- a/share/man/man4/man4.i386/intro.4 +++ b/share/man/man4/man4.i386/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.65 2005/08/08 13:58:02 mickey Exp $ +.\" $OpenBSD: intro.4,v 1.66 2005/08/28 04:22:30 jsg Exp $ .\" .\" Copyright (c) 1994 Christopher G. Demetriou .\" All rights reserved. @@ -144,7 +144,7 @@ VIA VT82C686A and VT8233 integrated AC'97 audio device. .It Xr awi 4 BayStack 650 IEEE 802.11FH PCMCIA wireless network adapters. .It Xr axe 4 -ASIX Electronics AX88172 USB Ethernet adapters. +ASIX Electronics AX88172/AX88178 USB Ethernet adapters. .It Xr az 4 Aztech/PackardBell FM Radio card. .It Xr bce 4 diff --git a/share/man/man4/man4.zaurus/intro.4 b/share/man/man4/man4.zaurus/intro.4 index b691e3381a8..5ded1d47b90 100644 --- a/share/man/man4/man4.zaurus/intro.4 +++ b/share/man/man4/man4.zaurus/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.6 2005/04/17 13:34:48 dlg Exp $ +.\" $OpenBSD: intro.4,v 1.7 2005/08/28 04:22:30 jsg Exp $ .\" .\" Copyright (c) 1994 Christopher G. Demetriou .\" All rights reserved. @@ -103,7 +103,7 @@ Atmel AT76C50x IEEE 802.11b wireless network interfaces. .It Xr aue 4 ADMtek AN986-based USB Ethernet adapters. .It Xr axe 4 -ASIX Electronics AX88172 USB Ethernet adapters. +ASIX Electronics AX88172/AX88178 USB Ethernet adapters. .It Xr cd 4 ATAPI or SCSI CD drives. .It Xr cdce 4 diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4 index 58da7a4cf59..626e7d9cd57 100644 --- a/share/man/man4/usb.4 +++ b/share/man/man4/usb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usb.4,v 1.48 2005/07/10 10:29:53 grange Exp $ +.\" $OpenBSD: usb.4,v 1.49 2005/08/28 04:22:30 jsg Exp $ .\" $NetBSD: usb.4,v 1.15 1999/07/29 14:20:32 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -130,7 +130,7 @@ Atmel AT76C50x IEEE 802.11b wireless network interfaces. .It Xr aue 4 ADMtek AN986 / ADM8511 Pegasus family USB Ethernet interfaces. .It Xr axe 4 -ASIX Electronics AX88172 USB Ethernet interfaces. +ASIX Electronics AX88172/AX88178 USB Ethernet interfaces. .It Xr cdce 4 USB Host-to-Host (aka USB-to-USB) bridges based on the USB Communication Device Class (CDC) and Ethernet subclass. |