CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/08 08:44:43
Modified files:
sys/arch/arm64/dev: aplsmc.c apm.c
sys/arch/macppc/dev: apm.c
sys/dev/acpi : acpi_apm.c
sys/sys : device.h
Log message:
Adds request_sleep(), a MI way of sending the machine to sleep in
a safe thread. Support is limited to amd64, i386 and arm64 at the
moment, macppc gets only an empty stub.
feedback from kettenis@
tested by bluhm@
ok phessler@
