From 078d4ac9974dcecc96cd0f13ed65f3c12b60defe Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 23 Dec 1996 19:04:20 +0000 Subject: [PATCH] Added undocumented SCSI_DELAY and SCSI_NCR_* options. SCSI_DELAY gets tested a lot in GENERIC, but the others weren't in any config file and some of them were broken. --- sys/conf/NOTES | 8 +++++++- sys/i386/conf/LINT | 8 +++++++- sys/i386/conf/NOTES | 8 +++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index fec72effb33..990f0872e32 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.300 1996/12/22 18:28:50 dyson Exp $ +# $Id: LINT,v 1.301 1996/12/23 18:23:14 bde Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -1014,6 +1014,12 @@ options "I586_CTR_GUPROF" options "I586_PMC_GUPROF=0x70000" options "IBCS2" options "SCSI_2_DEF" +options SCSI_DELAY=8 # Be pessimistic about Joe SCSI device +options SCSI_NCR_DEBUG +options SCSI_NCR_DFLT_TAGS=4 +options SCSI_NCR_MAX_SYNC=10000 +options SCSI_NCR_MAX_WIDE=1 +options SCSI_NCR_MYADDR=7 options SHOW_BUSYBUFS # List buffers that prevent root unmount options SI_DEBUG options SPX_HACK diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index fec72effb33..990f0872e32 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.300 1996/12/22 18:28:50 dyson Exp $ +# $Id: LINT,v 1.301 1996/12/23 18:23:14 bde Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -1014,6 +1014,12 @@ options "I586_CTR_GUPROF" options "I586_PMC_GUPROF=0x70000" options "IBCS2" options "SCSI_2_DEF" +options SCSI_DELAY=8 # Be pessimistic about Joe SCSI device +options SCSI_NCR_DEBUG +options SCSI_NCR_DFLT_TAGS=4 +options SCSI_NCR_MAX_SYNC=10000 +options SCSI_NCR_MAX_WIDE=1 +options SCSI_NCR_MYADDR=7 options SHOW_BUSYBUFS # List buffers that prevent root unmount options SI_DEBUG options SPX_HACK diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index fec72effb33..990f0872e32 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.300 1996/12/22 18:28:50 dyson Exp $ +# $Id: LINT,v 1.301 1996/12/23 18:23:14 bde Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -1014,6 +1014,12 @@ options "I586_CTR_GUPROF" options "I586_PMC_GUPROF=0x70000" options "IBCS2" options "SCSI_2_DEF" +options SCSI_DELAY=8 # Be pessimistic about Joe SCSI device +options SCSI_NCR_DEBUG +options SCSI_NCR_DFLT_TAGS=4 +options SCSI_NCR_MAX_SYNC=10000 +options SCSI_NCR_MAX_WIDE=1 +options SCSI_NCR_MYADDR=7 options SHOW_BUSYBUFS # List buffers that prevent root unmount options SI_DEBUG options SPX_HACK