From owner-freebsd-current@FreeBSD.ORG Thu May 8 18:33:32 2003 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 6E90C37B401 for ; Thu, 8 May 2003 18:33:32 -0700 (PDT) Received: from ion.gank.org (ion.gank.org [198.78.66.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2D6E43F85 for ; Thu, 8 May 2003 18:33:31 -0700 (PDT) (envelope-from craig@xfoil.gank.org) Received: from localhost (ion.gank.org [198.78.66.164]) by ion.gank.org (GankMail) with ESMTP id 5BE782CFCA; Thu, 8 May 2003 20:33:30 -0500 (CDT) Received: from ion.gank.org ([198.78.66.164]) by localhost (ion.gank.org [198.78.66.164]) (amavisd-new, port 10024) with LMTP id 35255-07-2; Thu, 8 May 2003 20:33:29 -0500 (CDT) Received: from aldaris2.auir.gank.org (dsl081-113-221.dfw1.dsl.speakeasy.net [64.81.113.221]) by ion.gank.org (GankMail) with ESMTP id 45C702BBB7; Thu, 8 May 2003 20:33:29 -0500 (CDT) From: Craig Boston To: Andrew Thompson Date: Thu, 8 May 2003 20:33:25 -0500 User-Agent: KMail/1.5.1 References: <20030506140539.F18533@root.org> <03May8.170848nzst.119052@homer.fire.org.nz> In-Reply-To: <03May8.170848nzst.119052@homer.fire.org.nz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305082033.25995.craig@xfoil.gank.org> cc: current@freebsd.org Subject: Re: Outstanding ACPI issues for 5.1-RELEASE 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, 09 May 2003 01:33:32 -0000 On Thursday 08 May 2003 12:09 am, Andrew Thompson wrote: > I am having a problem with acpi on my Compaq N1000v laptop. Before the > above import it would panic on boot , but now it is unable to find my > disk (progress mabey?). The boot logs and acpidump is available @ > http://www.fud.org.nz/acpi/ Looks like standard Compaq brokenness using the illegal character * in HID and other fields... Try replacing all of the *PNP with just PNP in the ASL. Ditto for anything else starting with *. Recompile it and use acpi_dsdt_load="YES" to load your fixed dsdt. It might help assuming there are no other bugs in it :) Craig