Edit

IABSD.fr/src/sys/dev

Branch :

  • Show log

    Commit

  • Author : kettenis
    Date : 2024-08-02 09:28:35
    Hash : ce337326
    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@