man4: use .Mt for emails (2/2)
[dragonfly.git] / share / man / man4 / an.4
1 .\" Copyright (c) 1997, 1998, 1999
2 .\"     Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"     This product includes software developed by Bill Paul.
15 .\" 4. Neither the name of the author nor the names of any co-contributors
16 .\"    may be used to endorse or promote products derived from this software
17 .\"   without specific prior written permission.
18 .\"
19 .\" THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ``AS IS'' AND
20 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 .\" ARE DISCLAIMED.  IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD
23 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29 .\" THE POSSIBILITY OF SUCH DAMAGE.
30 .\"
31 .\" $FreeBSD: src/share/man/man4/an.4,v 1.5.2.6 2003/02/17 21:20:39 trhodes Exp $
32 .\"
33 .Dd September 10, 1999
34 .Dt AN 4
35 .Os
36 .Sh NAME
37 .Nm an
38 .Nd "Aironet Communications 4500/4800 wireless network adapter driver"
39 .Sh SYNOPSIS
40 .Cd "device an"
41 .Cd "device an0 at isa? port 0x140 irq 5"
42 .Sh DESCRIPTION
43 The
44 .Nm
45 driver provides support for Aironet Communications 4500 and 4800
46 wireless network adapters.
47 This includes the ISA, PCI and PCMCIA
48 varieties.
49 The 4500 series adapters operate at 1 and 2Mbps while
50 the 4800 series can operate at 1, 2, 5.5 and 11Mbps.
51 The ISA, PCI
52 and PCMCIA devices are all based on the same core PCMCIA modules
53 and all have the same programming interface, however unlike the
54 Lucent WaveLAN/IEEE cards, the ISA and PCI cards appear to the
55 host as normal ISA and PCI devices and do not require any PCCARD
56 support.
57 .Pp
58 The PCMCIA Aironet cards require kernel pccard driver support.
59 ISA cards can either be configured to use ISA Plug and Play
60 or to use a particular I/O address and IRQ
61 by properly setting the DIP switches on the board.
62 (The default
63 switch setting is for plug and play.)
64 The
65 .Nm
66 driver has Plug and Play support and will work in either configuration,
67 however when using a hard-wired I/O address and IRQ, the driver
68 configuration and the NIC's switch settings must agree.
69 PCI cards
70 require no switch settings of any kind and will be automatically
71 probed and attached.
72 .Pp
73 All host/device interaction with the Aironet cards is via programmed I/O.
74 The Aironet devices support 802.11 and 802.3 frames, power management,
75 BSS (infrastructure) and IBSS (ad-hoc) operation modes.
76 The
77 .Nm
78 driver encapsulates all IP and ARP traffic as 802.11 frames, however
79 it can receive either 802.11 or 802.3 frames.
80 Transmit speed is
81 selectable between 1Mbps, 2Mbps, 5.5Mbps, 11Mbps or
82 "auto" (the NIC automatically chooses the best speed).
83 .Pp
84 By default, the
85 .Nm
86 driver configures the Aironet card for infrastructure operation.
87 .Pp
88 For more information on configuring this device, see
89 .Xr ifconfig 8
90 .Sh DIAGNOSTICS
91 .Bl -diag
92 .It "an%d: init failed"
93 The Aironet card failed to come ready after an initialization command was
94 issued.
95 .It "an%d: failed to allocate %d bytes on NIC"
96 The driver was unable to allocate memory for transmit frames in the
97 NIC's on-board RAM.
98 .It "an%d: device timeout"
99 The Aironet card failed to generate an interrupt to acknowledge a transmit
100 command.
101 .El
102 .Sh SEE ALSO
103 .Xr arp 4 ,
104 .Xr ifmedia 4 ,
105 .Xr netintro 4 ,
106 .Xr ancontrol 8 ,
107 .Xr ifconfig 8
108 .Sh HISTORY
109 The
110 .Nm
111 device driver first appeared in
112 .Fx 4.0 .
113 .Sh AUTHORS
114 The
115 .Nm
116 driver was written by
117 .An Bill Paul Aq Mt wpaul@ee.columbia.edu .