summaryrefslogtreecommitdiffstats
path: root/share/man/man5
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/man/man5
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/man/man5')
-rw-r--r--share/man/man5/rc.conf.530
1 files changed, 14 insertions, 16 deletions
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