diff options
Diffstat (limited to 'sys/i386/conf/GENERICAH')
-rw-r--r-- | sys/i386/conf/GENERICAH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/conf/GENERICAH b/sys/i386/conf/GENERICAH index bb2de82..c1a00df 100644 --- a/sys/i386/conf/GENERICAH +++ b/sys/i386/conf/GENERICAH @@ -1,7 +1,7 @@ # # GENERICAH -- Generic machine with WD/AHx family disks # -# $Id: GENERICAH,v 1.31 1994/05/16 09:40:09 jkh Exp $ +# $Id: GENERICAH,v 1.32 1994/05/19 10:55:32 jkh Exp $ # machine "i386" @@ -26,7 +26,7 @@ options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device options "NCONS=4" #4 virtual consoles options "STAR_SAVER" #syscons "stars" screen saver -config "386bsd" root on wd0 swap on wd0 and sd0 dumps on wd0 +config "386bsd" root on wd0 swap on wd0 and wd1 and sd0 and sd1 dumps on wd0 controller isa0 |