1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-02 08:42:48 +00:00

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>
This commit is contained in:
Scott Long 2005-03-31 18:19:55 +00:00
parent 69bbb4fe70
commit f1c579b1ec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144411
3 changed files with 7535 additions and 0 deletions

2625
sys/dev/arcmsr/arcmsr.c Normal file

File diff suppressed because it is too large Load Diff

4900
sys/dev/arcmsr/arcmsr.h Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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>