diff options
author | scottl <scottl@FreeBSD.org> | 2006-04-28 05:23:10 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2006-04-28 05:23:10 +0000 |
commit | aec4d1388ca7671c36f710999ee81c0ba04e88f5 (patch) | |
tree | f6da9613879524534ab69d754ae6df8e35e75370 /sys/amd64/conf | |
parent | d35fe0926c5682ca347c683e30ac0806bc2a5d90 (diff) | |
download | FreeBSD-src-aec4d1388ca7671c36f710999ee81c0ba04e88f5.zip FreeBSD-src-aec4d1388ca7671c36f710999ee81c0ba04e88f5.tar.gz |
Enable the rr232x driver for amd64.
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r-- | sys/amd64/conf/GENERIC | 1 | ||||
-rw-r--r-- | sys/amd64/conf/NOTES | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index fd4d7f9..840df43 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -128,6 +128,7 @@ device arcmsr # Areca SATA II RAID device ciss # Compaq Smart RAID 5* device dpt # DPT Smartcache III, IV - See NOTES for options device hptmv # Highpoint RocketRAID 182x +device rr232x # Highpoint RocketRAID 232x device iir # Intel Integrated RAID device ips # IBM (Adaptec) ServeRAID device mly # Mylex AcceleRAID/eXtremeRAID diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index 35b06a9..6269c52 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -281,6 +281,11 @@ device aacp # SCSI Passthrough interface (optional, CAM required) device hptmv # +# Highpoint RocketRAID 232x. This is software RAID but with hardware +# acceleration assistance for RAID_5. +device rr232x + +# # IBM (now Adaptec) ServeRAID controllers device ips |