diff options
author | scottl <scottl@FreeBSD.org> | 2005-03-31 18:19:55 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2005-03-31 18:19:55 +0000 |
commit | ac4037eff63a083e0e301e776b5f2bdcd30471ed (patch) | |
tree | 9143469ba5bdb8005c00b47d45ad3bb3f311f93b /sys/modules/arcmsr/Makefile | |
parent | ea294a1122158d12d35eed1e8fc98208c8ad7945 (diff) | |
download | FreeBSD-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/Makefile')
-rw-r--r-- | sys/modules/arcmsr/Makefile | 10 |
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> |