summaryrefslogtreecommitdiffstats
path: root/sys/modules
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
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')
-rw-r--r--sys/modules/Makefile2
-rw-r--r--sys/modules/mly/Makefile11
2 files changed, 12 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 926a020..facc9fc 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -9,7 +9,7 @@ _randomdev= randomdev
SUBDIR= 3dfx accf_data accf_http agp aha amr an aue \
cam ccd cd9660 coda cue dc fdesc fxp if_disc if_ef \
if_ppp if_sl if_tap if_tun ipfilter ipfw ispfw joy kernfs kue \
- md mfs mii mlx msdos ncp netgraph nfs ntfs nullfs \
+ md mfs mii mlx mly msdos ncp netgraph nfs ntfs nullfs \
nwfs oldcard pcic portal procfs ${_randomdev} \
rl rp sf sis sk sn sound ste syscons ti tl twe tx \
udbp ugen uhid ukbd ulpt umapfs umass umodem ums union urio usb \
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