HP Pavilion DV6 overheats under FreeBSD

Thor Ablestar thor at irk.ru
Sat Mar 19 15:23:22 UTC 2011


Hello!

One more question:

In my .asl I basically see the following:

    Method (_PTS, 1, NotSerialized)
     {

// Some text skipped
        If (LEqual (Arg0, 0x03))
         {
             S34E ()
             Store (Zero, \_SB.PCI0.SMBS.G52O)
             Store (Zero, \_SB.PCI0.SMBS.G53O)
             Store (One, \_SB.PCI0.SMBS.G99S)
             Store (0x53, IO80)
             \_SB.S80H (0x53)
             Store (One, \_SB.PCI0.SMBS.SLPS)
         }

Also, I don't see "_GTS". Does it mean that the text above is _THE_ code 
that transfers the machine to the state when everything except the 
system memory and possibly the processor itself off, and since this text 
is too short, it turns off the system non-selectively and I should look 
for selective powerdown elsewhere?

Thor


More information about the freebsd-acpi mailing list