summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2001-11-27 23:08:37 +0000
committermsmith <msmith@FreeBSD.org>2001-11-27 23:08:37 +0000
commitdf947dedc97a0d45a0248ee819fe76f78dbdd3e1 (patch)
tree6ccf2d6ebb783d31cebcf97d6e43ba734d760a53 /sys/modules
parent47ff42dab2e21d6e60fcc76f3e83e2e2a511c236 (diff)
downloadFreeBSD-src-df947dedc97a0d45a0248ee819fe76f78dbdd3e1.zip
FreeBSD-src-df947dedc97a0d45a0248ee819fe76f78dbdd3e1.tar.gz
Add the 'ciss' driver, which supports the Compaq SmartRAID 5* family of
RAID controllers (5300, 532, 5i, etc.) Thanks to Compaq and Yahoo! for support during the development of this driver. MFC after: 1 week
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile1
-rw-r--r--sys/modules/ciss/Makefile11
2 files changed, 12 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 184e3c7..fff8d11 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -121,6 +121,7 @@ SUBDIR+=aac \
atspeaker \
bktr \
coff \
+ ciss \
el \
fe \
fpu \
diff --git a/sys/modules/ciss/Makefile b/sys/modules/ciss/Makefile
new file mode 100644
index 0000000..d82c59a
--- /dev/null
+++ b/sys/modules/ciss/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+KMOD = ciss
+.PATH: ${.CURDIR}/../../dev/${KMOD}
+SRCS = ciss.c
+SRCS += opt_scsi.h opt_cam.h
+SRCS += device_if.h bus_if.h pci_if.h
+
+CFLAGS +=-DCISS_DEBUG=0
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud