diff options
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.i386/awi.4 | 109 | ||||
-rw-r--r-- | share/man/man4/pcmcia.4 | 7 |
3 files changed, 116 insertions, 4 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 0c195cdf4cc..4004bd096fc 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 1999/11/28 12:30:20 downsj Exp $ +# $OpenBSD: Makefile,v 1.32 1999/12/16 02:56:56 deraadt Exp $ # from: @(#)Makefile 5.1 (Berkeley) 2/12/91 # Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $ @@ -6,7 +6,7 @@ MAN= intro.4 aha.4 ahb.4 aic.4 apm.4 aria.4 ast.4 autoconf.4 bktr.4 boca.4 MAN+= bt.4 com.4 cy.4 fdc.4 hsq.4 iy.4 lms.4 lpt.4 mcd.4 mem.4 mms.4 mtrr.4 MAN+= npx.4 pctr.4 pms.4 rtfps.4 scd.4 sea.4 speaker.4 uha.4 wdc.4 wdt.4 MAN+= eg.4 el.4 ie.4 joy.4 le.4 wt.4 -MAN+= gus.4 pss.4 sb.4 wi.4 wss.4 xe.4 +MAN+= gus.4 pss.4 sb.4 wi.4 awi.4 wss.4 xe.4 MAN+= xf86.4 MLINKS+= speaker.4 spkr.4 diff --git a/share/man/man4/man4.i386/awi.4 b/share/man/man4/man4.i386/awi.4 new file mode 100644 index 00000000000..77a53dc633b --- /dev/null +++ b/share/man/man4/man4.i386/awi.4 @@ -0,0 +1,109 @@ +.\" $NetBSD: awi.4,v 1.1 1999/11/04 19:36:01 sommerfeld Exp $ +.\" $OpenBSD: awi.4,v 1.1 1999/12/16 02:56:56 deraadt Exp $ +.\" +.\" +.\" $Id: awi.4,v 1.1 1999/12/16 02:56:56 deraadt Exp $ +.\" +.Dd October 31, 1999 +.Dt AWI 4 +.Os +.Sh NAME +.Nm awi +.Nd +Bay Networks BayStack 650 IEEE 802.11 PCMCIA driver +.Sh SYNOPSIS +.Cd "awi* at pcmcia? function ?" +.Sh DESCRIPTION +The +.Nm +driver provides support for BayStack 650 IEEE 802.11 Frequency Hopping +PCCARD adapters. +.Pp +The BayStack 650 is based on an AMD 79c930 controller, which provides +access to 32kb of memory shared between the controller and the host. +All host/device interaction is via this shared memory, which can be +accessed either via PCMCIA memory space or I/O space. +The +.Nm +driver encapsulates all IP and ARP traffic as 802.11 frames. Transmit +speed is fixed at 1Mbps. +.Pp +The driver currently only works in infrastructure mode, communicating +with an Access Point which serves as a link-layer bridge between an +ethernet and the wireless network. +.Pp +This card seems to take between 5 and 20 seconds after it has been brought up +to synchronize with an AP. When using +.Xr dhclient 8 +to automatically configure an address on this card, it may be +advisable to delay the invocation of dhclient for about 10 seconds +after the card is brought up using +.Xr ifconfig 8 +.Pp +For more information on configuring this device, see +.Xr ifconfig 8 +.Sh DIAGNOSTICS +.Bl -diag +.It "awi0: unable to allocate memory space; using i/o only" +Indicates that the driver was not able to allocate 32kb of PCMCIA bus +address space into which to map the device; the driver will use the +(slightly slower) i/o-space only access methods to read and write to +the shared memory. This message is in some sense to be expected and +should not be a cause for alarm. +See +.Xr pcmcia 4 +for information on how to increase the memory available to the PCMCIA +controller. +.It "awi0: selftest failed (code %x)" +The device failed to pass its internal selftest. +.It "awi0: device failed to complete selftest (code %x)" +The device failed to complete its self test within 5 seconds. +.It "awi0: device timeout" +.It "awi0: timeout waiting for command completion" +The device failed to generate an interrupt to acknowledge a command. +.It "awi0: transmit timeout" +The device failed to generate an interrupt to acknowledge a +transmitted packet. +.It "awi0: large frame truncated" +The system handed the driver a packet which was too large to transmit +in one piece. +.It "awi0: device enable failed" +The system was unable to power on the card. +.It "awi0: associated with %s, SSID: %s +The device has successfully synchronized with the identified Access +Point and is ready to relay traffic. +.It "awi0: no recent beacon from %s; rescanning" +The device has not heard a beacon from its currently associated Access +Point recently, and is looking for a new access point. +.It "awi0: received deauth" +The access point the card was most recently associated with has +forgotten about us. +.El +.Sh BUGS +Doesn't support ad-hoc mode or WEP. +Round trip times seem higher than what one might expect. +.Sh SEE ALSO +.Xr arp 4 , +.Xr netintro 4 , +.Xr pcmcia 4 , +.Xr wi 4 , +.Xr ifconfig 8 , +.Xr wiconfig 8 +.Rs +.%T Am79C930 PCnet Mobile Single-Chip Wireless LAN Media Access Controller +.%O http://www.amd.com +.Re +.Sh HISTORY +The +.Nm +device driver first appeared in +.Nx 1.5 . +.Sh AUTHOR +The +.Nm +driver was written by +.An Bill Sommerfeld Aq sommerfeld@netbsd.org +and ported to +.Ox +by +.An Angelos D. Keromytis Aq angelos@dsl.cis.upenn.edu diff --git a/share/man/man4/pcmcia.4 b/share/man/man4/pcmcia.4 index 44b68e4f654..4626861d9b2 100644 --- a/share/man/man4/pcmcia.4 +++ b/share/man/man4/pcmcia.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcmcia.4,v 1.8 1999/08/23 21:42:59 fgsch Exp $ +.\" $OpenBSD: pcmcia.4,v 1.9 1999/12/16 02:56:55 deraadt Exp $ .\" $NetBSD: pcmcia.4,v 1.4 1998/06/07 09:10:30 enami Exp $ .\" Copyright (c) 1997 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -65,6 +65,8 @@ i386-specific driver. .Pp .Ss Network interfaces .Bl -tag -width speaker -offset indent -compact +.It awi +BayStack 650 wireless 802.11 FH controller. .It cnw Xircom Creditcard Netwave cards. .It ep @@ -78,7 +80,7 @@ Megahertz ethernet cards. .It xe Xircom 16bit ethernet cards. .It wi -WaveLAN IEEE 802.11-compatible cards. +Lucent WaveLAN IEEE 802.11-compatible cards. .El .Pp .Ss SCSI controllers @@ -96,6 +98,7 @@ CDROMS. This includes flash cards which emulate a disk drive. The supported PCMCIA controllers are those that are i82365 compatible. .Sh SEE ALSO .Xr aic 4 , +.Xr awi 4 , .Xr com 4 , .Xr cnw 4 , .Xr ep 4 , |