aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2004-04-16 16:27:37 +0000
committerNate Lawson <njl@FreeBSD.org>2004-04-16 16:27:37 +0000
commita50f2c9f426691f15bf3de6302b38abb5f4fe96b (patch)
tree41d725c55a10adbcae7c4ca06d55841b24575355 /sys/dev
parentf77ad99d59f3ef9f74e495bb4e3c2f533ab579d8 (diff)
Notes
Diffstat (limited to 'sys/dev')
-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 7b796cd4080b4..2469456706991 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