diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-11-29 23:17:00 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-11-29 23:17:00 +0000 |
commit | c690c2e58e7443ccb1693d8db5e96d342a6fa252 (patch) | |
tree | a8b44b2c1e125d1077724c9a22894d70f9dfcdbb /share/man/man4/axe.4 | |
parent | 424ce5642ddb903edb4f8673dfc56487714b4e33 (diff) |
Add support for ASIX AX88772 10/100 based adapters which are very similiar
to the gigabit AX88178 but with a different initialisation routine
because the PHY is not external.
Man page changes reviewed by jmc@ and oxford commas added per his
sugestion.
Thanks to Bruno Scap for donating an adapter.
Diffstat (limited to 'share/man/man4/axe.4')
-rw-r--r-- | share/man/man4/axe.4 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/share/man/man4/axe.4 b/share/man/man4/axe.4 index ab3d48ee2bb..eba85fb4e15 100644 --- a/share/man/man4/axe.4 +++ b/share/man/man4/axe.4 @@ -29,14 +29,14 @@ .\" 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.23 2005/09/30 20:34:24 jaredy Exp $ +.\" $OpenBSD: axe.4,v 1.24 2005/11/29 23:16:58 jsg Exp $ .\" .Dd April 20, 2003 .Dt AXE 4 .Os .Sh NAME .Nm axe -.Nd ASIX Electronics AX88172/AX88178 USB Ethernet driver +.Nd ASIX Electronics AX88172/AX88178/AX88772 USB Ethernet driver .Sh SYNOPSIS .Cd "axe* at uhub?" .Cd "rlphy* at mii?" @@ -45,7 +45,8 @@ The .Nm driver provides support for USB Ethernet adapters based on the ASIX -Electronics AX88172 and AX88178 USB 2.0 chipsets, including the following: +Electronics AX88172, AX88178, and AX88772 USB 2.0 chipsets, including the +following: .Pp .Bl -tag -width Ds -offset indent -compact .It ATEN UC-210T @@ -70,19 +71,18 @@ Electronics AX88172 and AX88178 USB 2.0 chipsets, including the following: .It Z-TEK ZK-R01-2 .El .Pp -The AX88172 and AX88178 are USB 2.0 devices designed to work with +The AX88172, AX88178, and AX88772 are USB 2.0 devices designed to work with either Ethernet or HomePNA transceivers. -The AX8172 contains a 10/100 Ethernet MAC with MII interface. +The AX8172 and AX88772 contain 10/100 Ethernet MACs with MII interfaces. The AX8178 contains a 10/100/1000 Gigabit Ethernet MAC with a GMII/MII interface. -The AX88172 and AX88178 will operate with -either USB 1.x or 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. +All adapters will operate with either USB 1.x or 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/AX88178 support a 64-bit multicast hash table, +A 64-bit multicast hash table is supported, single perfect filter entry for the station address, all-multicast mode, and promiscuous mode. Packets are |