diff options
| author | Scott Long <scottl@FreeBSD.org> | 2007-12-15 02:57:31 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2007-12-15 02:57:31 +0000 |
| commit | 98f4ad8758e7933d680550ac67eb3f63905b003d (patch) | |
| tree | b519f08a9eff8584c57bb83bbd87c856ec2d6d95 /sys/amd64 | |
| parent | c624e58a52cb7aea4dd79abd0b7afae7c92fcd29 (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -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 d1801381b471..3e8f2db243e3 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -122,6 +122,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 hptrr # Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx device rr232x # Highpoint RocketRAID 232x device iir # Intel Integrated RAID device ips # IBM (Adaptec) ServeRAID diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index 68f88b61ca1e..8d53c901be7f 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -377,6 +377,11 @@ device aacp # SCSI Passthrough interface (optional, CAM required) device hptmv # +# Highpoint RocketRAID. Supports RR172x, RR222x, RR2240, RR232x, RR2340, +# RR2210, RR174x, RR2522, RR231x, RR230x. +device hptrr + +# # Highpoint RocketRAID 232x. This is software RAID but with hardware # acceleration assistance for RAID_5. device rr232x |
