CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2024/08/02 03:28:35
Modified files: sys/dev/acpi : acpipwrres.c Log message: Switch off unreferenced power resources in DVACT_POWERDOWN instead of DVACT_SUSPEND. Fixes an issue with (un)hibernate where we don't attach xhci(4) controllers, which would make is turn the xhci(4) off inadvertedly because its power resource wasn't referenced. ok mlarkin@