Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 2017 04:50:52 +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: r314079 - in head/sys/modules/iwmfw: . iwm7265Dfw
Message-ID:  <201702220450.v1M4oqg6064240@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Wed Feb 22 04:50:52 2017
New Revision: 314079
URL: https://svnweb.freebsd.org/changeset/base/314079

Log:
  [iwmfw] add 7265D firmware.

Added:
  head/sys/modules/iwmfw/iwm7265Dfw/
  head/sys/modules/iwmfw/iwm7265Dfw/Makefile   (contents, props changed)
Modified:
  head/sys/modules/iwmfw/Makefile

Modified: head/sys/modules/iwmfw/Makefile
==============================================================================
--- head/sys/modules/iwmfw/Makefile	Wed Feb 22 04:44:08 2017	(r314078)
+++ head/sys/modules/iwmfw/Makefile	Wed Feb 22 04:50:52 2017	(r314079)
@@ -1,5 +1,5 @@
 # $FreeBSD$
 
-SUBDIR=	iwm3160fw iwm7260fw iwm7265fw iwm8000Cfw
+SUBDIR=	iwm3160fw iwm7260fw iwm7265fw iwm8000Cfw iwm7265Dfw
 
 .include <bsd.subdir.mk>

Added: head/sys/modules/iwmfw/iwm7265Dfw/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sys/modules/iwmfw/iwm7265Dfw/Makefile	Wed Feb 22 04:50:52 2017	(r314079)
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+KMOD=	iwm7265Dfw
+IMG=	iwm-7265D-17
+
+.include <bsd.kmod.mk>



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