diff options
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 6 | ||||
-rw-r--r-- | sys/conf/files | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index b89221f..757c7ec 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1273,6 +1273,12 @@ options ADW_ALLOW_MEMIO #options SYM_SETUP_MAX_LUN #-Number of LUNs supported # default:8, range:[1..64] +# The 'asr' driver provides support for current DPT/Adaptec SCSI RAID +# controllers (SmartRAID V and VI and later). +# These controllers require the CAM infrastructure. +# +device asr + # The 'dpt' driver provides support for old DPT controllers (http://www.dpt.com/). # These have hardware RAID-{0,1,5} support, and do multi-initiator I/O. # The DPT controllers are commonly re-licensed under other brand-names - diff --git a/sys/conf/files b/sys/conf/files index e9c55f2..7b086d4 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -111,6 +111,7 @@ dev/an/if_an.c optional an dev/an/if_an_isa.c optional an isa dev/an/if_an_pccard.c optional an card dev/an/if_an_pci.c optional an pci +dev/asr/asr.c optional asr pci dev/awi/am79c930.c optional awi dev/awi/awi.c optional awi dev/awi/awi_wep.c optional awi |