From owner-freebsd-current@FreeBSD.ORG Thu Jun 23 15:14:02 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 096161065670 for ; Thu, 23 Jun 2011 15:14:02 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 82DFF8FC1A for ; Thu, 23 Jun 2011 15:14:01 +0000 (UTC) Received: by fxm11 with SMTP id 11so1993959fxm.13 for ; Thu, 23 Jun 2011 08:14:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:message-id:date:from:user-agent :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=MoomL+Y9aJi9RHbOO+iDYK9rAQLGnnA761wtje0aL7c=; b=RT8ZZtCsO5PQdJKUx6svSpNvvzC9Q5wMFVmtoDs0dxR23dzdQmoywYyDnDLfxE4v41 aaUsUqmnNdJL9sQg2LdjdibthUQkSSdORotowXc07Qo8sHBN7GAtnfGzoKSHBA5KGYnl I1YPc5WYc6huXZrBlryWeEKfOm+itPHe5DQXY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=vSookDQ+0cLcrzJY36BV4QqI6dnBSS0o6v3oXOEVf61umIx4zGFLfpYKOykIe5pHmH bSM5dP98clNFZUqu5QvgemWtVd40THUnYXbRLVSuI/5k/Zlz92vPPUxMXP4a/ldF6yJ5 OUM4xPwZBN7Fns+glIMzewP3NiMEKt0xSZuog= Received: by 10.223.13.207 with SMTP id d15mr2918591faa.38.1308842040504; Thu, 23 Jun 2011 08:14:00 -0700 (PDT) Received: from mavbook2.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id 5sm1140721faz.2.2011.06.23.08.13.58 (version=SSLv3 cipher=OTHER); Thu, 23 Jun 2011 08:13:59 -0700 (PDT) Sender: Alexander Motin Message-ID: <4E0357F6.4090704@FreeBSD.org> Date: Thu, 23 Jun 2011 18:12:54 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.23 (X11/20091212) MIME-Version: 1.0 To: "O. Hartmann" References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD-Current 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 15:14:02 -0000 O. Hartmann wrote: > With today's update of sources > (Revision: 223466 > Node Kind: directory > Schedule: normal > Last Changed Author: adrian > Last Changed Rev: 223466 > Last Changed Date: 2011-06-23 08:55:29 +0200 (Do, 23 Jun 2011)) > > 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? SVN rev 223443 broke ATAPI support. SVN rev 223475 should fix it. -- Alexander Motin