Bill Holler wrote:
> AcpiEvaluateObjectTyped() returns 9.  The M10 boots normally.
> Are ACPI_STATUS values defined any where?

Yes. usr/src/uts/intel/sys/acpi/acexcep.h

A 9 would be appropriately, AE_NULL_OBJECT


>
> Bill
>
>
> On 03/18/09 17:13, Dana H. Myers wrote:
>> Li, Aubrey wrote:
>>> 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, ;)
>>>   
>> It's a BIOS bug, I'm fairly confident at this point :-)  You're just 
>> messing with me, aren't you?
>>> Because whatever the value of \_SB.MEM.CFGD is, there must be a 
>>> block matched with Local0 and return a package.
>>>   
>> Yup.
>>> 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--
>>>         }
>>>     
>>
>
> _______________________________________________
> tesla-dev mailing list
> tesla-dev at opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/tesla-dev


Reply via email to