svn commit: r330945 - head/sys/modules/isp

Brooks Davis brooks at FreeBSD.org
Wed Mar 14 20:07:53 UTC 2018


Author: brooks
Date: Wed Mar 14 20:07:52 2018
New Revision: 330945
URL: https://svnweb.freebsd.org/changeset/base/330945

Log:
  Add opt_compat.h to isp(4) as required by r330876.
  
  MFC with:	r330876

Modified:
  head/sys/modules/isp/Makefile

Modified: head/sys/modules/isp/Makefile
==============================================================================
--- head/sys/modules/isp/Makefile	Wed Mar 14 19:51:28 2018	(r330944)
+++ head/sys/modules/isp/Makefile	Wed Mar 14 20:07:52 2018	(r330945)
@@ -4,7 +4,7 @@
 
 KMOD=	isp
 SRCS=	bus_if.h device_if.h pci_if.h \
-	opt_cam.h opt_ddb.h opt_isp.h \
+	opt_cam.h opt_compat.h opt_ddb.h opt_isp.h \
 	isp.c isp_library.c isp_target.c isp_freebsd.c isp_pci.c
 
 .if ${MACHINE} == sparc64


More information about the svn-src-all mailing list