From a50f2c9f426691f15bf3de6302b38abb5f4fe96b Mon Sep 17 00:00:00 2001 From: Nate Lawson Date: Fri, 16 Apr 2004 16:27:37 +0000 Subject: [PATCH] Disable the new wake GPE behavior. With it enabled, my laptop won't stay suspended after the second try. Intel is working on a fix to properly differentiate the non-standard wake/runtime GPEs from wake-only GPEs. --- sys/dev/acpica/acpi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c index 7b796cd4080..24694567069 100644 --- a/sys/dev/acpica/acpi.c +++ b/sys/dev/acpica/acpi.c @@ -265,6 +265,7 @@ acpi_Startup(void) */ AcpiGbl_AllMethodsSerialized = acpi_serialize_methods; AcpiGbl_CreateOsiMethod = acpi_osi_method; + AcpiGbl_LeaveWakeGpesDisabled = FALSE; /* Start up the ACPI CA subsystem. */ #ifdef ACPI_DEBUGGER