aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2004-04-14 02:20:35 +0000
committerNate Lawson <njl@FreeBSD.org>2004-04-14 02:20:35 +0000
commitb7d13479aa9bc615e0e6bf6832e04c292c787549 (patch)
tree58356382ae4dd9527202739079875a5ece29967e /sys
parent267afa1eab34593a51886b0e06ac7c896a5dbde9 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/acpica/acpi_ec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_ec.c b/sys/dev/acpica/acpi_ec.c
index aac8d2479893b..ea2bd1bdbc613 100644
--- a/sys/dev/acpica/acpi_ec.c
+++ b/sys/dev/acpica/acpi_ec.c
@@ -558,7 +558,7 @@ acpi_ec_attach(device_t dev)
*/
ACPI_DEBUG_PRINT((ACPI_DB_RESOURCES, "attaching GPE handler\n"));
Status = AcpiInstallGpeHandler(NULL, sc->ec_gpebit,
- ACPI_EVENT_EDGE_TRIGGERED, &EcGpeHandler, sc);
+ ACPI_GPE_EDGE_TRIGGERED, &EcGpeHandler, sc);
if (ACPI_FAILURE(Status)) {
device_printf(dev, "can't install GPE handler for %s - %s\n",
acpi_name(sc->ec_handle), AcpiFormatException(Status));