svn commit: r330189 - stable/11/sys/modules/iwm

Eitan Adler eadler at FreeBSD.org
Thu Mar 1 06:19:13 UTC 2018


Author: eadler
Date: Thu Mar  1 06:19:12 2018
New Revision: 330189
URL: https://svnweb.freebsd.org/changeset/base/330189

Log:
  MFC 314151:
  
  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>

Modified:
  stable/11/sys/modules/iwm/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/modules/iwm/Makefile
==============================================================================
--- stable/11/sys/modules/iwm/Makefile	Thu Mar  1 06:18:27 2018	(r330188)
+++ stable/11/sys/modules/iwm/Makefile	Thu Mar  1 06:19:12 2018	(r330189)
@@ -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-stable mailing list