summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2005-02-06 21:31:41 +0000
committernjl <njl@FreeBSD.org>2005-02-06 21:31:41 +0000
commit044b41bb7e086745ad1cb622087b2684855a881d (patch)
tree6c900348d8d78a297fd69cc22b9098c490cb9ea8 /share
parentdfde93d0fb5097bc43c97b37354aa334e1267f4b (diff)
downloadFreeBSD-src-044b41bb7e086745ad1cb622087b2684855a881d.zip
FreeBSD-src-044b41bb7e086745ad1cb622087b2684855a881d.tar.gz
Note changes to throttling sysctls and new power_profile(8) cpufrq support.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/acpi.46
-rw-r--r--share/man/man5/rc.conf.530
2 files changed, 14 insertions, 22 deletions
diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4
index 67b2791..087a9de 100644
--- a/share/man/man4/acpi.4
+++ b/share/man/man4/acpi.4
@@ -63,12 +63,6 @@ script, which can be configured via
.Xr rc.conf 5 .
If values are specified manually, they may be overridden.
.Bl -tag -width indent
-.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_usage
Debugging information listing the percent of total usage for each sleep state.
The values are reset when
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 31e2311..5639487 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -2702,38 +2702,36 @@ indicates that
should use the lowest power state available while
.Dq Li HIGH
indicates that the lowest latency state (less power savings) should be used.
-.It Va performance_throttle_state
+.It Va performance_cpu_freq
.Pq Vt str
-CPU throttling state to use while on AC power.
+CPU clock frequency to use while on AC power.
The string
.Dq Li LOW
indicates that
-.Xr acpi 4
-should use the lowest throttling state available while
+.Xr cpufreq 4
+should use the lowest frequency available while
.Dq Li HIGH
-indicates that the highest performance state (less power savings) should be
-used.
-.It Va economy_throttle_state
+indicates that the highest frequency (less power savings) should be used.
+.It Va economy_cx_lowest
.Pq Vt str
-CPU throttling state to use when off AC power.
+CPU idle state to use when off AC power.
The string
.Dq Li LOW
indicates that
.Xr acpi 4
-should use the lowest throttling state available while
+should use the lowest power state available while
.Dq Li HIGH
-indicates that the highest performance state (less power savings) should be
-used.
-.It Va economy_cx_lowest
+indicates that the lowest latency state (less power savings) should be used.
+.It Va economy_cpu_freq
.Pq Vt str
-CPU idle state to use when off AC power.
+CPU clock frequency to use when off AC power.
The string
.Dq Li LOW
indicates that
-.Xr acpi 4
-should use the lowest power state available while
+.Xr cpufreq 4
+should use the lowest frequency available while
.Dq Li HIGH
-indicates that the lowest latency state (less power savings) should be used.
+indicates that the highest frequency (less power savings) should be used.
.It Va jail_enable
.Pq Vt bool
If set to
OpenPOWER on IntegriCloud