diff options
author | jkh <jkh@FreeBSD.org> | 1996-03-11 18:47:39 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-03-11 18:47:39 +0000 |
commit | 1f8482e515f95436b43bae065fefd374c3cc23d9 (patch) | |
tree | c010e1a9e2ec350dfef972f653f8990cd1bc7949 /sys/amd64/conf | |
parent | e994b234d9da4c9226cbeb3d972cd0a53cb1d4fe (diff) | |
download | FreeBSD-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/amd64/conf')
-rw-r--r-- | sys/amd64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 9eb1db5..2ea1797 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/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 |