cvs commit: src/sys/dev/cpufreq ichss.c
Nate Lawson
njl at FreeBSD.org
Thu Feb 17 01:01:41 GMT 2005
njl 2005-02-17 01:01:40 UTC
FreeBSD src repository
Modified files:
sys/dev/cpufreq ichss.c
Log:
Fix the check for acpi_perf(4) so that we verify if it is fully attached
or just offering info. In the former case, we don't probe/attach to allow
the ACPI driver precedence. A refinement of this would be to actually
use the info provided by acpi_perf(4) to get the real CPU clock rates
instead of estimating them but since all systems that support both
acpi_perf(4) and ichss(4) export the control registers to acpi_perf(4),
it can just handle the registers on its own.
Revision Changes Path
1.4 +14 -4 src/sys/dev/cpufreq/ichss.c
More information about the cvs-src
mailing list