diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-03 02:38:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-03 02:38:13 +0000 |
commit | 1005f2ac36cf2166d3e8ee5a5914bae52a557afd (patch) | |
tree | df6dfdc1432094828f52ea5b47fca89c87bc60f8 /share | |
parent | 997df7c46aca9daa22adeaca50c7cc86e3653236 (diff) |
clarify better that this is a DS driver
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/an.4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/an.4 b/share/man/man4/an.4 index 5afe5fe8d04..307314516b0 100644 --- a/share/man/man4/an.4 +++ b/share/man/man4/an.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: an.4,v 1.3 2000/04/03 02:30:59 aaron Exp $ +.\" $OpenBSD: an.4,v 1.4 2000/04/03 02:38:12 deraadt Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. @@ -38,15 +38,15 @@ .Sh NAME .Nm an .Nd -Aironet Communications 4500/4800 wireless network adapter driver +Aironet Communications 4500/4800 IEEE 802.11DS network adapter driver .Sh SYNOPSIS -.Cd "device an" -.Cd "device an0 at isa? port 0x140 irq 5" +.Cd "an* at pcmcia? function ?" +.Cd .Sh DESCRIPTION The .Nm driver provides support for Aironet Communications 4500 and 4800 -wireless network adapters. +IEEE 802.11 Direct Sequence wireless network adapters. This includes the ISA, PCI, and PCMCIA varieties. The 4500 series adapters operate at 1 and 2Mbps while the 4800 series can operate at 1, 2, 5.5, and 11Mbps. @@ -55,7 +55,7 @@ and PCMCIA devices are all based on the same core PCMCIA modules and all have the same programming interface. However, unlike the Lucent WaveLAN/IEEE cards, the ISA and PCI cards appear to the -host as normal ISA and PCI devices and do not require any PC Card +host as normal ISA and PCI devices and do not require any pcmcia support. .Pp ISA cards can either be configured to use ISA Plug and Play |