summaryrefslogtreecommitdiffstats
path: root/sys/modules/aac
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-09-13 03:20:35 +0000
committermsmith <msmith@FreeBSD.org>2000-09-13 03:20:35 +0000
commitb3a68de811482a052700bc84248100636ae00408 (patch)
treedc1873b903b801b371f3bc3552cd5a92d1d41d26 /sys/modules/aac
parente396c60f6864bbc71b96f3a4f07ea13214a2370a (diff)
downloadFreeBSD-src-b3a68de811482a052700bc84248100636ae00408.zip
FreeBSD-src-b3a68de811482a052700bc84248100636ae00408.tar.gz
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.
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 0000000..6a2baef
--- /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>
OpenPOWER on IntegriCloud