xref: /freebsd/share/man/man4/iwmfw.4 (revision f126890a)
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.
9.\" 2. The name of the author may not be used to endorse or promote products
10.\"    derived from this software without specific prior written permission.
11.\"
12.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
13.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
14.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
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.Dd February 4, 2023
24.Dt IWMFW 4
25.Os
26.Sh NAME
27.Nm iwmfw
28.Nd "Firmware Module for Intel Wireless driver"
29.Sh SYNOPSIS
30To compile this module into the kernel,
31place the following line in your
32kernel configuration file:
33.Bd -ragged -offset indent
34.Cd "device iwmfw"
35.Ed
36.Pp
37This will include firmware images for all
38.Xr iwm 4
39devices 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 iwm3160fw"
44.Cd "device iwm3168fw"
45.Cd "device iwm7260fw"
46.Cd "device iwm7265fw"
47.Cd "device iwm7265Dfw"
48.Cd "device iwm8000Cfw"
49.Cd "device iwm8265fw"
50.Cd "device iwm9000fw"
51.Cd "device iwm9260fw"
52.Ed
53.Pp
54Alternatively, to load the driver as a
55module at boot time, place one of the following lines in
56.Xr loader.conf 5 :
57.Bd -literal -offset indent
58iwm3160fw_load="YES"
59iwm3168fw_load="YES"
60iwm7260fw_load="YES"
61iwm7265fw_load="YES"
62iwm7265Dfw_load="YES"
63iwm8000Cfw_load="YES"
64iwm8265fw_load="YES"
65iwm9000fw_load="YES"
66iwm9260fw_load="YES"
67.Ed
68.Sh DESCRIPTION
69This module provides access to firmware sets for the
70Intel Dual Band Wireless WiFi 3160, 3165, 3168, 7260, 7265, 8000, 8260, 8265,
719000 and 9260 series of IEEE 802.11n/11ac adapters.
72It may be statically linked into the kernel, or loaded as a module.
73.Sh SEE ALSO
74.Xr iwm 4 ,
75.Xr firmware 9
76