aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2005-02-14 18:17:47 +0000
committerNate Lawson <njl@FreeBSD.org>2005-02-14 18:17:47 +0000
commit952a03767bb63cc394eadd9d5656a6f18cd2e881 (patch)
tree7d459ceb099a8ed15fc65700d8dca49ee1ab3be6 /share
parent5f0afa04155e5d4d1ba47d114134f191d4ad9540 (diff)
Notes
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/cpufreq.413
1 files changed, 9 insertions, 4 deletions
diff --git a/share/man/man4/cpufreq.4 b/share/man/man4/cpufreq.4
index 82d04d3abc62b..69e01c7c9effb 100644
--- a/share/man/man4/cpufreq.4
+++ b/share/man/man4/cpufreq.4
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 6, 2005
+.Dd February 14, 2005
.Dt CPUFREQ 4
.Os
.Sh NAME
@@ -161,12 +161,18 @@ If
.Fa priority
is higher than the current active level, that level will be saved and
overridden with the new level.
+If a level is already saved, the new level is set without overwriting
+the older saved level.
If
.Fn cpufreq_set
is called with a
.Dv NULL
.Fa level ,
-the saved level (if any) will be restored.
+the saved level will be restored.
+If there is no saved level,
+.Fn cpufreq_set
+will return
+.Er ENXIO .
If
.Fa priority
is lower than the current active level's priority, this method returns
@@ -250,8 +256,7 @@ interface:
.Xr longrun 4 ,
.Xr p4tcc 4 .
.Pp
-Priorities and notification of unrequested frequency changes are not
-implemented yet.
+Notification of CPU and bus frequency changes is not implemented yet.
.Pp
When multiple CPUs offer frequency control, they cannot be set to different
levels and must all offer the same frequency settings.