summaryrefslogtreecommitdiffstats
path: root/share/man/man4/acpi.4
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-12-18 04:39:09 +0000
committernjl <njl@FreeBSD.org>2003-12-18 04:39:09 +0000
commit1c08e0c3ab645a4b6ccd7b9bba66d235bd321c78 (patch)
tree010aaae35235bda1569be97b3a0bb2730c5c5ad3 /share/man/man4/acpi.4
parentaf9a797a98fc8a8805f13473e08818b67e54dccf (diff)
downloadFreeBSD-src-1c08e0c3ab645a4b6ccd7b9bba66d235bd321c78.zip
FreeBSD-src-1c08e0c3ab645a4b6ccd7b9bba66d235bd321c78.tar.gz
Document new sysctls for throttling.
Diffstat (limited to 'share/man/man4/acpi.4')
-rw-r--r--share/man/man4/acpi.412
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4
index 2e17212..c94574d 100644
--- a/share/man/man4/acpi.4
+++ b/share/man/man4/acpi.4
@@ -328,12 +328,12 @@ Turn on verbose debugging information about what ACPI is doing.
.El
.Sh SYSCTLS
.Bl -tag -width indent
-.It Va hw.acpi.cpu.performance_speed
-Sets the speed of the CPU, if it supports multiple speeds, while in
-the performance power profile.
-.It Va hw.acpi.cpu.economy_speed
-Sets the speed of the CPU, if it supports multiple speeds, while in
-the economy power profile.
+.It Va hw.acpi.cpu.throttle_max
+Maximum value for CPU throttling, equal to 100% of the clock rate.
+.It Va hw.acpi.cpu.throttle_state
+Get or set the current throttling state, from 1 to
+.Va hw.acpi.cpu.throttle_max .
+This scales back the CPU clock rate and the corresponding power consumption.
.It Va hw.acpi.cpu.cx_history
Debugging information listing all sleep states and the number of
long and short sleeps for each one.
OpenPOWER on IntegriCloud