Page MenuHomeFreeBSD

acpi: Use sleep types defined in sys/power.h
ClosedPublic

Authored by obiwac on Wed, Sep 24, 11:42 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 2, 5:00 PM
Unknown Object (File)
Tue, Sep 30, 12:49 PM
Unknown Object (File)
Sat, Sep 27, 1:42 AM
Unknown Object (File)
Thu, Sep 25, 3:22 AM
Unknown Object (File)
Thu, Sep 25, 3:22 AM
Unknown Object (File)
Wed, Sep 24, 10:32 PM
Unknown Object (File)
Wed, Sep 24, 9:27 PM
Unknown Object (File)
Wed, Sep 24, 6:35 PM
Subscribers

Details

Summary

This is as opposed to using ACPI sleep states directly
(ACPI_STATE_S*). We now use POWER_STYPE_* added in D52036.

This is in preparation for adding support for s2idle, which is not an
ACPI sleep state, but needs to be handled specially by
acpi_EnterSleepState.

These are the changes in D52043 + the fixes in D52545 and D52598 already applied.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

obiwac created this revision.
cy added a subscriber: cy.

Works.

This revision is now accepted and ready to land.Wed, Sep 24, 4:51 PM
This revision was automatically updated to reflect the committed changes.