From owner-freebsd-current@FreeBSD.ORG Tue Aug 10 21:59:02 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 B4D8516A4CE for ; Tue, 10 Aug 2004 21:59:02 +0000 (GMT) Received: from ddardaar.mine.nu (bwc72.neoplus.adsl.tpnet.pl [83.29.226.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07F2F43D45 for ; Tue, 10 Aug 2004 21:59:02 +0000 (GMT) (envelope-from radek@raadradd.com) Received: by ddardaar.mine.nu (Postfix, from userid 1001) id 24A56A58C; Tue, 10 Aug 2004 23:59:08 +0200 (CEST) Date: Tue, 10 Aug 2004 23:59:07 +0200 From: Radek Kozlowski To: Nate Lawson Message-ID: <20040810215907.GD28585@werd> References: <4113EB2A.7060401@root.org> <20040806221109.GC55186@werd> <411406AA.3030607@root.org> <20040810203822.GB28585@werd> <41193370.3020302@root.org> <20040810210112.GC28585@werd> <411939FC.5060001@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <411939FC.5060001@root.org> User-Agent: Mutt/1.5.6i cc: current@freebsd.org cc: sos@deepcore.dk Subject: Re: Panic on boot with today's CURRENT, ata 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: Tue, 10 Aug 2004 21:59:02 -0000 On Tue, Aug 10, 2004 at 02:11:24PM -0700, Nate Lawson wrote: > Do what Soeren said. I'm definitely willing to look into anything that > acpi is screwing up if someone can point to the before/after behavior, I > just can't spend more time in the internals of ata. Here it is: http://spekt.net/~raadradd/freebsd/dmesg-acpi_disabled.boot http://spekt.net/~raadradd/freebsd/dmesg-acpi_enabled.boot http://spekt.net/~raadradd/freebsd/dmesg.diff That's what grepping the diff for ata/ad0 spits out: -atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x8080 [...] -ata0-master: setting UDMA100 on AcerLabs Aladdin chip [...] -ATAPI_RESET time = 160us +ATAPI_RESET time = 180us [...] -ad0: 16 secs/int, 1 depth queue, UDMA100 +ad0: 16 secs/int, 1 depth queue, PIO4 Please tell me if there's more I can do. Thank you. -Radek