aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/aac
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2000-09-13 03:20:35 +0000
committerMike Smith <msmith@FreeBSD.org>2000-09-13 03:20:35 +0000
commit358637397e27108084efceb0c42bc0e5b05df024 (patch)
tree38da88700e14c71a5536260c6238a7739879add5 /sys/modules/aac
parent553427fc01a2bd2130e8502488f6932cc1cd6a70 (diff)
downloadsrc-358637397e27108084efceb0c42bc0e5b05df024.tar.gz
src-358637397e27108084efceb0c42bc0e5b05df024.zip
A new driver for PCI:SCSI RAID controllers based on the Adaptec FSA
design. This includes integrated Dell RAID controllers, the Dell PERC 2/QC and the HP NetRAID-4M.
Notes
Notes: svn path=/head/; revision=65793
Diffstat (limited to 'sys/modules/aac')
-rw-r--r--sys/modules/aac/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/modules/aac/Makefile b/sys/modules/aac/Makefile
new file mode 100644
index 000000000000..6a2baefc6e7b
--- /dev/null
+++ b/sys/modules/aac/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/aac
+KMOD = aac
+SRCS = aac.c aac_pci.c aac_disk.c
+SRCS += device_if.h bus_if.h pci_if.h
+
+CFLAGS+= -DAAC_COMPAT_LINUX
+
+#CFLAGS+= -DAAC_DEBUG=2
+#SRCS += aac_debug.c
+
+.include <bsd.kmod.mk>