summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2002-01-20 08:51:08 +0000
committermsmith <msmith@FreeBSD.org>2002-01-20 08:51:08 +0000
commit4b0b46d216d8238e21d10eaa4345c85d79a350d9 (patch)
tree49e673a5e715f655e276a2f789608f01a979760a /sys/i386
parentbaca124ccb63309a83f4bea30e0bf7ecdc4b38ce (diff)
downloadFreeBSD-src-4b0b46d216d8238e21d10eaa4345c85d79a350d9.zip
FreeBSD-src-4b0b46d216d8238e21d10eaa4345c85d79a350d9.tar.gz
Add the 'iir' driver, for the Intel Integrated RAID controllers and
prior ICP Vortex models. This driver was developed by Achim Leubner of Intel (previously with ICP Vortex) and Boji Kannanthanam of Intel. Submitted by: "Kannanthanam, Boji T" <boji.t.kannanthanam@intel.com> MFC after: 2 weeks
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC2
-rw-r--r--sys/i386/conf/NOTES9
2 files changed, 11 insertions, 0 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index f062d27..dec9a76 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -101,7 +101,9 @@ device stg # TMC 18C30/18C50
# RAID controllers interfaced to the SCSI subsystem
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 iir # Intel Integrated RAID
device mly # Mylex AcceleRAID/eXtremeRAID
# SCSI peripherals
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index ad17181..1311973 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1546,6 +1546,15 @@ options DPT_ALLOW_MEMIO
device ciss
#
+# Intel Integrated RAID controllers.
+# This driver was developed and is maintained by Intel. Contacts
+# at Intel for this driver are
+# "Kannanthanam, Boji T" <boji.t.kannanthanam@intel.com> and
+# "Leubner, Achim" <achim.leubner@intel.com>.
+#
+device iir
+
+#
# Mylex AcceleRAID and eXtremeRAID controllers with v6 and later
# firmware. These controllers have a SCSI-like interface, and require
# the CAM infrastructure.
OpenPOWER on IntegriCloud