]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add an interface for cpufreq. The kernel interface lets other drivers
authorNate Lawson <njl@FreeBSD.org>
Fri, 4 Feb 2005 05:38:30 +0000 (05:38 +0000)
committerNate Lawson <njl@FreeBSD.org>
Fri, 4 Feb 2005 05:38:30 +0000 (05:38 +0000)
commitbfdbeca16355d7c62e2d0539e2f8928a47520d0c
tree88041af62a52d9a9c92f3b6ebea92a4757c8e4a0
parent98aa9cd052393aa902cb360e21265c2e855e81c2
Add an interface for cpufreq.  The kernel interface lets other drivers
select the CPU frequency level (say for cooling).  The driver interface
allows hardware drivers to announce themselves as capable of adjusting
an individual frequency setting.
sys/kern/cpufreq_if.m [new file with mode: 0644]