summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2004-11-02 20:57:20 +0000
committerandre <andre@FreeBSD.org>2004-11-02 20:57:20 +0000
commit8b6661b126d65e1e6be9c505085ca230e7f42f01 (patch)
tree14424be08496dffbaf3199e21a73f954c305dd8e /sys/conf
parent6e7d37729fbefdbd2ca3054def75e4ad53cc5777 (diff)
downloadFreeBSD-src-8b6661b126d65e1e6be9c505085ca230e7f42f01.zip
FreeBSD-src-8b6661b126d65e1e6be9c505085ca230e7f42f01.tar.gz
Reduce annoying SCSI probing delay from 15 to 5 seconds in all GENRIC kernels.
Discussed on: -current
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 236da8b..1c1cc34 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1050,7 +1050,7 @@ options CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_TRACE|CAM_DEBUG_CDB)
options CAM_MAX_HIGHPOWER=4
options SCSI_NO_SENSE_STRINGS
options SCSI_NO_OP_STRINGS
-options SCSI_DELAY=8000 # Be pessimistic about Joe SCSI device
+options SCSI_DELAY=5000 # Be pessimistic about Joe SCSI device
# Options for the CAM CDROM driver:
# CHANGER_MIN_BUSY_SECONDS: Guaranteed minimum time quantum for a changer LUN
OpenPOWER on IntegriCloud