cpufreq is a framework for individual drivers to provide cpu power management and an interface for the user and other parts of the kernel to access that framework. Hardware drivers are of two types, absolute and relative. SpeedStep, Powernow, etc. are absolute drivers in that they set the cpu's base frequency. ACPI throttling, Longrun, etc. are relative drivers that reduce the processor's clock to a fraction of its current base (i.e., they have an additive effect.) The first release version of cpufreq only supports absolute drivers but the interface and framework have been tested with relative drivers. Existing relative drivers will continue to work with their current interfaces. Below is the first patch of cpufreq for wider testing. It has the framework, cpu pseudodriver updates, and two hardware drivers -- ACPI performance states and SpeedStep-ICH. It has had a lot of testing on supported hardware but needs wider testing before importing. Other hardware drivers can be quickly ported to this interface, and I'm happy to assist their maintainers. http://www.root.org/~nate/freebsd/cpufreq.diff -- NateReceived on Tue Feb 01 2005 - 15:58:40 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:27 UTC