diff options
author | sbruno <sbruno@FreeBSD.org> | 2016-08-01 17:51:35 +0000 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2016-08-01 17:51:35 +0000 |
commit | 82fff785c8abda9358b253361fa1a70807114244 (patch) | |
tree | ce9a0e3b7b554ae8a4339eca3f396819e897b53d /share | |
parent | 732be6ea75eacc33d34f40c5889596e2bf6e8756 (diff) | |
download | FreeBSD-src-82fff785c8abda9358b253361fa1a70807114244.zip FreeBSD-src-82fff785c8abda9358b253361fa1a70807114244.tar.gz |
MFC r303322,303326,303327,303345,303413,303416,303418,303557
Update iwm(4) and iwmfw(4) to current in order to stabilize and improve
functionality.
Approved by: re (gjb)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/iwm.4 | 6 | ||||
-rw-r--r-- | share/man/man4/iwmfw.4 | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/share/man/man4/iwm.4 b/share/man/man4/iwm.4 index 45c0bf2..9b906d7 100644 --- a/share/man/man4/iwm.4 +++ b/share/man/man4/iwm.4 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 1, 2015 +.Dd July 26, 2016 .Dt IWM 4 .Os .Sh NAME @@ -48,6 +48,7 @@ Choose one from: .Cd "device iwm3160fw" .Cd "device iwm7260fw" .Cd "device iwm7265fw" +.Cd "device iwm8000Cfw" .Ed .Pp Or you can use @@ -65,6 +66,7 @@ if_iwm_load="YES" iwm3160fw_load="YES" iwm7260fw_load="YES" iwm7265fw_load="YES" +iwm8000Cfw_load="YES" .Ed .Sh DESCRIPTION The @@ -73,8 +75,10 @@ driver provides support for: .Pp .Bl -tag -width Ds -offset indent -compact .It Intel Dual Band Wireless AC 3160 +.It Intel Dual Band Wireless AC 3165 .It Intel Dual Band Wireless AC 7260 .It Intel Dual Band Wireless AC 7265 +.It Intel Dual Band Wireless AC 8260 .El .Pp .Nm diff --git a/share/man/man4/iwmfw.4 b/share/man/man4/iwmfw.4 index 0e1832c..190f806 100644 --- a/share/man/man4/iwmfw.4 +++ b/share/man/man4/iwmfw.4 @@ -22,7 +22,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 28, 2015 +.Dd July 26, 2016 .Dt IWMFW 4 .Os .Sh NAME @@ -45,6 +45,7 @@ of the following: .Cd "device iwm3160fw" .Cd "device iwm7260fw" .Cd "device iwm7265fw" +.Cd "device iwm8000Cfw" .Ed .Pp Alternatively, to load the driver as a @@ -54,10 +55,11 @@ module at boot time, place the following line in iwm3160fw_load="YES" iwm7260fw_load="YES" iwm7265fw_load="YES" +iwm8000Cfw_load="YES" .Ed .Sh DESCRIPTION This module provides access to firmware sets for the -Intel Dual Band Wireless WiFi 3160, 7260 and 7265 series of +Intel Dual Band Wireless WiFi 3160, 3165, 7260, 7265 and 8260 series of IEEE 802.11n/11ac adapters. It may be statically linked into the kernel, or loaded as a module. |