svn commit: r314151 - head/sys/modules/iwm

Ngie Cooper ngie at FreeBSD.org
Thu Feb 23 17:44:07 UTC 2017


Author: ngie
Date: Thu Feb 23 17:44:06 2017
New Revision: 314151
URL: https://svnweb.freebsd.org/changeset/base/314151

Log:
  Unbreak if_iwm.ko after r314076
  
  Add if_iwm_7000.c/if_iwm_8000.c to SRCS to match similar additions made
  to sys/conf/files after refactoring done in the commit noted.
  
  PR:		217308
  Pointyhat to:	adrian
  Submitted by:	Andreas Nilsson <andrnils at gmail.com>
  Reported by:	Jakob Alvermark <jakob at alvermark.net>, Juan Ramómon Molina Menor <listjm at club.fr>
  Sponsored by:	Dell EMC Isilon

Modified:
  head/sys/modules/iwm/Makefile

Modified: head/sys/modules/iwm/Makefile
==============================================================================
--- head/sys/modules/iwm/Makefile	Thu Feb 23 16:54:30 2017	(r314150)
+++ head/sys/modules/iwm/Makefile	Thu Feb 23 17:44:06 2017	(r314151)
@@ -7,6 +7,7 @@ KMOD=	if_iwm
 SRCS=	if_iwm.c if_iwm_binding.c if_iwm_util.c if_iwm_phy_db.c
 SRCS+=	if_iwm_mac_ctxt.c if_iwm_phy_ctxt.c if_iwm_time_event.c
 SRCS+=	if_iwm_power.c if_iwm_scan.c if_iwm_led.c if_iwm_notif_wait.c
+SRCS+=	if_iwm_7000.c if_iwm_8000.c
 # bus layer
 SRCS+=	if_iwm_pcie_trans.c
 SRCS+=	device_if.h bus_if.h pci_if.h opt_wlan.h


More information about the svn-src-head mailing list