From owner-freebsd-acpi@FreeBSD.ORG Wed Jun 23 22:53:04 2004 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2481916A4CE for ; Wed, 23 Jun 2004 22:53:04 +0000 (GMT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id E5C6843D5C for ; Wed, 23 Jun 2004 22:53:03 +0000 (GMT) (envelope-from nate@root.org) Received: (qmail 87969 invoked by uid 1000); 23 Jun 2004 22:52:52 -0000 Date: Wed, 23 Jun 2004 15:52:52 -0700 (PDT) From: Nate Lawson To: "Oliver B. Fischer" In-Reply-To: <40DA1280.7040504@snafu.de> Message-ID: <20040623155038.C87505@root.org> References: <40DA1280.7040504@snafu.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: acpi@freebsd.org Subject: Re: kernel panic in atapicam modul if acpi is enabled X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2004 22:53:04 -0000 On Wed, 23 Jun 2004, Oliver B. Fischer wrote: > Dear list, > > if have got a ThinkPad R51 with an internal DVDR (acd0: DVDR > at ata1-master PIO4). If I compile the kernel > with atapicam modul enabled I can only boot without an panic if disabled > ACPI at boot time. > > The message is: > > kernel type 12 trap > stoppend at xpt_find_device... > > Is this an ACPI issue or not? This is likely not an ACPI issue. Are you running with "options INVARIANTS"? My laptop panics on boot without atapicam but with "options INVARIANTS" due to a use-after-free bug in ata. I'll try to track it down when I have time but I don't know the ata code really well. More of the backtrace would be helpful also. -Nate