Package: cpufrequtils
Version: 004-2
Severity: normal
The initscript says:
# If the CPU has the est flag, it supports enhanced
# speedstep and should use the speedstep-centrino driver
if [ "$(grep est $CPUINFO)" ]; then
case "$(uname -r)" in
2.6.2[0-9]*)
# Prefer acpi-cpufreq for kernels after 2.6.20
MODULE=acpi-cpufreq
;;
*)
MODULE=speedstep-centrino
;;
esac
Kernel 2.6.30 will be released in the middle of next year.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]