]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for _CR3 critical standby (S3) threshold.
authorCyrus Rahman <crahman@gmail.com>
Fri, 18 Nov 2022 18:30:30 +0000 (10:30 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 22 Nov 2022 06:12:04 +0000 (22:12 -0800)
commitb8a0dfb17e3b62f228bb29e1098b34b3198f8e73
treedb8e5f0263db79ad4e8b25d0caa2290f57b15536
parent20a66ab4bf8511e51e11321b775d36c92e77fa69
Add support for _CR3 critical standby (S3) threshold.

Along with _PSV, _HOT, and _CRT, ACPI supports the _CR3 threshold
which specifies a temperature above which a system should transition
to the S3 standby state.

On FreeBSD, this is more useful than _HOT, which specifies the S4
transition threshold temperature (since FreeBSD does not generally
support the S4 state), or, in many cases, _CRT, since after
transitioning to S3 the system can cool and then be resumed.

Reviewed by: jhb, bcr (manpages)
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D35980
share/man/man4/acpi_thermal.4
sys/dev/acpica/acpi_thermal.c