summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-05-16 09:40:10 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-05-16 09:40:10 +0000
commitbc032fefdb330cdb74bc010adb5eb6b870e8d082 (patch)
tree90edb86038332fb261fdae6a110eb126415167ea
parent7b5cad487c120fe907827e468b4a071d4ce6d5e7 (diff)
Notes
-rw-r--r--sys/i386/conf/GENERICAH3
-rw-r--r--sys/i386/conf/GENERICBT3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/i386/conf/GENERICAH b/sys/i386/conf/GENERICAH
index 246a003ec7ac..80818496040b 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.29 1994/03/08 05:56:46 rgrimes Exp $
+# $Id: GENERICAH,v 1.30 1994/04/12 16:05:10 csgr Exp $
#
machine "i386"
@@ -22,6 +22,7 @@ options XSERVER #Xserver
options UCONSOLE #X Console support
options "FAT_CURSOR" #block cursor in syscons or pccons
#options GATEWAY #Host is a Gateway (forwards packets)
+options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
config "386bsd" root on wd0 swap on wd0 and sd0 dumps on wd0
diff --git a/sys/i386/conf/GENERICBT b/sys/i386/conf/GENERICBT
index 78f99ebe33fa..c9a3bfff03ac 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.29 1994/03/08 05:56:47 rgrimes Exp $
+# $Id: GENERICBT,v 1.30 1994/04/12 16:05:13 csgr Exp $
#
machine "i386"
@@ -22,6 +22,7 @@ options XSERVER #Xserver
options UCONSOLE #X Console support
options "FAT_CURSOR" #block cursor in syscons or pccons
#options GATEWAY #Host is a Gateway (forwards packets)
+options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
config "386bsd" root on wd0 swap on wd0 and sd0 dumps on wd0