svn commit: r319588 - in head/sys/modules/iwmfw: iwm7265Dfw iwm8000Cfw

Adrian Chadd adrian at FreeBSD.org
Sun Jun 4 21:28:04 UTC 2017


Author: adrian
Date: Sun Jun  4 21:28:03 2017
New Revision: 319588
URL: https://svnweb.freebsd.org/changeset/base/319588

Log:
  [iwmfw] bump built firmware now to version 22 for 7265D and 8000C.

Modified:
  head/sys/modules/iwmfw/iwm7265Dfw/Makefile
  head/sys/modules/iwmfw/iwm8000Cfw/Makefile

Modified: head/sys/modules/iwmfw/iwm7265Dfw/Makefile
==============================================================================
--- head/sys/modules/iwmfw/iwm7265Dfw/Makefile	Sun Jun  4 21:27:50 2017	(r319587)
+++ head/sys/modules/iwmfw/iwm7265Dfw/Makefile	Sun Jun  4 21:28:03 2017	(r319588)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
 KMOD=	iwm7265Dfw
-IMG=	iwm-7265D-17
+IMG=	iwm-7265D-22
 
 .include <bsd.kmod.mk>

Modified: head/sys/modules/iwmfw/iwm8000Cfw/Makefile
==============================================================================
--- head/sys/modules/iwmfw/iwm8000Cfw/Makefile	Sun Jun  4 21:27:50 2017	(r319587)
+++ head/sys/modules/iwmfw/iwm8000Cfw/Makefile	Sun Jun  4 21:28:03 2017	(r319588)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
 KMOD=	iwm8000Cfw
-IMG=	iwm-8000C-16
+IMG=	iwm-8000C-22
 
 .include <bsd.kmod.mk>


More information about the svn-src-head mailing list