]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add an interface for cpufreq. The kernel interface lets other drivers
authornjl <njl@FreeBSD.org>
Fri, 4 Feb 2005 05:38:30 +0000 (05:38 +0000)
committernjl <njl@FreeBSD.org>
Fri, 4 Feb 2005 05:38:30 +0000 (05:38 +0000)
commit09a005a2158fe7e0a89c931b264dc7c1f6f73b43
tree88041af62a52d9a9c92f3b6ebea92a4757c8e4a0
parent8834727d3ed650002e8cc9e60d07ed1b9ad34d28
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]