From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 03:25:59 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62A8616A4CE for ; Mon, 9 Aug 2004 03:25:59 +0000 (GMT) Received: from c3po.servilla.com (c3po.servilla.com [69.44.59.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BA2E43D48 for ; Mon, 9 Aug 2004 03:25:59 +0000 (GMT) (envelope-from sean@rackoperations.com) Received: from 67-42-28-34.slkc.qwest.net ([67.42.28.34] helo=[192.168.0.26]) by c3po.servilla.com with asmtp (Exim 4.34) id 1Bu0nK-0006VV-Ka; Sun, 08 Aug 2004 22:25:55 -0500 Message-ID: <4116EF11.4040000@rackoperations.com> Date: Sun, 08 Aug 2004 21:27:13 -0600 From: Sean Countryman User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ashadul hoque References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - c3po.servilla.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - rackoperations.com X-Source: X-Source-Args: X-Source-Dir: cc: freebsd-questions@freebsd.org Subject: Re: Wait 15 seconds for SCSI to settle X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 03:25:59 -0000 The bad news: Recompile your kernel The good news: Just change this line: options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI You really just need to eliminate anything (the DEVICE lines) that is not needed across the whole config file. Read the LINT file for a full list of all available options If you don't know how to recompile your kernel, it's actually pretty straightforward, just repost to the list and I (and probably many others) will be willing to help you out. - Sean 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. >I want to squeeze maximum performance out of this setting. So, any pointer >to the right direction will be appreciated. > > >regards >Ashadul >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >