Deleted Added
full compact
iwnfw.4 (200415) iwnfw.4 (203691)
1.\" Copyright (c) 2009 Sam Leffler, Errno Consulting
2.\" 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.

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

15.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
16.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
17.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
18.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
19.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
20.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
21.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
22.\"
1.\" Copyright (c) 2009 Sam Leffler, Errno Consulting
2.\" 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.

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

15.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
16.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
17.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
18.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
19.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
20.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
21.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
22.\"
23.\" $FreeBSD: head/share/man/man4/iwnfw.4 200415 2009-12-11 19:36:10Z bcr $
23.\" $FreeBSD: head/share/man/man4/iwnfw.4 203691 2010-02-08 21:38:42Z brucec $
24.\"
24.\"
25.Dd October 25, 2009
25.Dd February 7, 2010
26.Dt IWNFW 4
27.Os
28.Sh NAME
29.Nm iwnfw
30.Nd "Firmware Module for Intel Wireless driver"
31.Sh SYNOPSIS
32To compile this module into the kernel,
33place the following line in your
34kernel configuration file:
35.Bd -ragged -offset indent
36.Cd "device iwnfw"
37.Ed
38.Pp
39This will include three firmware images inside the kernel.
40If you want to pick only the firmware image for your network adapter choose one
41of the following:
42.Bd -ragged -offset indent
43.Cd "device iwn4965fw"
26.Dt IWNFW 4
27.Os
28.Sh NAME
29.Nm iwnfw
30.Nd "Firmware Module for Intel Wireless driver"
31.Sh SYNOPSIS
32To compile this module into the kernel,
33place the following line in your
34kernel configuration file:
35.Bd -ragged -offset indent
36.Cd "device iwnfw"
37.Ed
38.Pp
39This will include three firmware images inside the kernel.
40If you want to pick only the firmware image for your network adapter choose one
41of the following:
42.Bd -ragged -offset indent
43.Cd "device iwn4965fw"
44.Cd "device iwn1000fw"
44.Cd "device iwn5000fw"
45.Cd "device iwn5000fw"
45.Cd "device iwn5100fw"
46.Cd "device iwn5150fw"
47.Cd "device iwn6000fw"
46.Ed
47.Pp
48Alternatively, to load the driver as a
49module at boot time, place the following line in
50.Xr loader.conf 5 :
51.Bd -literal -offset indent
52iwn4965fw_load="YES"
48.Ed
49.Pp
50Alternatively, to load the driver as a
51module at boot time, place the following line in
52.Xr loader.conf 5 :
53.Bd -literal -offset indent
54iwn4965fw_load="YES"
55iwn1000fw_load="YES"
53iwn5000fw_load="YES"
56iwn5000fw_load="YES"
54iwn5100fw_load="YES"
57iwn5150fw_load="YES"
58iwn6000fw_load="YES"
55.Ed
56.Sh DESCRIPTION
57This module provides access to firmware sets for the
59.Ed
60.Sh DESCRIPTION
61This module provides access to firmware sets for the
58Intel Wireless WiFi Link 4965 and 5000 series of IEEE 802.11n adapters.
62Intel Wireless WiFi Link 4965, 1000, 5000 and 6000 series of
63IEEE 802.11n adapters.
59It may be
60statically linked into the kernel, or loaded as a module.
61.Sh SEE ALSO
62.Xr iwn 4 ,
63.Xr firmware 9
64It may be
65statically linked into the kernel, or loaded as a module.
66.Sh SEE ALSO
67.Xr iwn 4 ,
68.Xr firmware 9