Date: Sat, 19 Mar 2011 23:24:14 +0800 From: Thor Ablestar <thor@irk.ru> To: freebsd-acpi@freebsd.org Subject: Re: HP Pavilion DV6 overheats under FreeBSD Message-ID: <4D84CA9E.6020000@irk.ru> In-Reply-To: <4D836863.6020509@freebsd.org> References: <4D7A2CB8.1080607@irk.ru> <4D8351A6.5020909@irk.ru> <4D836863.6020509@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D84CA9E.6020000>
