Deleted Added
full compact
wi.4 (147872) wi.4 (148145)
1.\" Copyright (c) 1997, 1998, 1999
2.\" Bill Paul <wpaul@ctr.columbia.edu>. 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.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
1.\" Copyright (c) 1997, 1998, 1999
2.\" Bill Paul <wpaul@ctr.columbia.edu>. 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.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
31.\" $FreeBSD: head/share/man/man4/wi.4 147872 2005-07-10 02:00:35Z imp $
31.\" $FreeBSD: head/share/man/man4/wi.4 148145 2005-07-19 00:26:30Z trhodes $
32.\" $OpenBSD: wi.4tbl,v 1.14 2002/04/29 19:53:50 jsyn Exp $
33.\"
32.\" $OpenBSD: wi.4tbl,v 1.14 2002/04/29 19:53:50 jsyn Exp $
33.\"
34.Dd February 17, 2003
34.Dd July 16, 2005
35.Dt WI 4
36.Os
37.Sh NAME
38.Nm wi
39.Nd "Lucent Hermes, Intersil PRISM and Spectrum24 IEEE 802.11 driver"
40.Sh SYNOPSIS
35.Dt WI 4
36.Os
37.Sh NAME
38.Nm wi
39.Nd "Lucent Hermes, Intersil PRISM and Spectrum24 IEEE 802.11 driver"
40.Sh SYNOPSIS
41To compile support for the
42.Nm
43driver into your kernel, place the following lines in your kernel configuration file:
44.Bd -ragged -offset indent
41.Cd "device wi"
42.Cd "device wlan"
45.Cd "device wi"
46.Cd "device wlan"
47.Ed
48.Pp
49Alternatively, to load the
50.Nm
51driver at boot time, place the following line in
52.Xr loader.conf 5 :
53.Bd -literal -offset indent
54if_wi_load="YES"
55.Ed
43.Sh DESCRIPTION
44The
45.Nm
46driver provides support for wireless network adapters based around
47the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil
48Prism-3, and Symbol Spectrum24 chipsets.
49All five chipsets provide a similar interface to the driver.
50.Pp

--- 373 unchanged lines hidden ---
56.Sh DESCRIPTION
57The
58.Nm
59driver provides support for wireless network adapters based around
60the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil
61Prism-3, and Symbol Spectrum24 chipsets.
62All five chipsets provide a similar interface to the driver.
63.Pp

--- 373 unchanged lines hidden ---