From owner-freebsd-current@FreeBSD.ORG Sun Nov 13 01:36:53 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B809106564A for ; Sun, 13 Nov 2011 01:36:53 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 55F4B8FC12 for ; Sun, 13 Nov 2011 01:36:53 +0000 (UTC) Received: by iakl21 with SMTP id l21so6151910iak.13 for ; Sat, 12 Nov 2011 17:36:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=PFzXumXOUw6kneGDOI/bjQXLeviFA/iESXt9clgMm4Y=; b=V2y9Q1KyZL1/AUtjQ0Y+ZfN8c2LeQUNMNH1fTHCGnbGVC1zdE5X0b9Cv/LhihZ5NmC uFqrIJRhWHxGPJY5PXf7DhwfOTZX1G2dW1im/qlwp8+hXvctz1sXvhJ1UWgWKRuu3RGG fkjmHcTry4piRr79hKDOFxlz+11gVOEzzw5X4= Received: by 10.68.31.129 with SMTP id a1mr36751115pbi.131.1321148212468; Sat, 12 Nov 2011 17:36:52 -0800 (PST) Received: from [192.168.20.5] (c-24-6-49-154.hsd1.ca.comcast.net. [24.6.49.154]) by mx.google.com with ESMTPS id p6sm43560057pbf.3.2011.11.12.17.36.51 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 12 Nov 2011 17:36:51 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Garrett Cooper In-Reply-To: <4EBF1DBA.40205@cran.org.uk> Date: Sat, 12 Nov 2011 17:36:49 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <1AC45966-96F7-4D13-BD2E-0D9F8CFB8430@gmail.com> References: <4EBF185F.2080106@cran.org.uk> <4EBF1DBA.40205@cran.org.uk> To: Bruce Cran X-Mailer: Apple Mail (2.1084) Cc: current@freebsd.org Subject: Re: 9.0-RC1 fails to boot ("run_interrupt_driven_hooks: still waiting...") X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 13 Nov 2011 01:36:53 -0000 On Nov 12, 2011, at 5:30 PM, Bruce Cran wrote: > On 13/11/2011 01:07, Bruce Cran wrote: >> FreeBSD 9.0-RC1 doesn't boot on my Tyan S7025 system: it gets stuck = at xpt_config: >>=20 >> run_interrupt_driven_hooks: still waiting after 60 seconds for = xpt_config >> run_interrupt_driven_hooks: still waiting after 120 seconds for = xpt_config >> run_interrupt_driven_hooks: still waiting after 180 seconds for = xpt_config >> run_interrupt_driven_hooks: still waiting after 240 seconds for = xpt_config >> run_interrupt_driven_hooks: still waiting after 300 seconds for = xpt_config >=20 > I had a Firewire card in the machine - removing it caused the problem = to go away. Someone else reported the same issue IIRC. It sounds like sbp + = cam needs to be fixed. Thanks, -Garrett=