]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - share/man/man4/man4.i386/arl.4
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / share / man / man4 / man4.i386 / arl.4
1 .\" Copyright (c) 2004
2 .\"     Ivan Sharov <ivan.sharov@iname.com>. 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 Ivan Sharov.
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 Ivan Sharov 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 Ivan Sharov 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$
32 .\"
33 .Dd July 16, 2005
34 .Dt ARL 4 i386
35 .Os
36 .Sh NAME
37 .Nm arl
38 .Nd "Aironet Arlan 655 wireless network adapter driver"
39 .Sh SYNOPSIS
40 To compile this driver into the kernel,
41 place the following line in your
42 kernel configuration file:
43 .Bd -ragged -offset indent
44 .Cd "device arl"
45 .Ed
46 .Pp
47 Alternatively, to load the driver as a
48 module at boot time, place the following line in
49 .Xr loader.conf 5 :
50 .Bd -literal -offset indent
51 if_arl_load="YES"
52 .Ed
53 .Sh DESCRIPTION
54 The
55 .Nm
56 driver provides support for Aironet Arlan 655
57 wireless network adapters.
58 The Arlan 655 series adapters operate at 354kbps, 512kbps, 1Mbps and 2Mbps.
59 .Pp
60 The Aironet Arlan 655 devices support Aironet TMA, Aironet Non-TMA
61 and PSP operating modes.
62 .Pp
63 By default, the
64 .Nm
65 driver configures the Aironet Arlan 655 card for TMA operation.
66 .Pp
67 To set up Radio Network parameters, use
68 .Xr arlcontrol 8 .
69 .Sh SEE ALSO
70 .Xr arp 4 ,
71 .Xr netintro 4 ,
72 .Xr arlcontrol 8 ,
73 .Xr ifconfig 8
74 .Sh LIMITATIONS
75 When using
76 .Xr ifconfig 8
77 for setting
78 .Va SSID
79 you must use a 4-byte even hexadecimal digit value and it must start with
80 00 or 02.
81 .Pp
82 You can change
83 .Va channel
84 for current
85 .Va country
86 only through
87 .Xr ifconfig 8 .
88 You must use
89 .Xr arlcontrol 8
90 for changing
91 .Va country .
92 .Pp
93 Cannot change link-level address.
94 .Sh HISTORY
95 The
96 .Nm
97 device driver first appeared in
98 .Fx 5.3 .
99 .Sh AUTHORS
100 .An -nosplit
101 The
102 .Nm
103 driver was initially written by
104 .An Ivan Sharov Aq ivan.sharov@iname.com .
105 .Aq ran@styx.aic.net
106 wrote the
107 .Xr arlcontrol 8
108 utility and added
109 .Xr ioctl 2
110 support to the driver.
111 .An Stanislav Svirid Aq count@riss-telecom.ru
112 ported this driver to the new ISA architecture, merged some al driver changes,
113 fixed some bugs and made it a module.
114 .An Yuri Kurenkov Aq y.kurenkov@init.ru
115 wrote this manpage.