Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Aug 2004 22:49:41 -0500
From:      David Kelly <dkelly@HiWAAY.net>
To:        FreeBSD_Questions FreeBSD_Questions <freebsd-questions@freebsd.org>
Subject:   Re: Wait 15 seconds for SCSI to settle
Message-ID:  <24D5EBF2-E9B7-11D8-9C00-000393BB56F2@HiWAAY.net>
In-Reply-To: <OF543DF1BA.59A49C5A-ON46256EEB.000EDE97-46256EEB.00118B88@ykk.com.bd>
References:  <OF543DF1BA.59A49C5A-ON46256EEB.000EDE97-46256EEB.00118B88@ykk.com.bd>

next in thread | previous in thread | raw e-mail | index | archive | help

On Aug 8, 2004, at 10:12 PM, ashadul hoque wrote:

> Hello everyone,
>
> I have installed FreeBSD5.2.1-RELEASE on Vmware.
>
> When booting I am seeing the message "Wait 15 seconds for SCSI to 
> settle".
>
> The problem is I am not using any SCSI device on my virtual machine. I
> tried "sysctl kern.cam.scsi_delay=100" but no improvement.
>
> Can anyone give me pointer on how to reduce boot time by reducing the
> delay.

*Something* looks to the kernel like a SCSI interface else this 
wouldn't happen.

"sysctl kern.cam.scsi_delay=100" isn't going to do any good because its 
applied after the kernel has loaded and the SCSI delay is long past. 
Maybe it would work (without the "sysctl" prefix) if placed in 
/boot/loader.conf but the foolproof brute force fix is to create a new 
kernel configuration and change this line, then build/install a new 
kernel. (example out of GENERIC):

options    SCSI_DELAY=15000    #Delay (in ms) before probing SCSI

If one is really sweating for "maximum performance" then one would 
already be building custom kernels stripped of the devices one does not 
have.

--
David Kelly N4HHE, dkelly@HiWAAY.net
========================================================================
Whom computers would destroy, they must first drive mad.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?24D5EBF2-E9B7-11D8-9C00-000393BB56F2>