Page MenuHomeFreeBSD

acpi: Replace mentions of the s2idle with suspend_to_idle
ClosedPublic

Authored by thj on May 25 2026, 10:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 21, 6:09 PM
Unknown Object (File)
Wed, Jun 17, 8:49 AM
Unknown Object (File)
Thu, Jun 4, 7:08 AM
Unknown Object (File)
Thu, Jun 4, 2:29 AM
Unknown Object (File)
Tue, Jun 2, 1:11 PM
Unknown Object (File)
Tue, Jun 2, 6:24 AM
Unknown Object (File)
Tue, Jun 2, 6:19 AM
Unknown Object (File)
Tue, Jun 2, 12:29 AM
Subscribers

Diff Detail

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

Event Timeline

thj requested review of this revision.May 25 2026, 10:01 AM

ope, thanks for catching that. I also forgot to update the acpi(4) manpage and a couple other comments in other files but I can commit a fix for those separately

This revision is now accepted and ready to land.May 25 2026, 10:16 AM

Maybe also change the comments in sys/compat/linuxkpi/common/src/linux_acpi.c:linux_handle_power_suspend_event() and sys/dev/acpi_support/acpi_ibm.c:acpi_ibm_eventhandler() accordingly?

This revision was automatically updated to reflect the committed changes.

@olce last point done by 7a11a6c64d4f52f41e63e535605d4187650c3651. Also updated sysctl descriptions in the acpi.4 manpage in 071d82d9973660742e771b23365a82eb8dd2dd0f

Thanks!