summaryrefslogtreecommitdiffstats
path: root/sys/modules/mly
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-08-23 03:22:41 +0000
committermsmith <msmith@FreeBSD.org>2000-08-23 03:22:41 +0000
commit19a7cf4f83591586186dbc002cbfc9f1076b9dec (patch)
tree2d6ff12b8e748962ab52a60dfcdec1c102173d1f /sys/modules/mly
parent13504cf93eec576a6d9bd497673694455a501c7e (diff)
downloadFreeBSD-src-19a7cf4f83591586186dbc002cbfc9f1076b9dec.zip
FreeBSD-src-19a7cf4f83591586186dbc002cbfc9f1076b9dec.tar.gz
This is the initial import of a new driver for the current family of
PCI:SCSI RAID controllers from Mylex.
Diffstat (limited to 'sys/modules/mly')
-rw-r--r--sys/modules/mly/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/modules/mly/Makefile b/sys/modules/mly/Makefile
new file mode 100644
index 0000000..1f8abe8
--- /dev/null
+++ b/sys/modules/mly/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/mly
+KMOD = mly
+SRCS = mly.c mly_pci.c mly_cam.c
+SRCS += opt_scsi.h opt_cam.h
+SRCS += device_if.h bus_if.h pci_if.h
+
+#CFLAGS+= -DMLY_DEBUG=1
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud