summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authormdf <mdf@FreeBSD.org>2010-10-15 15:24:59 +0000
committermdf <mdf@FreeBSD.org>2010-10-15 15:24:59 +0000
commit9a2d058f58ba6ef326a46ead3e9d1fbb500664c1 (patch)
tree28191cbd5c364b0a61a8a93e080a43efed010789 /sys/modules
parent9ee8aa4dbf4843d90a94a3475cfc54e94b2a9886 (diff)
downloadFreeBSD-src-9a2d058f58ba6ef326a46ead3e9d1fbb500664c1.zip
FreeBSD-src-9a2d058f58ba6ef326a46ead3e9d1fbb500664c1.tar.gz
Currently only opt_compat.h is included by the mps(4) driver. Also
enable /dev/mps0, which was missing from my previous patches enabling f/w upload and download. opt_compat.h issue noticed by scottl.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/mps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/mps/Makefile b/sys/modules/mps/Makefile
index f8f520b..5e91084 100644
--- a/sys/modules/mps/Makefile
+++ b/sys/modules/mps/Makefile
@@ -4,7 +4,7 @@
KMOD= mps
SRCS= mps_pci.c mps.c mps_sas.c mps_table.c mps_user.c
-SRCS+= opt_mps.h opt_cam.h
+SRCS+= opt_compat.h
SRCS+= device_if.h bus_if.h pci_if.h
#CFLAGS += -DMPS_DEBUG
OpenPOWER on IntegriCloud