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