Update iwm and iwmfw man pages with info about 9000-series chips.
Thanks to bapt, bz, cem, woodsb02, Neel Chauhan and Salvador Martínez Mármol for helping test the initial 9000-series support. MFC after: 2 weeks Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
1903c60041
commit
ad27496d29
@ -25,7 +25,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd October 29, 2017
|
||||
.Dd November 7, 2019
|
||||
.Dt IWM 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -51,6 +51,8 @@ Choose one from:
|
||||
.Cd "device iwm7265fw"
|
||||
.Cd "device iwm8000Cfw"
|
||||
.Cd "device iwm8265fw"
|
||||
.Cd "device iwm9000fw"
|
||||
.Cd "device iwm9260fw"
|
||||
.Ed
|
||||
.Pp
|
||||
Or you can use
|
||||
@ -71,6 +73,8 @@ iwm7260fw_load="YES"
|
||||
iwm7265fw_load="YES"
|
||||
iwm8000Cfw_load="YES"
|
||||
iwm8265fw_load="YES"
|
||||
iwm9000fw_load="YES"
|
||||
iwm9260fw_load="YES"
|
||||
.Ed
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
@ -84,6 +88,10 @@ driver provides support for:
|
||||
.It Intel Dual Band Wireless AC 7260
|
||||
.It Intel Dual Band Wireless AC 7265
|
||||
.It Intel Dual Band Wireless AC 8260
|
||||
.It Intel Dual Band Wireless AC 9260
|
||||
.It Intel Dual Band Wireless AC 9270
|
||||
.It Intel Dual Band Wireless AC 946X
|
||||
.It Intel Dual Band Wireless AC 9560
|
||||
.El
|
||||
.Pp
|
||||
.Nm
|
||||
|
@ -22,7 +22,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd October 29, 2017
|
||||
.Dd November 7, 2019
|
||||
.Dt IWMFW 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -48,10 +48,12 @@ of the following:
|
||||
.Cd "device iwm7265fw"
|
||||
.Cd "device iwm8000Cfw"
|
||||
.Cd "device iwm8265fw"
|
||||
.Cd "device iwm9000fw"
|
||||
.Cd "device iwm9260fw"
|
||||
.Ed
|
||||
.Pp
|
||||
Alternatively, to load the driver as a
|
||||
module at boot time, place the following line in
|
||||
module at boot time, place one of the following lines in
|
||||
.Xr loader.conf 5 :
|
||||
.Bd -literal -offset indent
|
||||
iwm3160fw_load="YES"
|
||||
@ -61,13 +63,14 @@ iwm7265fw_load="YES"
|
||||
iwm7265Dfw_load="YES"
|
||||
iwm8000Cfw_load="YES"
|
||||
iwm8265fw_load="YES"
|
||||
iwm9000fw_load="YES"
|
||||
iwm9260fw_load="YES"
|
||||
.Ed
|
||||
.Sh DESCRIPTION
|
||||
This module provides access to firmware sets for the
|
||||
Intel Dual Band Wireless WiFi 3160, 3165, 3168, 7260, 7265, 8000, and 8260 series of
|
||||
IEEE 802.11n/11ac adapters.
|
||||
It may be
|
||||
statically linked into the kernel, or loaded as a module.
|
||||
Intel Dual Band Wireless WiFi 3160, 3165, 3168, 7260, 7265, 8000, 8260,
|
||||
9000 and 9260 series of IEEE 802.11n/11ac adapters.
|
||||
It may be statically linked into the kernel, or loaded as a module.
|
||||
.Sh SEE ALSO
|
||||
.Xr iwm 4 ,
|
||||
.Xr firmware 9
|
||||
|
Loading…
Reference in New Issue
Block a user