summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2007-05-09 07:07:26 +0000
committerscottl <scottl@FreeBSD.org>2007-05-09 07:07:26 +0000
commit2ddb46eeb6224ecb7078555faf58fa91374c0760 (patch)
treee6097df0d1ec783ab98f9db835aa6d2a54e915bb /sys/modules
parentcc6f7c0d991522d3063004bbc78a1c276db66ca0 (diff)
downloadFreeBSD-src-2ddb46eeb6224ecb7078555faf58fa91374c0760.zip
FreeBSD-src-2ddb46eeb6224ecb7078555faf58fa91374c0760.tar.gz
Introduce a driver for the Highpoint RocketRAID 3xxx series of controllers.
The driver relies on CAM. Many thanks to Highpoint for providing this driver.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile1
-rw-r--r--sys/modules/hptiop/Makefile10
2 files changed, 11 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 02fee78..7d0adde 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -94,6 +94,7 @@ SUBDIR= ${_3dfx} \
hifn \
hme \
${_hptmv} \
+ hptiop \
hwpmc \
${_i2c} \
${_ibcs2} \
diff --git a/sys/modules/hptiop/Makefile b/sys/modules/hptiop/Makefile
new file mode 100644
index 0000000..66f11c2
--- /dev/null
+++ b/sys/modules/hptiop/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/hptiop
+
+KMOD= hptiop
+SRCS= hptiop.c
+SRCS+= opt_scsi.h opt_cam.h
+SRCS+= device_if.h bus_if.h pci_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud