summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-05-24 08:09:49 +0000
committerjkh <jkh@FreeBSD.org>1994-05-24 08:09:49 +0000
commit01e206e2256fea63f4b0d2ee972dbe858e2bc8e4 (patch)
tree3aa8c071191d16ad692b86ce7f01b03d281ca924 /sys
parent007929fd3a9fe6a2eef0bf097cce9bf05d0452c7 (diff)
downloadFreeBSD-src-01e206e2256fea63f4b0d2ee972dbe858e2bc8e4.zip
FreeBSD-src-01e206e2256fea63f4b0d2ee972dbe858e2bc8e4.tar.gz
Get us closer to being able to install on the second drive.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/conf/GENERICAH4
-rw-r--r--sys/i386/conf/GENERICBT4
2 files changed, 4 insertions, 4 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
diff --git a/sys/i386/conf/GENERICBT b/sys/i386/conf/GENERICBT
index ecd1056..85f80de 100644
--- a/sys/i386/conf/GENERICBT
+++ b/sys/i386/conf/GENERICBT
@@ -1,7 +1,7 @@
#
# GENERICBT -- Generic machine with WD/BTx family disks
#
-# $Id: GENERICBT,v 1.31 1994/05/16 09:40:10 jkh Exp $
+# $Id: GENERICBT,v 1.32 1994/05/19 10:55:34 jkh Exp $
#
machine "i386"
@@ -26,7 +26,7 @@ options "NCONS=4" #4 virtual consoles
options "STAR_SAVER" #syscons "stars" screen saver
options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
-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
OpenPOWER on IntegriCloud