AcpiEvaluateObjectTyped() returns 9. The M10 boots normally.
Are ACPI_STATUS values defined any where?
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--
>> }
>>
>>
>