--- src/sys/dev/acpica5/acpi_lid.c 2004/07/05 00:07:35 1.3 +++ src/sys/dev/acpica5/acpi_lid.c 2007/01/17 17:31:19 1.4 @@ -183,8 +183,7 @@ acpi_lid_notify_handler(ACPI_HANDLE h, U sc = (struct acpi_lid_softc *)context; switch (notify) { case ACPI_NOTIFY_STATUS_CHANGED: - AcpiOsQueueForExecution(OSD_PRIORITY_LO, - acpi_lid_notify_status_changed, sc); + AcpiOsExecute(OSL_NOTIFY_HANDLER, acpi_lid_notify_status_changed, sc); break; default: device_printf(sc->lid_dev, "unknown notify %#x\n", notify);