CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/02 15:17:24
Modified files:
sys/dev/acpi : acpi.c acpiec.c acpivar.h
Log message:
acpi_set_gpehandler: turn edge arg into flags, add support for
passing GPE_DIRECT which directly executes the supplied callback and
clears a level interrupt rather than going through acpi_taskq which
can be slow when other driver callbacks are in the queue.
This should not be used for GPE handlers that need to do anything
ACPI-related.
ok kettenis
