summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorachim <achim@FreeBSD.org>2013-05-24 09:22:43 +0000
committerachim <achim@FreeBSD.org>2013-05-24 09:22:43 +0000
commit10ab6671008c9ae3ac81b60ae8fde39d2aa133ad (patch)
tree8bf15f63d33c02d7e556aa6725fc410c0f737892 /sys/i386
parent00b2cf3075ac519216e0765eb8a9b7b8f686830d (diff)
downloadFreeBSD-src-10ab6671008c9ae3ac81b60ae8fde39d2aa133ad.zip
FreeBSD-src-10ab6671008c9ae3ac81b60ae8fde39d2aa133ad.tar.gz
Driver 'aacraid' added. Supports Adaptec by PMC RAID controller families Series 6, 7, 8 and upcoming products. Older Adaptec RAID controller families are supported by the 'aac' driver.
Approved by: scottl (mentor)
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC1
-rw-r--r--sys/i386/conf/NOTES4
2 files changed, 5 insertions, 0 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index be606ec..e60d573 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -165,6 +165,7 @@ device tws # LSI 3ware 9750 SATA+SAS 6Gb/s RAID controller
# RAID controllers
device aac # Adaptec FSA RAID
device aacp # SCSI passthrough for aac (requires CAM)
+device aacraid # Adaptec by PMC RAID
device ida # Compaq Smart RAID
device mfi # LSI MegaRAID SAS
device mlx # Mylex DAC960 family
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index f8f78cc..d94a30f 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -714,6 +714,10 @@ hint.stg.0.port="11"
device aac
device aacp # SCSI Passthrough interface (optional, CAM required)
+#
+# Adaptec by PMC RAID controllers, Series 6/7/8 and upcoming families
+device aacraid # Container interface, CAM required
+
# The 'asr' driver provides support for current DPT/Adaptec SCSI RAID
# controllers (SmartRAID V and VI and later).
# These controllers require the CAM infrastructure.
OpenPOWER on IntegriCloud