Deleted Added
full compact
wl.4 (162797) wl.4 (208027)
1.\"
2.\" Copyright (c) 1997, Jim Binkley
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 14 unchanged lines hidden (view full) ---

23.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
1.\"
2.\" Copyright (c) 1997, Jim Binkley
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 14 unchanged lines hidden (view full) ---

23.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" $FreeBSD: head/share/man/man4/man4.i386/wl.4 162797 2006-09-29 16:16:41Z bms $
31.\" $FreeBSD: head/share/man/man4/man4.i386/wl.4 208027 2010-05-13 12:07:55Z uqs $
32.Dd September 29, 2006
33.Dt WL 4 i386
34.Os
35.Sh NAME
36.Nm wl
37.Nd T1 speed ISA/radio lan card
38.Sh SYNOPSIS
39.Cd "device wl0 at isa? port 0x300 irq 5"

--- 96 unchanged lines hidden (view full) ---

136Only broadcast or multicast packets are accepted.
137.It machdep.wl_wlcache_iponly <0 | 1>
138By default this switch is on.
139It forces the driver to discard non-IP
140packets and also stores the IP src address.
141ARP packets are ignored,
142as are any other network protocol barring IPv4 packets.
143.El
32.Dd September 29, 2006
33.Dt WL 4 i386
34.Os
35.Sh NAME
36.Nm wl
37.Nd T1 speed ISA/radio lan card
38.Sh SYNOPSIS
39.Cd "device wl0 at isa? port 0x300 irq 5"

--- 96 unchanged lines hidden (view full) ---

136Only broadcast or multicast packets are accepted.
137.It machdep.wl_wlcache_iponly <0 | 1>
138By default this switch is on.
139It forces the driver to discard non-IP
140packets and also stores the IP src address.
141ARP packets are ignored,
142as are any other network protocol barring IPv4 packets.
143.El
144.Sh CAVEATS
145The 82586 has numerous defects.
146It may experience transmit-side
147errors when modern faster cpus send packets at it faster than it can handle.
148The driver (and probably the chip) does not support an all multicast mode.
149As a result, it can be used with applications like
150.Xr mrouted 8 Pq Pa ports/net/mrouted ,
151but it must go into promiscuous mode for that to work.
152The driver
153is slow to change modes from "normal" to promiscuous mode, presumably
154due to delays in the configuration code.
155.Sh SEE ALSO
156.Xr sysctl 8 ,
157.Xr wlconfig 8
158.Pp
159.Pa http://www.wavelan.com
160.Sh HISTORY
161The
162.Nm

--- 21 unchanged lines hidden (view full) ---

184Thanks to
185.An Bernie Doehner
186and
187.An Robert Buaas
188for contributions.
189.Sh AUTHORS
190Too numerous to mention.
191See above.
144.Sh SEE ALSO
145.Xr sysctl 8 ,
146.Xr wlconfig 8
147.Pp
148.Pa http://www.wavelan.com
149.Sh HISTORY
150The
151.Nm

--- 21 unchanged lines hidden (view full) ---

173Thanks to
174.An Bernie Doehner
175and
176.An Robert Buaas
177for contributions.
178.Sh AUTHORS
179Too numerous to mention.
180See above.
181.Sh CAVEATS
182The 82586 has numerous defects.
183It may experience transmit-side
184errors when modern faster cpus send packets at it faster than it can handle.
185The driver (and probably the chip) does not support an all multicast mode.
186As a result, it can be used with applications like
187.Xr mrouted 8 Pq Pa ports/net/mrouted ,
188but it must go into promiscuous mode for that to work.
189The driver
190is slow to change modes from "normal" to promiscuous mode, presumably
191due to delays in the configuration code.