From owner-freebsd-current@FreeBSD.ORG Sun Mar 13 23:01:40 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F9651065679 for ; Sun, 13 Mar 2011 23:01:40 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (darklight.org.ru [IPv6:2001:470:28:4ba::1]) by mx1.freebsd.org (Postfix) with ESMTP id F25548FC12 for ; Sun, 13 Mar 2011 23:01:39 +0000 (UTC) Received: from darklight.org.ru (yuri@darklight.org.ru [IPv6:::1]) by darklight.org.ru (8.14.4/8.14.4) with ESMTP id p2DN1cWm008404 for ; Mon, 14 Mar 2011 02:01:38 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.org.ru (8.14.4/8.14.4/Submit) id p2DN1cHs008403 for freebsd-current@freebsd.org; Mon, 14 Mar 2011 02:01:38 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f Date: Mon, 14 Mar 2011 02:01:38 +0300 From: Yuri Pankov To: freebsd-current@freebsd.org Message-ID: <20110313230138.GA1291@darklight.org.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Subject: `panic: run_interrupt_driven_config_hooks: waited too long' on HP DV8 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 Mar 2011 23:01:40 -0000 Hi, I'm getting the following panic trying to boot March 5 snapshot on HP Pavilion DV8 notebook (8.2-RELEASE GENERIC kernel seems to boot on the same hardware just fine): 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 panic: run_interrupt_driven_config_hooks: waited too long cpuid = 0 KDB: enter: panic [ thread pid 0 tid 100000 ] Stopped at kdb_enter+03xb: movq $0,0x800ab2(%rip) db> bt Tracing pid 0 tid 100000 td 0xffffffff80ee83e30 kdb_enter() at kdb_enter+0x3b panic() at panic+0x180 boot_run_interrupt_driven_config_hooks() at boot_run_interrupt_driven_config_hooks+0xb3 mi_startup() at mi_startup+0x77 btext() at btext+0x2c Any hints or additional information I should provide to troubleshoot this? TIA, Yuri