Fix typo.
[dragonfly.git] / share / man / man4 / bwi.4
1 .\"
2 .\" Copyright (c) 2007 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/bwi.4,v 1.7 2007/11/12 11:46:40 sephe Exp $
32 .\"
33 .Dd September 16, 2007
34 .Dt BWI 4
35 .Os
36 .Sh NAME
37 .Nm bwi
38 .Nd Broadcom BCM430x/4318 IEEE 802.11b/g wireless network driver
39 .Sh SYNOPSIS
40 To load the driver as a module at boot time, place the
41 following line in
42 .Pa /boot/loader.conf :
43 .Bd -literal -offset indent
44 if_bwi_load="YES"
45 .Ed
46 .Sh DESCRIPTION
47 The
48 .Nm
49 driver provides support for Broadcom BCM430x/4318 wireless network adapters.
50 For more information on configuring this device, see
51 .Xr ifconfig 8 .
52 .Ss MIB Variables
53 The following per-interface variables are implemented in the
54 .Va hw.bwi Ns Em X
55 branch of the
56 .Xr sysctl 3
57 MIB.
58 .Bl -tag -width ".Va txpwr_calib"
59 .It Va debug
60 Debug flags.
61 .It Va dwell_time
62 Channel dwell time during scan (msec).
63 .It Va fw_version
64 Firmware version.
65 .It Va led_idle
66 Number of ticks before LED enters idle state.
67 .It Va led_blink
68 Allow LED to blink.
69 .It Va txpwr_calib
70 Enable software TX power calibration.
71 .El
72 .Sh HARDWARE
73 The following cards are among those supported by the
74 .Nm
75 driver:
76 .Pp
77 .Bl -column -compact "Buffalo WLI-PCI-G54S" "BCM4318" "CardBus" "b/g" -offset 6n
78 .Em "Card       Chip    Bus     Standard"
79 Linksys WPC54Gv3        BCM4318 CardBus b/g
80 Linksys WPC54GSv2       BCM4318 CardBus b/g
81 Buffalo WLI-CB-G54S     BCM4318 CardBus b/g
82 Buffalo WLI-PCI-G54S    BCM4306 PCI     b/g
83 Dell Wireless 1470      BCM4318 Mini PCI        b/g
84 Dell Truemobile 1400    BCM4309 Mini PCI        b/g
85 .El
86 .Sh FILES
87 The firmware for the adapter is not shipped with
88 .Dx
89 and must be obtained separately.
90 An archive with firmware files that are known to work can be found at:
91 .Bd -literal -offset indent
92 http://leaf.dragonflybsd.org/~sephe/bwi/v3.tbz
93 .Ed
94 .Pp
95 The firmware files have to reside in
96 .Pa /etc/firmware/bwi
97 and will be loaded when the interface is brought up.
98 .Sh SEE ALSO
99 .Xr arp 4 ,
100 .Xr cardbus 4 ,
101 .Xr ifmedia 4 ,
102 .Xr pci 4 ,
103 .Xr wlan_ratectl 4 ,
104 .Xr ifconfig 8 ,
105 .Xr wpa_supplicant 8
106 .Sh HISTORY
107 The
108 .Nm
109 driver first appeared in
110 .Dx 1.11 .
111 .Sh AUTHORS
112 .An -nosplit
113 The
114 .Nm
115 driver was written by
116 .An Sepherosa Ziehau .
117 .Pp
118 The hardware specification was reverse engineered by the people at
119 .Pa http://bcm-specs.sipsolutions.net .
120 Thanks go also to johill and mb on the #bcm-specs channel.