Module Name: src Committed By: jmcneill Date: Tue Jan 11 10:53:08 UTC 2022
Modified Files: src/sys/dev/acpi: acpi_event.c acpi_event.h acpi_ged.c Log Message: acpi: ged: Mask interrupts before dispatching handler For the benefit of GEDs backed by level interrupts, mask the interrupt source before dispatching the handler to a worker thread and unmask it after it has been handled. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/acpi/acpi_event.c \ src/sys/dev/acpi/acpi_event.h cvs rdiff -u -r1.3 -r1.4 src/sys/dev/acpi/acpi_ged.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.