http://bugzilla.kernel.org/show_bug.cgi?id=12329





------- Comment #11 from yakui.z...@intel.com  2009-01-03 18:23 -------
Thanks for the info.
    From the acpidump info it seems that this warning is related with the BIOS.
    >ACPI Warning (nspredef-0858): \_PR_.CPU0._TSD: Return Package type
mismatch at index 0 - found Integer, expected Package [20080926]
    >ACPI: Invalid _TSD data
    The _TSD object is defined as the following :
    Return (Package (0x05)
            {
                0x05,
                0x00,
                0x00,
                0xFC,
                0x01
            })
     In fact the correct format should be 
            Return { Package (0x0) { Package (0x05) {
                    {
                0x05,
                0x00,
                0x00,
                0xFC,
                0x01
            }))

    The _PSD package has the similar issue.

    >ACPI Error (psargs-0358): [SMS_] Namespace lookup failure, AE_NOT_FOUND
ACPI Error (psparse-0524): Method parse/execution failed
    From the acpidump it seems that there is no definition of SMS object. So
the above warning message is complained.

    Thanks.



-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

------------------------------------------------------------------------------
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to