summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2007-12-15 00:56:17 +0000
committerscottl <scottl@FreeBSD.org>2007-12-15 00:56:17 +0000
commit442c0b4cf6fc815093f89971d78c0c27f6d8ebf3 (patch)
treee14a6c2cd365f95b2d4928eafc2c1668058c36ef /sys/i386
parente6b7f7a385261a7db9af7a55117501bbca7f568b (diff)
downloadFreeBSD-src-442c0b4cf6fc815093f89971d78c0c27f6d8ebf3.zip
FreeBSD-src-442c0b4cf6fc815093f89971d78c0c27f6d8ebf3.tar.gz
Add the 'hptrr' driver for supporting the following Highpoint RocketRAID
cards: o RocketRAID 172x series o RocketRAID 174x series o RocketRAID 2210 o RocketRAID 222x series o RocketRAID 2240 o RocketRAID 230x series o RocketRAID 231x series o RocketRAID 232x series o RocketRAID 2340 o RocketRAID 2522 Many thanks to Highpoint for their continued support of FreeBSD. Submitted by: Highpoint
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