summaryrefslogtreecommitdiffstats
path: root/sys/modules/arcmsr
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2005-03-31 18:19:55 +0000
committerscottl <scottl@FreeBSD.org>2005-03-31 18:19:55 +0000
commitac4037eff63a083e0e301e776b5f2bdcd30471ed (patch)
tree9143469ba5bdb8005c00b47d45ad3bb3f311f93b /sys/modules/arcmsr
parentea294a1122158d12d35eed1e8fc98208c8ad7945 (diff)
downloadFreeBSD-src-ac4037eff63a083e0e301e776b5f2bdcd30471ed.zip
FreeBSD-src-ac4037eff63a083e0e301e776b5f2bdcd30471ed.tar.gz
Add the Areca SATA RAID driver (arcmsr). This supports the ARC-11xx and 12xx
series of controllers. Areca provides a CLI and HTTP management tool for FreeBSD/i386 and FreeBSD/amd64 on their website. Many thanks to Areca for their support of FreeBSD. Thanks also to Mike Tansca and Sentex Communications for donating hardware. Obtained from: Erich Chen <erich at areca com tw>
Diffstat (limited to 'sys/modules/arcmsr')
-rw-r--r--sys/modules/arcmsr/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/arcmsr/Makefile b/sys/modules/arcmsr/Makefile
new file mode 100644
index 0000000..0a186f8
--- /dev/null
+++ b/sys/modules/arcmsr/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/arcmsr
+
+KMOD= arcmsr
+SRCS= arcmsr.c
+SRCS+= opt_scsi.h opt_cam.h
+SRCS+= device_if.h bus_if.h pci_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud