Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 May 2005 16:58:10 +0200
From:      Bruno Ducrot <ducrot@poupinou.org>
To:        Jeremie Le Hen <jeremie@le-hen.org>
Cc:        freebsd-current@FreeBSD.org
Subject:   Re: ACPI errors with recent laptop
Message-ID:  <20050523145810.GY21800@poupinou.org>
In-Reply-To: <20050523132204.GZ850@obiwan.tataz.chchile.org>
References:  <20050517163212.GG14297@obiwan.tataz.chchile.org> <20050523090425.GW21800@poupinou.org> <20050523132204.GZ850@obiwan.tataz.chchile.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050523145810.GY21800>