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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
To unsubscribe, send any mail to "[email protected]"

Reply via email to