svn commit: r313426 - in head/sys/modules/iwmfw: iwm3160fw iwm7260fw iwm7265fw iwm8000Cfw
Adrian Chadd
adrian at FreeBSD.org
Wed Feb 8 07:04:08 UTC 2017
Author: adrian
Date: Wed Feb 8 07:04:06 2017
New Revision: 313426
URL: https://svnweb.freebsd.org/changeset/base/313426
Log:
[iwm] bump firmware to version 17.
Modified:
head/sys/modules/iwmfw/iwm3160fw/Makefile
head/sys/modules/iwmfw/iwm7260fw/Makefile
head/sys/modules/iwmfw/iwm7265fw/Makefile
head/sys/modules/iwmfw/iwm8000Cfw/Makefile
Modified: head/sys/modules/iwmfw/iwm3160fw/Makefile
==============================================================================
--- head/sys/modules/iwmfw/iwm3160fw/Makefile Wed Feb 8 07:03:52 2017 (r313425)
+++ head/sys/modules/iwmfw/iwm3160fw/Makefile Wed Feb 8 07:04:06 2017 (r313426)
@@ -1,6 +1,6 @@
# $FreeBSD$
KMOD= iwm3160fw
-IMG= iwm-3160-16
+IMG= iwm-3160-17
.include <bsd.kmod.mk>
Modified: head/sys/modules/iwmfw/iwm7260fw/Makefile
==============================================================================
--- head/sys/modules/iwmfw/iwm7260fw/Makefile Wed Feb 8 07:03:52 2017 (r313425)
+++ head/sys/modules/iwmfw/iwm7260fw/Makefile Wed Feb 8 07:04:06 2017 (r313426)
@@ -1,6 +1,6 @@
# $FreeBSD$
KMOD= iwm7260fw
-IMG= iwm-7260-16
+IMG= iwm-7260-17
.include <bsd.kmod.mk>
Modified: head/sys/modules/iwmfw/iwm7265fw/Makefile
==============================================================================
--- head/sys/modules/iwmfw/iwm7265fw/Makefile Wed Feb 8 07:03:52 2017 (r313425)
+++ head/sys/modules/iwmfw/iwm7265fw/Makefile Wed Feb 8 07:04:06 2017 (r313426)
@@ -1,6 +1,6 @@
# $FreeBSD$
KMOD= iwm7265fw
-IMG= iwm-7265-16
+IMG= iwm-7265-17
.include <bsd.kmod.mk>
Modified: head/sys/modules/iwmfw/iwm8000Cfw/Makefile
==============================================================================
--- head/sys/modules/iwmfw/iwm8000Cfw/Makefile Wed Feb 8 07:03:52 2017 (r313425)
+++ head/sys/modules/iwmfw/iwm8000Cfw/Makefile Wed Feb 8 07:04:06 2017 (r313426)
@@ -1,6 +1,6 @@
# $FreeBSD$
KMOD= iwm8000Cfw
-IMG= iwm-8000C-16
+IMG= iwm-8000C-17
.include <bsd.kmod.mk>
More information about the svn-src-all
mailing list