Mention AC3165 and AC8260 chipsets in iwm(4) and mention AC3165 in iwmfw(4)

- Support for the AC3165 and AC8260 chipsets was added by r303322 and r303327.

Approved by:	adrian (mentor)
Differential Revision:	https://reviews.freebsd.org/D7322
This commit is contained in:
Imre Vadász 2016-07-26 21:27:02 +00:00
parent 439e76ec22
commit b34d420935
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=303345
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -22,7 +22,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd June 25, 2016
.Dd July 26, 2016
.Dt IWMFW 4
.Os
.Sh NAME
@ -59,7 +59,7 @@ iwm8000Cfw_load="YES"
.Ed
.Sh DESCRIPTION
This module provides access to firmware sets for the
Intel Dual Band Wireless WiFi 3160, 7260, 7265 and 8260 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.