summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>1999-06-24 03:54:54 +0000
committerjlemon <jlemon@FreeBSD.org>1999-06-24 03:54:54 +0000
commit4406bd85b539f569a0bd5e8d3c83e38298b78b29 (patch)
tree7678aa523f02b58d6b9504836eb4ff9c64be771c
parenta680ffebc32e02a7e7e5325a75c57734ed7d5c69 (diff)
downloadFreeBSD-src-4406bd85b539f569a0bd5e8d3c83e38298b78b29.zip
FreeBSD-src-4406bd85b539f569a0bd5e8d3c83e38298b78b29.tar.gz
Add ida/id lines
-rw-r--r--sys/conf/NOTES11
-rw-r--r--sys/i386/conf/LINT11
-rw-r--r--sys/i386/conf/NOTES11
3 files changed, 30 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index cc51183..90896f2 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.607 1999/06/19 20:20:52 rnordier Exp $
+# $Id: LINT,v 1.608 1999/06/22 14:13:35 yokota Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -1015,6 +1015,15 @@ controller adw0
controller aha0 at isa? port ? irq ?
#
+# Compaq Smart RAID controller. This driver also uses the major number
+# of wd, in order to be able to boot a pure RAID system.
+# Only one line of each is needed, the code finds all available controllers
+# and devices.
+#
+controller ida0
+device id0
+
+#
# ATA and ATAPI devices
# This is work in progress, use at your own risk.
# It currently reuses the majors of wd.c and friends.
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index cc51183..90896f2 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.607 1999/06/19 20:20:52 rnordier Exp $
+# $Id: LINT,v 1.608 1999/06/22 14:13:35 yokota Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -1015,6 +1015,15 @@ controller adw0
controller aha0 at isa? port ? irq ?
#
+# Compaq Smart RAID controller. This driver also uses the major number
+# of wd, in order to be able to boot a pure RAID system.
+# Only one line of each is needed, the code finds all available controllers
+# and devices.
+#
+controller ida0
+device id0
+
+#
# ATA and ATAPI devices
# This is work in progress, use at your own risk.
# It currently reuses the majors of wd.c and friends.
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index cc51183..90896f2 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.607 1999/06/19 20:20:52 rnordier Exp $
+# $Id: LINT,v 1.608 1999/06/22 14:13:35 yokota Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -1015,6 +1015,15 @@ controller adw0
controller aha0 at isa? port ? irq ?
#
+# Compaq Smart RAID controller. This driver also uses the major number
+# of wd, in order to be able to boot a pure RAID system.
+# Only one line of each is needed, the code finds all available controllers
+# and devices.
+#
+controller ida0
+device id0
+
+#
# ATA and ATAPI devices
# This is work in progress, use at your own risk.
# It currently reuses the majors of wd.c and friends.
OpenPOWER on IntegriCloud