svn commit: r325126 - in projects/runtime-coverage: share/man/man4 sys/conf

Ngie Cooper ngie at FreeBSD.org
Mon Oct 30 07:06:04 UTC 2017


Author: ngie
Date: Mon Oct 30 07:06:03 2017
New Revision: 325126
URL: https://svnweb.freebsd.org/changeset/base/325126

Log:
  MFhead at r325125

Modified:
  projects/runtime-coverage/share/man/man4/iwm.4
  projects/runtime-coverage/share/man/man4/iwmfw.4
  projects/runtime-coverage/sys/conf/files
Directory Properties:
  projects/runtime-coverage/   (props changed)

Modified: projects/runtime-coverage/share/man/man4/iwm.4
==============================================================================
--- projects/runtime-coverage/share/man/man4/iwm.4	Mon Oct 30 06:51:03 2017	(r325125)
+++ projects/runtime-coverage/share/man/man4/iwm.4	Mon Oct 30 07:06:03 2017	(r325126)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 26, 2016
+.Dd October 29, 2017
 .Dt IWM 4
 .Os
 .Sh NAME
@@ -49,6 +49,7 @@ Choose one from:
 .Cd "device iwm7260fw"
 .Cd "device iwm7265fw"
 .Cd "device iwm8000Cfw"
+.Cd "device iwm8265fw"
 .Ed
 .Pp
 Or you can use
@@ -67,6 +68,7 @@ iwm3160fw_load="YES"
 iwm7260fw_load="YES"
 iwm7265fw_load="YES"
 iwm8000Cfw_load="YES"
+iwm8265fw_load="YES"
 .Ed
 .Sh DESCRIPTION
 The

Modified: projects/runtime-coverage/share/man/man4/iwmfw.4
==============================================================================
--- projects/runtime-coverage/share/man/man4/iwmfw.4	Mon Oct 30 06:51:03 2017	(r325125)
+++ projects/runtime-coverage/share/man/man4/iwmfw.4	Mon Oct 30 07:06:03 2017	(r325126)
@@ -22,7 +22,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 26, 2016
+.Dd October 29, 2017
 .Dt IWMFW 4
 .Os
 .Sh NAME
@@ -46,6 +46,7 @@ of the following:
 .Cd "device iwm7260fw"
 .Cd "device iwm7265fw"
 .Cd "device iwm8000Cfw"
+.Cd "device iwm8265fw"
 .Ed
 .Pp
 Alternatively, to load the driver as a
@@ -57,10 +58,11 @@ iwm7260fw_load="YES"
 iwm7265fw_load="YES"
 iwm7265Dfw_load="YES"
 iwm8000Cfw_load="YES"
+iwm8265fw_load="YES"
 .Ed
 .Sh DESCRIPTION
 This module provides access to firmware sets for the
-Intel Dual Band Wireless WiFi 3160, 3165, 7260, 7265 and 8260 series of
+Intel Dual Band Wireless WiFi 3160, 3165, 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.

Modified: projects/runtime-coverage/sys/conf/files
==============================================================================
--- projects/runtime-coverage/sys/conf/files	Mon Oct 30 06:51:03 2017	(r325125)
+++ projects/runtime-coverage/sys/conf/files	Mon Oct 30 07:06:03 2017	(r325126)
@@ -2010,6 +2010,20 @@ iwm8000C.fw			optional iwm8000Cfw | iwmfw		\
 	compile-with	"${NORMAL_FW}"					\
 	no-obj no-implicit-rule						\
 	clean		"iwm8000C.fw"
+iwm8265.fw			optional iwm8265fw | iwmfw		\
+	dependency	"$S/contrib/dev/iwm/iwm-8265-22.fw.uu" \
+	compile-with	"${NORMAL_FW}"					\
+	no-obj no-implicit-rule						\
+	clean		"iwm8265.fw"
+iwm8265fw.c			optional iwm8265fw | iwmfw		\
+	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwm8265.fw:iwm8265fw -miwm8265fw -c${.TARGET}" \
+	no-implicit-rule before-depend local				\
+	clean		"iwm8265fw.c"
+iwm8265fw.fwo			optional iwm8265fw | iwmfw		\
+	dependency	"iwm8265.fw"					\
+	compile-with	"${NORMAL_FWO}"					\
+	no-implicit-rule						\
+	clean		"iwm8265fw.fwo"
 dev/iwn/if_iwn.c		optional iwn
 iwn1000fw.c			optional iwn1000fw | iwnfw		\
 	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn1000.fw:iwn1000fw -miwn1000fw -c${.TARGET}" \


More information about the svn-src-projects mailing list