summaryrefslogtreecommitdiffstats
path: root/sys/alpha
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/alpha
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/alpha')
-rw-r--r--sys/alpha/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 15805ec..f1c61e6 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -66,7 +66,7 @@ options PSEUDOFS #Pseudo-filesystem framework
options GEOM_GPT #GUID Partition Tables.
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
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) syscall trace support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
OpenPOWER on IntegriCloud