summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf/GENERIC
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/amd64/conf/GENERIC
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/amd64/conf/GENERIC')
-rw-r--r--sys/amd64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 7b66937..f999461 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -48,7 +48,7 @@ options PSEUDOFS # Pseudo-filesystem framework
options GEOM_GPT # GUID Partition Tables.
options COMPAT_IA32 # Compatible with i386 binaries
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
-options SCSI_DELAY=15000 # Delay (in ms) before probing SCSI
+options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
options KTRACE # ktrace(1) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
OpenPOWER on IntegriCloud