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





--- Comment #53 from Len Brown <len.br...@intel.com>  2009-05-19 19:49:07 ---
> With acpi_osi set to either of the suggestions you made:
> Irq is not disabled

This suggest that of the 7 instances of _PSW in the DSDT,
the one that is causing the failure is the one that
is checking the type of the OS (TPOS) for vista (0x40)
compatibility:

            Device (PB6)
            {
                Name (_ADR, 0x00060000)
                Name (MPRW, Package (0x02)
                {
                    0x18,
                    0x05
                })
                Method (_PRW, 0, NotSerialized)
                {
                    \_SB.QWMI.PHSR (0x11, 0x02)
                    Store (\_SB.PCI0.LPC0.OWNS, \_SB.QWMI.Q512)
                    If (LEqual (\_SB.PCI0.LPC0.WOLI, 0x00))
                    {
                        Store (0x00, Index (MPRW, 0x01))
                    }
                    Else
                    {
                        Store (0x05, Index (MPRW, 0x01))
                    }

                    Return (MPRW)
                }

                Method (_PSW, 1, NotSerialized)
                {
                    Store (Arg0, \_SB.PCI0.SMB.WOLE)
                    If (LEqual (TPOS, 0x40))
                    {
                        Store (Arg0, \_SB.PCI0.SMB.WOLF)
                    }
                }

The _PRW for this device says that he should be coming in
on GPE 0x18.  Though in the working 2.6.25 kernel,
there are no interrupts recording on gpe-18, and in
the 2.6.30 this GPE is marked as disabled.

Just for grins...
The failing kernel has HPET support, the working kernel does not.
Please verify that you still see the failure with "hpet=disable"

-- 
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.

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to