From owner-freebsd-current@FreeBSD.ORG Mon Jan 5 11:43:54 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D29516A4CE for ; Mon, 5 Jan 2004 11:43:54 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id A2BF643D49 for ; Mon, 5 Jan 2004 11:43:49 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 85844 invoked by uid 1002); 5 Jan 2004 19:43:47 -0000 Received: from unknown (HELO ?10.4.1.5?) (64.58.1.252) by smtp.mho.net with SMTP; 5 Jan 2004 19:43:47 -0000 Date: Mon, 5 Jan 2004 12:46:03 -0700 (MST) From: Scott Long X-X-Sender: scottl@pooker.samsco.home To: Don Lewis In-Reply-To: <200401051931.i05JV47E012006@gw.catspoiler.org> Message-ID: <20040105124305.L22447@pooker.samsco.home> References: <200401051931.i05JV47E012006@gw.catspoiler.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: ryans@gamersimpact.com cc: current@freebsd.org Subject: Re: Abnormal long pause in boot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2004 19:43:54 -0000 On Mon, 5 Jan 2004, Don Lewis wrote: > On 5 Jan, Doug White wrote: > > On Mon, 5 Jan 2004, Ryan Sommers wrote: > > > >> I rebuilt my CURRENT kernel last week and ever since then I was noticing > >> a very long pause in the boot that wasn't in there before. Here is the > >> dmesg chunk on a boot -v: > > > > Some ATA controllers need some extra handholding and can take a while to > > probe. > > > > The stuff after the delay is firewire though, so it might be FW trying to > > initialize the channel. > > My laptop has this problem. The delay goes away if I remove firewire > from the kernel. I don't have anything to plug into the port anyway. Maybe it is the SCSI subsystem waiting to probe for SCSI-over-Firewire devices? Do you have the sbp, scbus, etc, devices in your kernel? Scott