CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/03/11 10:18:42
Modified files:
sys/arch/amd64/amd64: acpi_machdep.c machdep.c
sys/arch/amd64/include: cpu.h
sys/arch/amd64/isa: clock.c
sys/dev/acpi : acpi.c acpi_x86.c acpivar.h
sys/kern : subr_suspend.c
sys/sys : device.h
Log message:
Implement delayed hibernation. If the machdep.hibernatedelay sysctl is
set to a value that isn't zero, this specifies a number of seconds after
which the machine will wake up from suspend and hibernate itself.
ok florian@, mlarkin@