aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/asr
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2000-09-01 07:51:25 +0000
committerMike Smith <msmith@FreeBSD.org>2000-09-01 07:51:25 +0000
commitef137fd32f77ed39a95f5a15f9f6968c0ff47489 (patch)
tree47ddbededb827c8b4f38362d8571f9ce4ed228e4 /sys/modules/asr
parentaebf2d1deeb9bf5b4c18179e6e1c56c8887735b1 (diff)
downloadsrc-ef137fd32f77ed39a95f5a15f9f6968c0ff47489.tar.gz
src-ef137fd32f77ed39a95f5a15f9f6968c0ff47489.zip
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.
Notes
Notes: svn path=/head/; revision=65312
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 000000000000..ee0cd1c86a87
--- /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>