summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-04-16 16:27:37 +0000
committernjl <njl@FreeBSD.org>2004-04-16 16:27:37 +0000
commit8d672f8640547c5fbad0a06b6c64b3eccce95dd2 (patch)
tree41d725c55a10adbcae7c4ca06d55841b24575355
parent69bb06df085d11dec081274fe9ef81b2b5a09832 (diff)
downloadFreeBSD-src-8d672f8640547c5fbad0a06b6c64b3eccce95dd2.zip
FreeBSD-src-8d672f8640547c5fbad0a06b6c64b3eccce95dd2.tar.gz
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.
-rw-r--r--sys/dev/acpica/acpi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
index 7b796cd..2469456 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
OpenPOWER on IntegriCloud