From owner-freebsd-current@FreeBSD.ORG Thu Jun 23 11:55:17 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D431A1065672 for ; Thu, 23 Jun 2011 11:55:17 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 8A18D8FC31 for ; Thu, 23 Jun 2011 11:55:17 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1QZiV8-0000vP-Ew>; Thu, 23 Jun 2011 13:55:16 +0200 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1QZiV8-0000tP-CW>; Thu, 23 Jun 2011 13:55:14 +0200 Message-ID: <4E0329A2.3040203@zedat.fu-berlin.de> Date: Thu, 23 Jun 2011 13:55:14 +0200 From: "O. Hartmann" Organization: Freie =?ISO-8859-1?Q?Universit=E4t_Berlin?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.18) Gecko/20110622 Thunderbird/3.1.11 MIME-Version: 1.0 To: "Andrey V. Elsukov" References: <4E02F146.6030400@zedat.fu-berlin.de> <4E031F1C.9080907@yandex.ru> In-Reply-To: <4E031F1C.9080907@yandex.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: FreeBSD Current , Will Andrews Subject: Re: kernel broken: run_interrupt_driven_hooks: still waiting after XXX seconds for xpt_config 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: Thu, 23 Jun 2011 11:55:18 -0000 On 06/23/11 13:10, Andrey V. Elsukov wrote: > On 23.06.2011 11:54, O. Hartmann wrote: >> FreeBSD 9.0-CURRENT/amd64 won't boot anymore. The box gets stuck in booting the kernel and ending up >> with the message (repeated every 60 seconds): >> >> run_interrupt_driven_hooks: still waiting after XXX seconds for xpt_config >> >> What's up? > > I backed out r223443 and r223448 and it helped. > It seems to be the only way out at the moment. The just checked out codebase doesn't even compile a kernel and fails compiling in the ATH module: /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ah_regdomain/ah_rd_domains.h:52:4: note: instantiated from: W1(_fg) } ^ /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ah_regdomain/ah_rd_domains.h:34:45: note: instantiated from: (((_a) > 63 && (_a) < 128 ? (((uint64_t) 1)<<((_a)-64)) : (uint64_t) 0)) ^ ~~~~~~~~~ /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ah_regdomain/ah_rd_domains.h:742:21: warning: shift count is negative .chan11g_turbo = BM1(T3_2437_2437)}, ^~~~~~~~~~~~~~~~~ /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ah_regdomain/ah_rd_domains.h:35:29: note: instantiated from: #define BM1(_fa) { W0(_fa), W1(_fa) } ^ /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ah_regdomain/ah_rd_domains.h:34:45: note: instantiated from: (((_a) > 63 && (_a) < 128 ? (((uint64_t) 1)<<((_a)-64)) : (uint64_t) 0)) ^ ~~~~~~~~~ /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ah_regdomain.c:170:2: warning: implicit declaration of function 'HALDEBUG_G' is invalid in C99 [-Wimplicit-function-declaration] HALDEBUG_G(ah, HAL_DEBUG_REGDOMAIN, ^ /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ah_regdomain.c:170:17: error: use of undeclared identifier 'HAL_DEBUG_REGDOMAIN'; did you mean 'HAL_REG_DOMAIN'? HALDEBUG_G(ah, HAL_DEBUG_REGDOMAIN, ^ /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ah_regdomain.c:612:22: error: use of undeclared identifier 'HAL_DEBUG_ANY'; did you mean 'HALDEBUG_G'? HALDEBUG_G(AH_NULL, HAL_DEBUG_ANY, ^~~~~~~~~~~~~ HALDEBUG_G /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ah_regdomain.c:170:2: note: 'HALDEBUG_G' declared here HALDEBUG_G(ah, HAL_DEBUG_REGDOMAIN, ^ 434 warnings and 2 errors generated. *** Error code 1 Stop in /usr/src/sys/modules/ath. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1