From owner-freebsd-questions@FreeBSD.ORG Mon Jan 30 21:21:53 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5E1B106564A for ; Mon, 30 Jan 2012 21:21:53 +0000 (UTC) (envelope-from the.lists@mgm51.com) Received: from oneyou.mcmli.com (oneyou.mcmli.com [216.194.67.64]) by mx1.freebsd.org (Postfix) with ESMTP id A91728FC16 for ; Mon, 30 Jan 2012 21:21:53 +0000 (UTC) Received: from sentry.24cl.com (c-71-235-56-105.hsd1.ct.comcast.net [71.235.56.105]) by oneyou.mcmli.com (Postfix) with ESMTP id E21182846C for ; Mon, 30 Jan 2012 16:21:52 -0500 (EST) Received: from BigBloat (unknown [10.23.90.4]) by sentry.24cl.com (Postfix) with ESMTP id 7F8F447 for ; Mon, 30 Jan 2012 16:21:52 -0500 (EST) Message-ID: <201201301621510589.0169546D@sentry.24cl.com> In-Reply-To: <4F26EECC.2060000@onetel.com> References: <201201301241390259.009FB9C0@sentry.24cl.com> <4F26EECC.2060000@onetel.com> X-Mailer: Courier 3.50.00.09.1098 (http://www.rosecitysoftware.com) (P) Date: Mon, 30 Jan 2012 16:21:51 -0500 From: "Mike." To: freebsd-questions@freebsd.org Content-Type: text/plain; charset="ISO-8859-1" Subject: Re: still waiting after 60 seconds for xpt_config X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2012 21:21:53 -0000 On 1/30/2012 at 7:26 PM Chris Whitehouse wrote: |http://www.freebsd.org/cgi/query-pr.cgi?pr=136327 | |includes a workaround, hopefully it will work for you: | |disable firewire (IEEE 1394) in BIOS. |rebuild kernel with device sbp disabled and install it. |reboot |if it works re-enable firewire in BIOS. | |The reason you didn't see it in some versions is because GENERIC was |shipped with sbp disabled (I think). | |Someone is/was working on a fix. ============= Thanks for the quick reply. In 9.0, it looks like sbp is commented out in the GENERIC kernel. ... # FireWire support device firewire # FireWire bus code # sbp(4) works for some systems but causes boot failure on others #device sbp # SCSI over FireWire (Requires scbus and da) device fwe # Ethernet over FireWire (non-standard!) device fwip # IP over FireWire (RFC 2734,3146) device dcons # Dumb console driver device dcons_crom # Configuration ROM for dcons ... btw, I don't get a boot failure. Once the 60-second timeout expires, the boot process continues and ends with a working login prompt. I'm just wondering how I can find out what it causing the message....