kernel: Remove some old ISA only drivers.
[dragonfly.git] / share / man / man4 / acx.4
1 .\"
2 .\" Copyright (c) 2006 The DragonFly Project.  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 .\" 
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\"    notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\"    notice, this list of conditions and the following disclaimer in
12 .\"    the documentation and/or other materials provided with the
13 .\"    distribution.
14 .\" 3. Neither the name of The DragonFly Project nor the names of its
15 .\"    contributors may be used to endorse or promote products derived
16 .\"    from this software without specific, prior written permission.
17 .\" 
18 .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20 .\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
21 .\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE
22 .\" COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
23 .\" INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING,
24 .\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25 .\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
26 .\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27 .\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
28 .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29 .\" SUCH DAMAGE.
30 .\"
31 .\" $DragonFly: src/share/man/man4/acx.4,v 1.14 2008/07/26 16:25:40 swildner Exp $
32 .\"
33 .Dd July 26, 2008
34 .Dt ACX 4
35 .Os
36 .Sh NAME
37 .Nm acx
38 .Nd Texas Instruments ACX100/ACX111 IEEE 802.11a/b/g wireless network driver
39 .Sh SYNOPSIS
40 To compile this driver into the kernel, place the following lines in
41 your kernel configuration file:
42 .Bd -ragged -offset indent
43 .Cd "device acx"
44 .Cd "device wlan"
45 .Cd "device wlan_ratectl_onoe"
46 .Cd "device wlan_ratectl_amrr"
47 .Ed
48 .Pp
49 Alternatively, to load the driver as a module at boot time, place the
50 following line in
51 .Pa /boot/loader.conf :
52 .Bd -literal -offset indent
53 if_acx_load="YES"
54 .Ed
55 .Sh DESCRIPTION
56 The
57 .Nm
58 driver provides support for Texas Instruments TNETW1100/TNETW1100B (ACX100)
59 and TNETW1130 (ACX111) based PCI/CardBus network adapters.
60 .Pp
61 The ACX100A and ACX100B are first generation 802.11b devices
62 from TI.
63 The ACX111 is a second generation device which supports 802.11b/g
64 and in some cases 802.11a.
65 .Pp
66 By default, the
67 .Nm
68 driver configures the adapter for BSS operation (infrastructure mode).
69 This mode requires the use of an access point.
70 In addition, IBSS operation (adhoc mode) is also supported.
71 For more information on configuring this device, see
72 .Xr ifconfig 8 .
73 .Ss MIB Variables
74 The following per-interface variables are implemented in the
75 .Va hw.acx Ns Em X
76 branch of the
77 .Xr sysctl 3
78 MIB.
79 .Bl -tag -width ".Va combined_radio_fw"
80 .It Va msdu_lifetime
81 MSDU life time.
82 .It Va long_retry_limit
83 Long retry limit.
84 .It Va scan_dwell
85 Channel dwell time during scanning (unit: milliseconds)
86 .It Va combined_radio_fw
87 The base and radio firmwares are combined in one image file.
88 By default,
89 it is set to 1 for ACX111 parts and 0 for ACX100A and ACX100B parts.
90 .It Va free_fw
91 Set to non-zero value to free the loaded firmwares.
92 This does not affect a running device.
93 Firmwares will be reloaded from
94 .Pa /etc/firmware/acx
95 when device is brought up next time.
96 .El
97 .Sh HARDWARE
98 The following cards are among those supported by the
99 .Nm
100 driver:
101 .Pp
102 .Bl -column -compact "WESTELL A90-200WG-01" "ACX111" "CardBus" "a/b/g" -offset 6n
103 .It Em Card Ta Em Chip Ta Em Bus Ta Em Standard
104 .It "D-Link DWL-520+" Ta ACX100 Ta PCI Ta b
105 .It "D-Link DWL-650+" Ta ACX100 Ta CardBus Ta b
106 .It "D-Link DWL-G520+" Ta ACX111 Ta PCI Ta b/g
107 .It "D-Link DWL-G630+" Ta ACX111 Ta CardBus Ta b/g
108 .It "D-Link DWL-G650+" Ta ACX111 Ta CardBus Ta b/g
109 .It "Ergenic ERG WL-003" Ta ACX100 Ta CardBus Ta b
110 .It "Hamlet HNWP254" Ta ACX111 Ta CardBus Ta b/g
111 .It "Hawking HWP54G" Ta ACX111 Ta PCI Ta b/g
112 .It "Linksys WPC54Gv2" Ta ACX111 Ta CardBus Ta b/g
113 .It "Microcom Travelcard" Ta ACX111 Ta CardBus Ta b/g
114 .It "Netgear WG311v2" Ta ACX111 Ta PCI Ta b/g
115 .It "Sceptre SC254W+" Ta ACX111 Ta CardBus Ta b/g
116 .It "Tornado/ADT 211g" Ta ACX111 Ta PCI Ta b/g
117 .It "USR USR5410" Ta ACX111 Ta CardBus Ta b/g
118 .It "USR USR5416" Ta ACX111 Ta PCI Ta b/g
119 .It "WESTELL A90-200WG-01" Ta ACX111 Ta CardBus Ta b/g
120 .It "ZyXEL G-160" Ta ACX111 Ta CardBus Ta b/g
121 .It "ZyXEL G-360 EE" Ta ACX111 Ta PCI Ta b/g
122 .El
123 .Sh FILES
124 The firmware for the adapter is not shipped with
125 .Dx
126 and must be obtained separately.
127 An archive with firmware files that are known to work can be found at:
128 .Bd -literal -offset indent
129 http://leaf.dragonflybsd.org/~sephe/acx/acx_fw.tbz
130 .Ed
131 .Pp
132 The firmware files have to reside in
133 .Pa /etc/firmware/acx
134 and will be loaded when the interface is brought up.
135 .Sh EXAMPLES
136 Refer to the
137 .Sx EXAMPLES
138 section of
139 .Xr wlan 4 .
140 .Sh SEE ALSO
141 .Xr arp 4 ,
142 .Xr cardbus 4 ,
143 .Xr ifmedia 4 ,
144 .Xr pci 4 ,
145 .Xr wlan 4 ,
146 .Xr wlan_ratectl 4 ,
147 .Xr hostapd 8 ,
148 .Xr ifconfig 8 ,
149 .Xr sysctl 8 ,
150 .Xr wpa_supplicant 8
151 .Sh HISTORY
152 The
153 .Nm
154 driver first appeared in
155 .Dx 1.5 .
156 .Sh AUTHORS
157 .An -nosplit
158 The
159 .Nm
160 driver was written by
161 .An Sepherosa Ziehau .
162 The manual page was written by
163 .An Sascha Wildner .
164 Both are based on the
165 .Pa http://wlan.kewl.org
166 project team's original code.
167 .Pp
168 The hardware specification was reverse engineered by the good folks at
169 .Pa http://acx100.sourceforge.net .
170 Without them this driver would not have been possible.