CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/20 21:48:07
Modified files:
sys/arch/amd64/amd64: acpi_machdep.c
sys/arch/i386/i386: acpi_machdep.c
sys/dev/acpi : acpi.c acpiec.c dsdt.c
Log message:
acpi can use IPL_BIO (a low interrupt) since it only enqueues operations for
later processing. The use of a high interrupt will predate suspend/resume
efforts, we had to redesign acpi to be non-reentrant obviously
discussed with kettenis, in snaps for more than a week
