From owner-freebsd-current@FreeBSD.ORG Mon May 23 14:58:13 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 B212A16A41C for ; Mon, 23 May 2005 14:58:13 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from poup.poupinou.org (poup.poupinou.org [195.101.94.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C8F943D48 for ; Mon, 23 May 2005 14:58:13 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from ducrot by poup.poupinou.org with local (Exim) id 1DaENe-0004rG-00; Mon, 23 May 2005 16:58:10 +0200 Date: Mon, 23 May 2005 16:58:10 +0200 To: Jeremie Le Hen Message-ID: <20050523145810.GY21800@poupinou.org> References: <20050517163212.GG14297@obiwan.tataz.chchile.org> <20050523090425.GW21800@poupinou.org> <20050523132204.GZ850@obiwan.tataz.chchile.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050523132204.GZ850@obiwan.tataz.chchile.org> User-Agent: Mutt/1.5.6+20040907i From: Bruno Ducrot Cc: freebsd-current@FreeBSD.org Subject: Re: ACPI errors with recent laptop X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 23 May 2005 14:58:13 -0000 On Mon, May 23, 2005 at 03:22:04PM +0200, Jeremie Le Hen wrote: > Hi Bruno, > > > I think I have already seen that error. The only way to go is to dump > > the asl, and replace some names (Z00?) with Zero, then override the dsdt > > with the corrected one. > > You can post to me a dump to the asl and I will correct this one. > > Here it is, thanks. > http://jeremie.le-hen.org/~tataz/acpidump.gz > The patch attached allow to compile at least and will correct the problem you encounter. There is 3 warnings still but there should be harmless (one is related to video switching, the others to a docking station apparently, so if you have trouble with those, please report). I'm not sure yet we can write a workaround to fix this without having to override the DSDT (maybe Nate have some thought about this?) --- acpidump 2005/05/23 14:46:06 1.1 +++ acpidump 2005/05/23 14:46:50 @@ -6342,8 +6342,8 @@ Name (PBST, Package (0x04) { 0x00, - Z00C, - Z00C, + Zero, + Zero, 0x2710 }) Name (ERRC, 0x00) @@ -6599,8 +6599,8 @@ Name (PBST, Package (0x04) { 0x00, - Z00C, - Z00C, + Zero, + Zero, 0x2710 }) Name (ERRC, 0x00) Cheers, -- Bruno Ducrot -- Which is worse: ignorance or apathy? -- Don't know. Don't care.