Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jun 2017 21:28:03 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r319588 - in head/sys/modules/iwmfw: iwm7265Dfw iwm8000Cfw
Message-ID:  <201706042128.v54LS3EZ022848@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706042128.v54LS3EZ022848>