From 284b349f5f8aa50a18c0c9b6d5049bfe135c7f37 Mon Sep 17 00:00:00 2001 From: scottl Date: Sun, 30 Apr 2006 17:39:43 +0000 Subject: Hook up the rr232x driver. Approved by: re --- sys/amd64/conf/GENERIC | 1 + sys/amd64/conf/NOTES | 5 +++++ 2 files changed, 6 insertions(+) (limited to 'sys/amd64/conf') diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 0646ae0..455b27c 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -118,6 +118,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 a461fc7..f279b21 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -288,6 +288,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 -- cgit v1.1