summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-04-14 02:20:35 +0000
committernjl <njl@FreeBSD.org>2004-04-14 02:20:35 +0000
commitfbb8b45deaa2eae4a38b32a7ddcf5388513c09f8 (patch)
tree58356382ae4dd9527202739079875a5ece29967e
parent76819b407f96ae93d21365982eca94ce5ca85526 (diff)
downloadFreeBSD-src-fbb8b45deaa2eae4a38b32a7ddcf5388513c09f8.zip
FreeBSD-src-fbb8b45deaa2eae4a38b32a7ddcf5388513c09f8.tar.gz
Update the name for edge triggered for the 20040402 import.
-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 aac8d24..ea2bd1b 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));
OpenPOWER on IntegriCloud