summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-11-15 20:08:50 +0000
committereivind <eivind@FreeBSD.org>1998-11-15 20:08:50 +0000
commit3891d980a3bb575505c9560c5462f8b00c8772db (patch)
tree4be613bb004e659f5ea69dc4283fc41522e32459 /sys/i386/conf
parent1f0835622c84471991884e8b8ff557bf605bc7b1 (diff)
downloadFreeBSD-src-3891d980a3bb575505c9560c5462f8b00c8772db.zip
FreeBSD-src-3891d980a3bb575505c9560c5462f8b00c8772db.tar.gz
Make it possible to adjust the IDE probe delay from kernel config files.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT10
-rw-r--r--sys/i386/conf/NOTES10
-rw-r--r--sys/i386/conf/options.i3863
3 files changed, 20 insertions, 3 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index bc5defe..7fbb2ec 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.502 1998/11/08 09:57:28 peter Exp $
+# $Id: LINT,v 1.503 1998/11/11 21:29:09 msmith 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
@@ -972,6 +972,14 @@ options "CMD640" #Enable work around for CMD640 h/w bug
options ATAPI #Enable ATAPI support for IDE bus
options ATAPI_STATIC #Don't do it as an LKM
+#
+# This option allow you to override the default probe time for IDE
+# devices, to get a faster probe. Setting this below 10000 violate
+# the IDE specs, but may still work for you (it will work for most
+# people).
+#
+options IDE_DELAY=8000 # Be optimistic about Joe IDE device
+
# Use either the acd or the wcd device, not both!
# IDE CD-ROM & CD-R/RW driver - requires wdc controller and ATAPI option
device acd0
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index bc5defe..7fbb2ec 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.502 1998/11/08 09:57:28 peter Exp $
+# $Id: LINT,v 1.503 1998/11/11 21:29:09 msmith 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
@@ -972,6 +972,14 @@ options "CMD640" #Enable work around for CMD640 h/w bug
options ATAPI #Enable ATAPI support for IDE bus
options ATAPI_STATIC #Don't do it as an LKM
+#
+# This option allow you to override the default probe time for IDE
+# devices, to get a faster probe. Setting this below 10000 violate
+# the IDE specs, but may still work for you (it will work for most
+# people).
+#
+options IDE_DELAY=8000 # Be optimistic about Joe IDE device
+
# Use either the acd or the wcd device, not both!
# IDE CD-ROM & CD-R/RW driver - requires wdc controller and ATAPI option
device acd0
diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386
index 4baf95e..cd3f0bd 100644
--- a/sys/i386/conf/options.i386
+++ b/sys/i386/conf/options.i386
@@ -1,6 +1,7 @@
-# $Id: options.i386,v 1.90 1998/10/06 13:16:17 kato Exp $
+# $Id: options.i386,v 1.91 1998/11/03 21:08:49 msmith Exp $
DISABLE_PSE
+IDE_DELAY
USER_LDT
MATH_EMULATE opt_math_emulate.h
GPL_MATH_EMULATE opt_math_emulate.h
OpenPOWER on IntegriCloud