summaryrefslogtreecommitdiff
path: root/src/mainboard/kontron/986lcd-m/acpi
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/kontron/986lcd-m/acpi')
-rw-r--r--src/mainboard/kontron/986lcd-m/acpi/platform.asl19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/mainboard/kontron/986lcd-m/acpi/platform.asl b/src/mainboard/kontron/986lcd-m/acpi/platform.asl
index cf73fc1d6a..bbee0a2787 100644
--- a/src/mainboard/kontron/986lcd-m/acpi/platform.asl
+++ b/src/mainboard/kontron/986lcd-m/acpi/platform.asl
@@ -6,30 +6,11 @@
Method(_PTS,1)
{
- // Call a trap so SMI can prepare for Sleep as well.
- // TRAP(0x55)
}
/* The _WAK method is called on system wakeup */
Method(_WAK,1)
{
- // CPU specific part
-
- // Notify PCI Express slots in case a card
- // was inserted while a sleep state was active.
-
- // Are we going to S3?
- If (Arg0 == 3) {
- // ..
- }
-
- // Are we going to S4?
- If (Arg0 == 4) {
- // ..
- }
-
- // TODO: Windows XP SP2 P-State restore
-
Return(Package(){0,0})
}