svn commit: r213993 - head/sys/modules/mps

Scott Long scottl at FreeBSD.org
Sun Oct 17 20:01:56 UTC 2010


Author: scottl
Date: Sun Oct 17 20:01:56 2010
New Revision: 213993
URL: http://svn.freebsd.org/changeset/base/213993

Log:
  Re-add opt_mps.h and opt_cam.h, lost in the previous rev.

Modified:
  head/sys/modules/mps/Makefile

Modified: head/sys/modules/mps/Makefile
==============================================================================
--- head/sys/modules/mps/Makefile	Sun Oct 17 19:22:19 2010	(r213992)
+++ head/sys/modules/mps/Makefile	Sun Oct 17 20:01:56 2010	(r213993)
@@ -4,7 +4,7 @@
 
 KMOD=	mps
 SRCS=	mps_pci.c mps.c mps_sas.c mps_table.c mps_user.c
-SRCS+=	opt_compat.h
+SRCS+=	opt_mps.h opt_cam.h opt_compat.h
 SRCS+=	device_if.h bus_if.h pci_if.h
 
 #CFLAGS += -DMPS_DEBUG


More information about the svn-src-all mailing list