CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2024/08/04 05:05:18

Modified files:
        sys/arch/amd64/conf: GENERIC 
        sys/arch/amd64/include: specialreg.h 
        sys/dev/acpi   : acpi_x86.c acpivar.h files.acpi 
Added files:
        sys/dev/acpi   : intelpmc.c 

Log message:
Add intelpmc(4), a driver for the power management controller found on
various Intel SoCs.  The driver takes care of calling the AML methods
needed to enter low power idle states during suspend-to-idle (S0i).
The driver also implements some debug code that prints the residency of
various power states in dmesg.  Based on some earlier code by jcs@

ok jcs@

Reply via email to