From 8b6661b126d65e1e6be9c505085ca230e7f42f01 Mon Sep 17 00:00:00 2001 From: andre Date: Tue, 2 Nov 2004 20:57:20 +0000 Subject: Reduce annoying SCSI probing delay from 15 to 5 seconds in all GENRIC kernels. Discussed on: -current --- sys/amd64/conf/GENERIC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/amd64/conf/GENERIC') 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 -- cgit v1.1