Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Oct 2010 20:01:56 +0000 (UTC)
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r213993 - head/sys/modules/mps
Message-ID:  <201010172001.o9HK1ubZ044328@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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