diff options
author | obrien <obrien@FreeBSD.org> | 2000-07-29 01:59:32 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-07-29 01:59:32 +0000 |
commit | ff7cd1f740ee1407a8d43cd48cdf11f4b5781762 (patch) | |
tree | efab43882d7316ce23fb36154f9ba10bb9999cbf /sys | |
parent | fd6c9310b63fb28e54cd8270201ea81e9380d3e1 (diff) | |
download | FreeBSD-src-ff7cd1f740ee1407a8d43cd48cdf11f4b5781762.zip FreeBSD-src-ff7cd1f740ee1407a8d43cd48cdf11f4b5781762.tar.gz |
Add the RAID controller that are known to work (or did on last test).
Reviewed by: msmith
Diffstat (limited to 'sys')
-rw-r--r-- | sys/alpha/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/alpha/conf/NOTES | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 57306dc..0528260 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -93,6 +93,10 @@ device isp # Qlogic family #device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') +# RAID controllers +device amr # AMI MegaRAID +device mlx # Mylex DAC960 family + # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 57306dc..0528260 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -93,6 +93,10 @@ device isp # Qlogic family #device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') +# RAID controllers +device amr # AMI MegaRAID +device mlx # Mylex DAC960 family + # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) |