summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/LINT
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/conf/LINT')
-rw-r--r--sys/i386/conf/LINT11
1 files changed, 10 insertions, 1 deletions
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.
OpenPOWER on IntegriCloud