summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-12-23 19:04:20 +0000
committerbde <bde@FreeBSD.org>1996-12-23 19:04:20 +0000
commitde2eeae4b682e73d8e33f91ee18563f4994adef3 (patch)
tree2bf9b9b799c5b353a583878a42c24cb470f25bf8 /sys/i386
parentb4b3d5f49ef9be843000a19fb455ade258f35b7e (diff)
downloadFreeBSD-src-de2eeae4b682e73d8e33f91ee18563f4994adef3.zip
FreeBSD-src-de2eeae4b682e73d8e33f91ee18563f4994adef3.tar.gz
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.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/LINT8
-rw-r--r--sys/i386/conf/NOTES8
2 files changed, 14 insertions, 2 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index fec72ef..990f087 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 fec72ef..990f087 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
OpenPOWER on IntegriCloud