[Bug 289634] ACPI(4) not managing power on 16.0-CURRENT
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 289634] ACPI(4) not managing power on 16.0-CURRENT"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Sep 2025 09:55:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289634 --- Comment #39 from Aymeric Wibo <obiwac@FreeBSD.org> --- On PM backends with both s2idle and s2mem supported, I've made it select s2mem in https://reviews.freebsd.org/D52727. Normally on machines which support S0ix you'd prefer s2idle even if s2mem is also available, but we'd need a way to hint subr_power.c which sleep type is preferred. So I'll default this to s2mem for the time being to not break working S3 on older laptops. -- You are receiving this mail because: You are the assignee for the bug.