diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/awi.4 | 186 | ||||
-rw-r--r-- | share/man/man4/pcmcia.4 | 6 |
3 files changed, 4 insertions, 192 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 7ac48970bd2..5344d6dad77 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.456 2008/05/21 19:05:51 kettenis Exp $ +# $OpenBSD: Makefile,v 1.457 2008/05/23 14:06:58 brad Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -9,7 +9,7 @@ MAN= aac.4 ac97.4 acphy.4 \ ahd.4 aic.4 akbd.4 alipm.4 amdiic.4 amdpm.4 ami.4 amphy.4 ams.4 \ an.4 andl.4 aps.4 arc.4 aria.4 art.4 \ asbtm.4 ast.4 atalk.4 atapiscsi.4 ath.4 atu.4 atw.4 audio.4 aue.4 \ - auich.4 autri.4 auixp.4 auvia.4 awi.4 axe.4 az.4 azalia.4 \ + auich.4 autri.4 auixp.4 auvia.4 axe.4 az.4 azalia.4 \ bce.4 bge.4 bha.4 \ bio.4 bktr.4 bluetooth.4 bmtphy.4 bnx.4 boca.4 bpf.4 brgphy.4 bridge.4 \ bwi.4 \ diff --git a/share/man/man4/awi.4 b/share/man/man4/awi.4 deleted file mode 100644 index 68218296463..00000000000 --- a/share/man/man4/awi.4 +++ /dev/null @@ -1,186 +0,0 @@ -.\" $OpenBSD: awi.4,v 1.25 2008/04/17 14:01:22 jmc Exp $ -.\" $NetBSD: awi.4,v 1.1 1999/11/04 19:36:01 sommerfeld Exp $ -.\" -.\" Copyright (c) 1999 The NetBSD Foundation, Inc. -.\" All rights reserved. -.\" -.\" This code is derived from software contributed to The NetBSD Foundation -.\" by Bill Sommerfeld -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgement: -.\" This product includes software developed by the NetBSD -.\" Foundation, Inc. and its contributors. -.\" 4. Neither the name of The NetBSD Foundation nor the names of its -.\" contributors may be used to endorse or promote products derived -.\" from this software without specific prior written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS -.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED -.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS -.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -.\" POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd $Mdocdate: April 17 2008 $ -.Dt AWI 4 -.Os -.Sh NAME -.Nm awi -.Nd BayStack 650 IEEE 802.11FH PCMCIA wireless network device -.Sh SYNOPSIS -.Cd "awi* at pcmcia?" -.Sh DESCRIPTION -The -.Nm -driver provides support for wireless adapters based upon the AMD 802.11 -PCnet Mobile firmware. -The PCnet Mobile design 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 -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 -These are the modes the -.Nm -driver can operate in: -.Bl -tag -width "IBSS-masterXX" -.It BSS mode -Also known as -.Em infrastructure -mode, this is used when associating with an access point, through -which all traffic passes. -This is the only mode available for this card. -.El -.Pp -The -.Nm -driver can be configured at runtime with -.Xr ifconfig 8 -or on boot with -.Xr hostname.if 5 . -.Sh HARDWARE -The following adapters are known to be supported: -.Pp -.Bl -tag -width Ds -offset indent -compact -.It AMD Am79C930 -.It Bay Networks BayStack 650 -.It Bay Networks BayStack 660 -.It Bay Network AirSurfer Pro -.It Farallon Communications SkyLINE Wireless -.It Icom SL-200 -.It Nokia C020 -.It Zoom Air-4000 -.El -.Sh EXAMPLES -The following -.Xr hostname.if 5 -example configures awi0 to join whatever network is available on boot, -using channel 11, obtaining an IP address using DHCP: -.Bd -literal -offset indent -dhcp NONE NONE NONE chan 11 -.Ed -.Pp -Return awi0 to its default settings: -.Bd -literal -offset indent -# ifconfig awi0 -bssid -chan media autoselect nwid "" -.Ed -.Pp -Join an existing BSS network, -.Dq my_net : -.Bd -literal -offset indent -# ifconfig awi0 192.168.1.1 netmask 0xffffff00 nwid my_net -.Ed -.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 SEE ALSO -.Xr arp 4 , -.Xr ifmedia 4 , -.Xr intro 4 , -.Xr netintro 4 , -.Xr pcmcia 4 , -.Xr hostname.if 5 , -.Xr ifconfig 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 -.Ox 2.7 . -.Sh AUTHORS -.An -nosplit -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 . -.Sh BUGS -Doesn't support ad-hoc mode or WEP. -Round trip times seem higher than what one might expect. diff --git a/share/man/man4/pcmcia.4 b/share/man/man4/pcmcia.4 index ee9ec74d276..de3c935f9c1 100644 --- a/share/man/man4/pcmcia.4 +++ b/share/man/man4/pcmcia.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcmcia.4,v 1.56 2008/05/21 19:05:51 kettenis Exp $ +.\" $OpenBSD: pcmcia.4,v 1.57 2008/05/23 14:06:58 brad Exp $ .\" $NetBSD: pcmcia.4,v 1.4 1998/06/07 09:10:30 enami Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -32,7 +32,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 21 2008 $ +.Dd $Mdocdate: May 23 2008 $ .Dt PCMCIA 4 .Os .Sh NAME @@ -102,8 +102,6 @@ Xircom-based 16-bit PCMCIA 10/100 Ethernet device .Bl -tag -width 12n -offset ind -compact .It Xr an 4 Aironet Communications 4500/4800 IEEE 802.11FH/b wireless network device -.It Xr awi 4 -BayStack 650 IEEE 802.11FH PCMCIA wireless network device .It Xr cnw 4 Xircom CreditCard Netwave wireless network device .It Xr malo 4 |