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)
Tue, Jul 21, 6:26 PM
Unknown Object (File)
Mon, Jul 20, 4:38 PM
Unknown Object (File)
Sat, Jul 18, 11:59 AM
Unknown Object (File)
Sat, Jul 18, 4:13 AM
Unknown Object (File)
Wed, Jul 15, 7:23 AM
Unknown Object (File)
Wed, Jul 15, 7:23 AM
Unknown Object (File)
Mon, Jul 6, 9:16 AM
Unknown Object (File)
Sun, Jun 28, 3:30 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!