Glue the arcmsr driver into the tree.
This commit is contained in:
parent
6891acda40
commit
deb672e8b2
@ -122,6 +122,7 @@ device ses # SCSI Environmental Services (and SAF-TE)
|
||||
|
||||
# RAID controllers interfaced to the SCSI subsystem
|
||||
device amr # AMI MegaRAID
|
||||
device arcmsr # Areca SATA II RAID
|
||||
device ciss # Compaq Smart RAID 5*
|
||||
device dpt # DPT Smartcache III, IV - See NOTES for options
|
||||
device iir # Intel Integrated RAID
|
||||
|
@ -254,6 +254,12 @@ device wlan # 802.11 layer
|
||||
#XXX this stores pointers in a 32bit field that is defined by the hardware
|
||||
#device pst
|
||||
|
||||
#
|
||||
# Areca 11xx and 12xx series of SATA II RAID controllers.
|
||||
# CAM is required.
|
||||
#
|
||||
device arcmsr # Areca SATA II RAID
|
||||
|
||||
#
|
||||
# 3ware 9000 series PATA/SATA RAID controller driver and options.
|
||||
# The driver is implemented as a SIM, and so, needs the CAM infrastructure.
|
||||
|
@ -131,6 +131,7 @@ crypto/des/des_enc.c optional ipsec ipsec_esp
|
||||
crypto/des/des_enc.c optional netsmbcrypto
|
||||
crypto/des/des_setkey.c optional netsmbcrypto
|
||||
dev/acpica/acpi_if.m standard
|
||||
dev/arcmsr/arcmsr.c optional pci
|
||||
dev/fb/fb.c optional fb
|
||||
dev/fb/fb.c optional vga
|
||||
dev/fb/splash.c optional splash
|
||||
|
@ -137,6 +137,7 @@ crypto/des/des_ecb.c optional crypto
|
||||
crypto/des/des_setkey.c optional crypto
|
||||
dev/advansys/adv_isa.c optional adv isa
|
||||
dev/aic/aic_isa.c optional aic isa
|
||||
dev/arcmsr/arcmsr.c optional arcmsr pci
|
||||
dev/ar/if_ar.c optional ar
|
||||
dev/ar/if_ar_isa.c optional ar isa
|
||||
dev/ar/if_ar_pci.c optional ar pci
|
||||
|
@ -125,6 +125,7 @@ device ses # SCSI Environmental Services (and SAF-TE)
|
||||
|
||||
# RAID controllers interfaced to the SCSI subsystem
|
||||
device amr # AMI MegaRAID
|
||||
device arcmsr # Areca SATA II RAID
|
||||
device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID
|
||||
device ciss # Compaq Smart RAID 5*
|
||||
device dpt # DPT Smartcache III, IV - See NOTES for options
|
||||
|
@ -596,6 +596,12 @@ device ath_rate_onoe # Onoe rate control for ath driver
|
||||
#
|
||||
device pst
|
||||
|
||||
#
|
||||
# Areca 11xx and 12xx series of SATA II RAID controllers.
|
||||
# CAM is required.
|
||||
#
|
||||
device arcmsr # Areca SATA II RAID
|
||||
|
||||
#
|
||||
# 3ware 9000 series PATA/SATA RAID controller driver and options.
|
||||
# The driver is implemented as a SIM, and so, needs the CAM infrastructure.
|
||||
|
@ -20,6 +20,7 @@ SUBDIR= ${_3dfx} \
|
||||
${_aout} \
|
||||
${_apm} \
|
||||
${_ar} \
|
||||
${_arcmsr} \
|
||||
${_arcnet} \
|
||||
${_arl} \
|
||||
${_asr} \
|
||||
@ -306,6 +307,7 @@ _amd= amd
|
||||
_aout= aout
|
||||
_apm= apm
|
||||
_ar= ar
|
||||
_arcmsr= arcmsr
|
||||
_arcnet= arcnet
|
||||
_ath_hal= ath_hal
|
||||
_awi= awi
|
||||
@ -406,6 +408,7 @@ _sppp= sppp
|
||||
_aac= aac
|
||||
#_acpi= acpi # doesn't work on amd64 yet
|
||||
_agp= agp
|
||||
_arcmsr= arcmsr
|
||||
_ciss= ciss
|
||||
_cpufreq= cpufreq
|
||||
_digi= digi
|
||||
|
Loading…
x
Reference in New Issue
Block a user