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:
parent
69bbb4fe70
commit
f1c579b1ec
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144411
2625
sys/dev/arcmsr/arcmsr.c
Normal file
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
4900
sys/dev/arcmsr/arcmsr.h
Normal file
File diff suppressed because it is too large
Load Diff
10
sys/modules/arcmsr/Makefile
Normal file
10
sys/modules/arcmsr/Makefile
Normal 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>
|
Loading…
Reference in New Issue
Block a user