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
F167679904: D57232.diff
Sun, Aug 23, 5:52 PM
Unknown Object (File)
Fri, Aug 14, 8:49 AM
Unknown Object (File)
Sat, Aug 8, 10:46 PM
Unknown Object (File)
Sat, Aug 8, 7:21 PM
Unknown Object (File)
Sat, Aug 8, 1:46 PM
Unknown Object (File)
Sat, Aug 8, 11:03 AM
Unknown Object (File)
Sat, Aug 8, 5:13 AM
Unknown Object (File)
Fri, Aug 7, 5:56 PM
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!