From 1f8482e515f95436b43bae065fefd374c3cc23d9 Mon Sep 17 00:00:00 2001 From: jkh Date: Mon, 11 Mar 1996 18:47:39 +0000 Subject: Add FAILSAFE option for selecting extra conservativeness when such is more practical (like during installation). Correspondingly, set the option by default in GENERIC now. --- sys/amd64/conf/GENERIC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/amd64/conf') 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 -- cgit v1.1