From owner-freebsd-current@FreeBSD.ORG Fri Aug 13 15:05:47 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 1D35B16A4CE for ; Fri, 13 Aug 2004 15:05:47 +0000 (GMT) Received: from mimoza.pantel.net (mimoza.pantel.net [212.24.191.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7C8743D1D for ; Fri, 13 Aug 2004 15:05:46 +0000 (GMT) (envelope-from arutz@mimoza.pantel.net) Received: by mimoza.pantel.net (Postfix, from userid 1000) id 2C5E9108C5; Fri, 13 Aug 2004 17:05:45 +0200 (CEST) Date: Fri, 13 Aug 2004 17:05:45 +0200 From: Antal Rutz To: anatoly@relcom.ru Message-ID: <20040813150545.GA7721@mimoza.pantel.net> References: <411A7F28.6000108@relcom.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <411A7F28.6000108@relcom.ru> User-Agent: Mutt/1.4.2i cc: freebsd-current@freebsd.org Subject: Re: boot hangs due acd init 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: Fri, 13 Aug 2004 15:05:47 -0000 On Thu, Aug 12, anatoly@relcom.ru wrote: > hey folks > > i run recent current and somewhile ago i noticed that i cant boot my > fujitsu lifebook P series with this dvd-cdrw device: > acd0: CDRW at ata1-master PIO4 > it hangs on boot. I'd mention that it was working nice before. > I can provide necessary debugging information if needed. The same here, too. I tried to upgrade to -current today, but the boot failed again. When I disable acpi it works. Before it paniced in ata_generic_transaction (removing the ATAPI_RESET code from ata-lowlevel.c helped), now it panics in rman_get_bustag (after ata_generic_transaction and ata_pci_dmastart). After reverting all changes in /sys/dev/ata to 23rd July it works again. (I know, it's very newbie hack..) hardware: compaq nx9005, acerlabs aladdin chipset toshiba cdrw: acd0: CDRW at ata1-master PIO4 -- --rutz