diff options
| author | Nate Lawson <njl@FreeBSD.org> | 2003-12-18 04:39:09 +0000 |
|---|---|---|
| committer | Nate Lawson <njl@FreeBSD.org> | 2003-12-18 04:39:09 +0000 |
| commit | 3526eac0d884b9c472f73956ac8e54a044e02897 (patch) | |
| tree | 010aaae35235bda1569be97b3a0bb2730c5c5ad3 | |
| parent | 0d8fb61a495f8f5b4754d0e40d3f7f2d52a023a0 (diff) | |
Notes
| -rw-r--r-- | share/man/man4/acpi.4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4 index 2e1721266b17..c94574df4cd7 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. |
