summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2005-02-14 18:17:47 +0000
committernjl <njl@FreeBSD.org>2005-02-14 18:17:47 +0000
commitcfcdd8544ac1d8597050f7acada3f5fb11e137a0 (patch)
tree7d459ceb099a8ed15fc65700d8dca49ee1ab3be6
parent6e0f1dda0ae84a33bf74a1c070707d25c0c66a90 (diff)
downloadFreeBSD-src-cfcdd8544ac1d8597050f7acada3f5fb11e137a0.zip
FreeBSD-src-cfcdd8544ac1d8597050f7acada3f5fb11e137a0.tar.gz
Update information now that support for priorities has been added.
-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 82d04d3..69e01c7 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.
OpenPOWER on IntegriCloud