summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
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/powerpc
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/powerpc')
-rw-r--r--sys/powerpc/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 1a80f39..0f87d23 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -50,7 +50,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 #Keep this for a while
-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