summaryrefslogtreecommitdiffstats
path: root/sys/modules/asr
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-09-01 07:51:25 +0000
committermsmith <msmith@FreeBSD.org>2000-09-01 07:51:25 +0000
commit3cfec8ce1d2c56d207b68b0ed307b268501d12dd (patch)
tree85d327cc519f259ed638d88bdc1ccac643c76b6a /sys/modules/asr
parent67433049e43226e50c2c8217d66f5a83d82a3434 (diff)
downloadFreeBSD-src-3cfec8ce1d2c56d207b68b0ed307b268501d12dd.zip
FreeBSD-src-3cfec8ce1d2c56d207b68b0ed307b268501d12dd.tar.gz
Add the 'asr' driver, supplied by Mark Salyzyn of Adaptec (nee DPT).
This provides support for the Adaptec SCSI RAID controller family, as well as the DPT SmartRAID V and VI families. The driver will be maintained by Mark and Adaptec, and any changes should be referred to the MAINTAINER.
Diffstat (limited to 'sys/modules/asr')
-rw-r--r--sys/modules/asr/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/asr/Makefile b/sys/modules/asr/Makefile
new file mode 100644
index 0000000..ee0cd1c
--- /dev/null
+++ b/sys/modules/asr/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/asr
+KMOD = asr
+SRCS = asr.c
+SRCS += opt_scsi.h opt_cam.h opt_asr.h
+SRCS += device_if.h bus_if.h pci_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud