kernel/usb4bsd: Bring in the axge(4) ethernet driver.
[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 .Sh DESCRIPTION
42 The
43 .Nm
44 driver provides support for Aironet Communications 4500 and 4800
45 wireless network adapters.
46 This includes the PCI and PCMCIA
47 varieties.
48 The 4500 series adapters operate at 1 and 2Mbps while
49 the 4800 series can operate at 1, 2, 5.5 and 11Mbps.
50 The PCI
51 and PCMCIA devices are all based on the same core PCMCIA modules
52 and all have the same programming interface, however unlike the
53 Lucent WaveLAN/IEEE cards, the PCI cards appear to the
54 host as normal PCI devices and do not require any PCCARD
55 support.
56 The PCMCIA Aironet cards require kernel pccard driver support.
57 PCI cards
58 require no switch settings of any kind and will be automatically
59 probed and attached.
60 .Pp
61 All host/device interaction with the Aironet cards is via programmed I/O.
62 The Aironet devices support 802.11 and 802.3 frames, power management,
63 BSS (infrastructure) and IBSS (ad-hoc) operation modes.
64 The
65 .Nm
66 driver encapsulates all IP and ARP traffic as 802.11 frames, however
67 it can receive either 802.11 or 802.3 frames.
68 Transmit speed is
69 selectable between 1Mbps, 2Mbps, 5.5Mbps, 11Mbps or
70 "auto" (the NIC automatically chooses the best speed).
71 .Pp
72 By default, the
73 .Nm
74 driver configures the Aironet card for infrastructure operation.
75 .Pp
76 For more information on configuring this device, see
77 .Xr ifconfig 8
78 .Sh DIAGNOSTICS
79 .Bl -diag
80 .It "an%d: init failed"
81 The Aironet card failed to come ready after an initialization command was
82 issued.
83 .It "an%d: failed to allocate %d bytes on NIC"
84 The driver was unable to allocate memory for transmit frames in the
85 NIC's on-board RAM.
86 .It "an%d: device timeout"
87 The Aironet card failed to generate an interrupt to acknowledge a transmit
88 command.
89 .El
90 .Sh SEE ALSO
91 .Xr arp 4 ,
92 .Xr ifmedia 4 ,
93 .Xr netintro 4 ,
94 .Xr ancontrol 8 ,
95 .Xr ifconfig 8
96 .Sh HISTORY
97 The
98 .Nm
99 device driver first appeared in
100 .Fx 4.0 .
101 .Sh AUTHORS
102 The
103 .Nm
104 driver was written by
105 .An Bill Paul Aq Mt wpaul@ee.columbia.edu .