summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC1
-rw-r--r--sys/i386/conf/NOTES8
-rw-r--r--sys/i386/conf/PAE1
3 files changed, 8 insertions, 2 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index f9e87c3..4fac434 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -138,6 +138,7 @@ 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
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/i386/conf/NOTES b/sys/i386/conf/NOTES
index 3c1e7c2..46be8ef 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -729,11 +729,15 @@ device aacp # SCSI Passthrough interface (optional, CAM required)
device asr
#
-# Highpoint RocketRAID 182x. This is really just software RAID on a
-# Marvell SATA chip.
+# Highpoint RocketRAID 182x.
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
diff --git a/sys/i386/conf/PAE b/sys/i386/conf/PAE
index cdc3444..30fe7cc 100644
--- a/sys/i386/conf/PAE
+++ b/sys/i386/conf/PAE
@@ -46,6 +46,7 @@ nodevice asr
nodevice dpt
nodevice mly
nodevice hptmv
+nodevice hptrr
nodevice ida
nodevice mlx
OpenPOWER on IntegriCloud