From owner-freebsd-current@FreeBSD.ORG Wed Sep 29 17:07:58 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E30616A4D1; Wed, 29 Sep 2004 17:07:58 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id B513143D5A; Wed, 29 Sep 2004 17:07:57 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (h-67-102-66-178.snfccasy.covad.net [67.102.66.178]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i8TH7kHr013287 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 29 Sep 2004 10:07:48 -0700 Message-ID: <415AEBA9.2080007@root.org> Date: Wed, 29 Sep 2004 10:06:49 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <867jqhwhav.fsf@borg.borderworlds.dk> <200409281309.26841.jhb@FreeBSD.org> In-Reply-To: <200409281309.26841.jhb@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Poul-Henning Kamp cc: freebsd-current@FreeBSD.org cc: Christian Laursen cc: njl@FreeBSD.org Subject: Re: 5.3-BETA5 panic on first boot - floppy related X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 29 Sep 2004 17:07:58 -0000 John Baldwin wrote: > On Sunday 26 September 2004 04:44 am, Christian Laursen wrote: > >>I upgraded my laptop to 5.3-BETA4 a couple of days ago and have started >>to experience it panic ont the first boot if ACPI is enabled. >> >>Without ACPI it boots fine and after the panic and subsequently typing >>'reset' in the kernel debugger it boots fine with ACPI enabled. >> >>The dmesg output including a stack trace is here: >>http://borderworlds.dk/~xi/vulcan/dmesg.txt >> >>My kernel configuration is here: >>http://borderworlds.dk/~xi/vulcan/VULCAN >> >>I just tried to boot with the floppy drive attached, but that doesn't >>make any difference. > > > There is a bug in the fdc_acpi driver in that it attaches drives via hints > even if the controller fails to attach which leads to this panic. A possible > fix for RELENG_5 is below: I'm fine with this patch, feel free to commit. -- Nate