Dana.Myers wrote:

> #2.  Why is YCST apparently not returning a valid Package object?

This looks more interesting to me, now it seems to be ACPICA bug, ;)

Because whatever the value of \_SB.MEM.CFGD is, there must be a 
block matched with Local0 and return a package.

Thanks,
-Aubrey
====================================================
Method (YCST, 0, NotSerialized)
    {
        And (\_SB.MEM.CFGD, 0x70, Local0)
        If (LEqual (Local0, 0x00))
        {
   --snip--
        }

        If (LEqual (Local0, 0x10))
        {
   --snip--
        }

        If (LEqual (Local0, 0x20))
        {
   --snip--
        }

        If (LEqual (Local0, 0x40))
        {
   --snip--
        }

        If (LEqual (Local0, 0x30))
        {
   --snip--
        }

        If (LEqual (Local0, 0x50))
        {
   --snip--
        }

        If (LEqual (Local0, 0x60))
        {
   --snip--
        }

        If (LEqual (Local0, 0x70))
        {
   --snip--
        }
   

Reply via email to