Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Feb 2017 07:07:23 +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: r313428 - in head/sys: conf modules/iwmfw/iwm8000Cfw
Message-ID:  <201702080707.v1877Nrq018194@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Wed Feb  8 07:07:23 2017
New Revision: 313428
URL: https://svnweb.freebsd.org/changeset/base/313428

Log:
  [iwm] back this out to version 16 for now.
  
  Since I'm manually playing the dragonflybsd iwm/iwmfw commits forward, I'm ..
  well, this.  This right here.

Modified:
  head/sys/conf/files
  head/sys/modules/iwmfw/iwm8000Cfw/Makefile

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Wed Feb  8 07:05:56 2017	(r313427)
+++ head/sys/conf/files	Wed Feb  8 07:07:23 2017	(r313428)
@@ -1939,7 +1939,7 @@ iwm8000Cfw.fwo			optional iwm8000Cfw | i
 	no-implicit-rule						\
 	clean		"iwm8000Cfw.fwo"
 iwm8000C.fw			optional iwm8000Cfw | iwmfw		\
-	dependency	"$S/contrib/dev/iwm/iwm-8000C-17.fw.uu" \
+	dependency	"$S/contrib/dev/iwm/iwm-8000C-16.fw.uu" \
 	compile-with	"${NORMAL_FW}"					\
 	no-obj no-implicit-rule						\
 	clean		"iwm8000C.fw"

Modified: head/sys/modules/iwmfw/iwm8000Cfw/Makefile
==============================================================================
--- head/sys/modules/iwmfw/iwm8000Cfw/Makefile	Wed Feb  8 07:05:56 2017	(r313427)
+++ head/sys/modules/iwmfw/iwm8000Cfw/Makefile	Wed Feb  8 07:07:23 2017	(r313428)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
 KMOD=	iwm8000Cfw
-IMG=	iwm-8000C-17
+IMG=	iwm-8000C-16
 
 .include <bsd.kmod.mk>



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