summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-03-11 18:47:39 +0000
committerjkh <jkh@FreeBSD.org>1996-03-11 18:47:39 +0000
commit1f8482e515f95436b43bae065fefd374c3cc23d9 (patch)
treec010e1a9e2ec350dfef972f653f8990cd1bc7949 /sys/i386/conf
parente994b234d9da4c9226cbeb3d972cd0a53cb1d4fe (diff)
downloadFreeBSD-src-1f8482e515f95436b43bae065fefd374c3cc23d9.zip
FreeBSD-src-1f8482e515f95436b43bae065fefd374c3cc23d9.tar.gz
Add FAILSAFE option for selecting extra conservativeness when such
is more practical (like during installation). Correspondingly, set the option by default in GENERIC now.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/GENERIC3
-rw-r--r--sys/i386/conf/LINT7
-rw-r--r--sys/i386/conf/NOTES7
3 files changed, 14 insertions, 3 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 9eb1db5..2ea1797 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
-# $Id: GENERIC,v 1.59 1996/01/07 19:19:38 gibbs Exp $
+# $Id: GENERIC,v 1.60 1996/01/20 06:14:33 nate Exp $
#
machine "i386"
@@ -23,6 +23,7 @@ options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15 #Be pessimistic about Joe SCSI device
options BOUNCE_BUFFERS #include support for DMA bounce buffers
options UCONSOLE #Allow users to grab the console
+options FAILSAFE #Be conservative
config kernel root on wd0
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index c2e6a38..7f89211 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.241 1996/02/28 21:39:54 gpalmer Exp $
+# $Id: LINT,v 1.242 1996/03/02 19:37:32 peter 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
@@ -54,6 +54,11 @@ options MATH_EMULATE #Support for x87 emulation
options GPL_MATH_EMULATE #Support for x87 emulation via
#new math emulator
+# When this is set, be extra conservative in various parts of the kernel
+# and choose functionality over speed (on the widest variety of systems).
+options FAILSAFE
+
+
#
# This directive defines a number of things:
# - The compiled kernel is to be called `kernel'
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index c2e6a38..7f89211 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.241 1996/02/28 21:39:54 gpalmer Exp $
+# $Id: LINT,v 1.242 1996/03/02 19:37:32 peter 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
@@ -54,6 +54,11 @@ options MATH_EMULATE #Support for x87 emulation
options GPL_MATH_EMULATE #Support for x87 emulation via
#new math emulator
+# When this is set, be extra conservative in various parts of the kernel
+# and choose functionality over speed (on the widest variety of systems).
+options FAILSAFE
+
+
#
# This directive defines a number of things:
# - The compiled kernel is to be called `kernel'
OpenPOWER on IntegriCloud