summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2018-03-01 07:42:20 +0000
committereadler <eadler@FreeBSD.org>2018-03-01 07:42:20 +0000
commit48b8d2aed79f27e2b539f64c53355d715f86adab (patch)
tree6b6089d5dff7e46369ac7705845b4bc519627d19 /sys/modules
parentcd993bf03947d230e889a5b398236d61c6abb653 (diff)
downloadFreeBSD-src-48b8d2aed79f27e2b539f64c53355d715f86adab.zip
FreeBSD-src-48b8d2aed79f27e2b539f64c53355d715f86adab.tar.gz
MFC r313419,r313420,r313421,r313423,r313426,r313428,r314078,r314079,r319584,r319586,r319588,r324469,r324470,r324435,r325122:
[iwmfw] add version 17 firmware. [iwmfw] add version 17 firmware. [iwmfw] add version 17 firmware. [iwmfw] add this 3 megabyte firmware image. [iwmfw] bump firmware to version 17. [iwmfw] back this out to version 16 for now. [iwmfw] add 7265D firmware. [iwmfw] add 7265D firmware. [iwmfw] add 7265D-22 firmware [iwmfw] 8000C ver 22 firmware. [iwmfw] bump built firmware now to version 22 for 7265D and 8000C. [iwmfw] Add missing SUBDIR needed for iwmfw to load after ^/head@r324434 [iwmfw] Add the firmware for the Intel 8265 WiFi device.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/iwmfw/Makefile7
-rw-r--r--sys/modules/iwmfw/iwm3160fw/Makefile2
-rw-r--r--sys/modules/iwmfw/iwm7260fw/Makefile2
-rw-r--r--sys/modules/iwmfw/iwm7265Dfw/Makefile6
-rw-r--r--sys/modules/iwmfw/iwm7265fw/Makefile2
-rw-r--r--sys/modules/iwmfw/iwm8000Cfw/Makefile2
6 files changed, 16 insertions, 5 deletions
diff --git a/sys/modules/iwmfw/Makefile b/sys/modules/iwmfw/Makefile
index 42027a0..1b310ef 100644
--- a/sys/modules/iwmfw/Makefile
+++ b/sys/modules/iwmfw/Makefile
@@ -1,5 +1,10 @@
# $FreeBSD$
-SUBDIR= iwm3160fw iwm7260fw iwm7265fw iwm8000Cfw
+SUBDIR= iwm3160fw \
+ iwm7260fw \
+ iwm7265fw \
+ iwm7265Dfw \
+ iwm8000Cfw \
+ iwm8265fw
.include <bsd.subdir.mk>
diff --git a/sys/modules/iwmfw/iwm3160fw/Makefile b/sys/modules/iwmfw/iwm3160fw/Makefile
index d2d8f1d..02f82f6 100644
--- a/sys/modules/iwmfw/iwm3160fw/Makefile
+++ b/sys/modules/iwmfw/iwm3160fw/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
KMOD= iwm3160fw
-IMG= iwm-3160-16
+IMG= iwm-3160-17
.include <bsd.kmod.mk>
diff --git a/sys/modules/iwmfw/iwm7260fw/Makefile b/sys/modules/iwmfw/iwm7260fw/Makefile
index b6a3cbf..ef35d80 100644
--- a/sys/modules/iwmfw/iwm7260fw/Makefile
+++ b/sys/modules/iwmfw/iwm7260fw/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
KMOD= iwm7260fw
-IMG= iwm-7260-16
+IMG= iwm-7260-17
.include <bsd.kmod.mk>
diff --git a/sys/modules/iwmfw/iwm7265Dfw/Makefile b/sys/modules/iwmfw/iwm7265Dfw/Makefile
new file mode 100644
index 0000000..1746e38
--- /dev/null
+++ b/sys/modules/iwmfw/iwm7265Dfw/Makefile
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+KMOD= iwm7265Dfw
+IMG= iwm-7265D-22
+
+.include <bsd.kmod.mk>
diff --git a/sys/modules/iwmfw/iwm7265fw/Makefile b/sys/modules/iwmfw/iwm7265fw/Makefile
index 9bd7aa7..db00443 100644
--- a/sys/modules/iwmfw/iwm7265fw/Makefile
+++ b/sys/modules/iwmfw/iwm7265fw/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
KMOD= iwm7265fw
-IMG= iwm-7265-16
+IMG= iwm-7265-17
.include <bsd.kmod.mk>
diff --git a/sys/modules/iwmfw/iwm8000Cfw/Makefile b/sys/modules/iwmfw/iwm8000Cfw/Makefile
index 22aa192..0614709 100644
--- a/sys/modules/iwmfw/iwm8000Cfw/Makefile
+++ b/sys/modules/iwmfw/iwm8000Cfw/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
KMOD= iwm8000Cfw
-IMG= iwm-8000C-16
+IMG= iwm-8000C-22
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud