gold: Fix hardcoded library search path
[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.10 2008/07/26 16:25:40 swildner Exp $
32 .\"
33 .Dd July 26, 2008
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 .It Em Card Ta Em Chip Ta Em Bus Ta Em Standard
79 .It "Linksys WPC54Gv3" Ta BCM4318 Ta CardBus Ta b/g
80 .It "Linksys WPC54GSv2" Ta BCM4318 Ta CardBus Ta b/g
81 .It "Buffalo WLI-CB-G54S" Ta BCM4318 Ta CardBus Ta b/g
82 .It "Buffalo WLI-PCI-G54S" Ta BCM4306 Ta PCI Ta b/g
83 .It "Dell Wireless 1470" Ta BCM4318 Ta Mini PCI Ta b/g
84 .It "Dell Truemobile 1400" Ta BCM4309 Ta Mini PCI Ta 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 EXAMPLES
99 Refer to the
100 .Sx EXAMPLES
101 section of
102 .Xr wlan 4 .
103 .Sh SEE ALSO
104 .Xr arp 4 ,
105 .Xr cardbus 4 ,
106 .Xr ifmedia 4 ,
107 .Xr pci 4 ,
108 .Xr wlan 4 ,
109 .Xr wlan_ratectl 4 ,
110 .Xr ifconfig 8 ,
111 .Xr wpa_supplicant 8
112 .Sh HISTORY
113 The
114 .Nm
115 driver first appeared in
116 .Dx 1.11 .
117 .Sh AUTHORS
118 .An -nosplit
119 The
120 .Nm
121 driver was written by
122 .An Sepherosa Ziehau .
123 .Pp
124 The hardware specification was reverse engineered by the people at
125 .Pa http://bcm-specs.sipsolutions.net .
126 Thanks go also to johill and mb on the #bcm-specs channel.
127 .Sh BUGS
128 BCM4306 and BCM4309 chips do not work properly on channel 1, 2 and 3.