summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
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/amd64/conf
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/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC1
-rw-r--r--sys/amd64/conf/NOTES8
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 3786bba..4612c48 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -131,6 +131,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 69ba3db..cf868fb 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -372,11 +372,15 @@ device aac
device aacp # SCSI Passthrough interface (optional, CAM required)
#
-# 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
OpenPOWER on IntegriCloud