ACPI errors with recent laptop

Bruno Ducrot ducrot at poupinou.org
Mon May 23 07:58:13 PDT 2005


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.


More information about the freebsd-current mailing list