svn commit: r303345 - head/share/man/man4

Imre Vadász ivadasz at FreeBSD.org
Tue Jul 26 21:27:03 UTC 2016


Author: ivadasz
Date: Tue Jul 26 21:27:02 2016
New Revision: 303345
URL: https://svnweb.freebsd.org/changeset/base/303345

Log:
  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

Modified:
  head/share/man/man4/iwm.4
  head/share/man/man4/iwmfw.4

Modified: head/share/man/man4/iwm.4
==============================================================================
--- head/share/man/man4/iwm.4	Tue Jul 26 20:26:03 2016	(r303344)
+++ head/share/man/man4/iwm.4	Tue Jul 26 21:27:02 2016	(r303345)
@@ -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

Modified: head/share/man/man4/iwmfw.4
==============================================================================
--- head/share/man/man4/iwmfw.4	Tue Jul 26 20:26:03 2016	(r303344)
+++ head/share/man/man4/iwmfw.4	Tue Jul 26 21:27:02 2016	(r303345)
@@ -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.


More information about the svn-src-all mailing list