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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]
              Owner|[EMAIL PROTECTED]    |[EMAIL PROTECTED]
                   |                            |m
          Component|cpufreq                     |Config-Processors
           Category|Power Management            |ACPI
            Summary|acpi-cpufreq does not load  |acpi-cpufreq does not load -
                   |                            |Fujitsu Siemens Amilo M1425,
                   |                            |M1437G - Intel(R) Pentium(R)
                   |                            |M



------- Additional Comments From [EMAIL PROTECTED]  2007-03-26 09:46 -------
DSDT shows no _PCT, _PSS, _PPC for P-state control,
but does show that an SSDT is supposed to be loaded
based on results of _PDC -- but dynamic SSDT is not
mentioned in the dmesg.

     Processor (CPU1, 0x01, 0x00000810, 0x06)
        {
            OperationRegion (SSDT, SystemMemory, 0xFFFF0000, 0xFFFF)
            Name (NCPU, 0x00)
            Name (TYPE, 0x80000000)
            Name (HNDL, 0x80000000)
            Method (_PDC, 1, NotSerialized)
            {
                CreateDWordField (Arg0, 0x08, DAT0)
                Store (DAT0, TYPE)
                OperationRegion (PMRG, SystemIO, \PMBS, 0x50)
                Field (PMRG, ByteAcc, NoLock, Preserve)
                {
                            Offset (0x41),
                    DEV4,   1,
                    DEV5,   1,
                    DEV6,   1,
                    DEV7,   1,
                    STS4,   1,
                    STS5,   1,
                    STS6,   1,
                    STS7,   1
                }

                If (LAnd (LEqual (NCPU, 0x02), LEqual (And (TYPE, 0x0A),
                    0x0A)))
                {
                    Store (0x01, STS7)
                    Store (0x01, DEV7)
                    Load (SSDT, HNDL)
                }

                If (LAnd (LEqual (NCPU, 0x01), LEqual (And (TYPE, 0x01),
                    0x01)))
                {
                    If (LNot (And (TYPE, 0x10)))
                    {
                        Load (SSDT, HNDL)
                    }
                }
            }
        }

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to