mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-28 14:24:09 +01:00
Get generic kernels to be as forgiving of users with lossy hardware
as possible: options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
This commit is contained in:
parent
7b5cad487c
commit
bc032fefdb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1502
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user