diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-08-05 07:28:27 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-08-05 07:28:27 +0000 |
commit | bbc9290b9fcd2bbb88abee37d40fcc4cd3d280c6 (patch) | |
tree | e0607920478939fe546415a7973186daf35cce7a /share | |
parent | 38ab2fc7746e19b6f02cf02c1e6da2e21b5cf83b (diff) |
Mention 802.11a in more places it should be mentioned.
Suggested by jmc@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/acx.4 | 11 | ||||
-rw-r--r-- | share/man/man4/cardbus.4 | 4 | ||||
-rw-r--r-- | share/man/man4/pci.4 | 4 |
3 files changed, 10 insertions, 9 deletions
diff --git a/share/man/man4/acx.4 b/share/man/man4/acx.4 index 5a7c38964f6..0c8d46e34c4 100644 --- a/share/man/man4/acx.4 +++ b/share/man/man4/acx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acx.4,v 1.11 2006/08/05 06:45:56 jmc Exp $ +.\" $OpenBSD: acx.4,v 1.12 2006/08/05 07:28:26 jsg Exp $ .\" .\" Copyright (c) 2006 Theo de Raadt. .\" Copyright (c) 2006 The DragonFly Project. All rights reserved. @@ -35,19 +35,20 @@ .Dt ACX 4 .Sh NAME .Nm acx -.Nd TI ACX100/ACX111 IEEE 802.11b/g adapters +.Nd TI ACX100/ACX111 IEEE 802.11a/b/g wireless adapters .Sh SYNOPSIS .Cd "acx* at cardbus?" .Cd "acx* at pci?" .Sh DESCRIPTION The .Nm -driver provides support for TI ACX100 or ACX111 -based PCI/Cardbus network adapters. +driver provides support for TI TNETW1100/TNETW1100B (ACX100) and +TNETW1130 (ACX111) based PCI/Cardbus network adapters. .Pp The ACX100A and ACX100B are first generation 802.11b devices from TI. -The ACX111 is a second generation device which supports 802.11b/g. +The ACX111 is a second generation device which supports 802.11b/g +and in some cases 802.11a. .Pp These are the modes the .Nm diff --git a/share/man/man4/cardbus.4 b/share/man/man4/cardbus.4 index 2713b7a4bc1..c8f87da563d 100644 --- a/share/man/man4/cardbus.4 +++ b/share/man/man4/cardbus.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cardbus.4,v 1.40 2006/08/03 23:14:30 jmc Exp $ +.\" $OpenBSD: cardbus.4,v 1.41 2006/08/05 07:28:26 jsg Exp $ .\" $NetBSD: cardbus.4,v 1.4 2000/02/02 19:57:17 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -56,7 +56,7 @@ drivers, sorted by function and driver name: .Ss Network interfaces .Bl -tag -width 12n -offset ind -compact .It Xr acx 4 -TI ACX100/ACX111 IEEE 802.11b/g adapters. +TI ACX100/ACX111 IEEE 802.11a/b/g wireless adapters. .It Xr ath 4 Atheros IEEE 802.11a/b/g wireless network adapters. .It Xr atw 4 diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index 819878997f7..ba7c83532a5 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.167 2006/08/03 19:35:20 deraadt Exp $ +.\" $OpenBSD: pci.4,v 1.168 2006/08/05 07:28:26 jsg Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -187,7 +187,7 @@ controllers. .Ss Network interfaces .Bl -tag -width 10n -offset ind -compact .It Xr acx 4 -TI ACX100/ACX111 IEEE 802.11b/g adapters. +TI ACX100/ACX111 IEEE 802.11a/b/g wireless adapters. .It Xr an 4 Aironet Communications 4500/4800 IEEE 802.11FH/b wireless network adapters. .It Xr art 4 |