Hi,

On Sat, Jun 16, 2007 at 06:50:24PM +0100, Phil Endecott wrote:
> Package: cpufrequtils
> Version: 002-4
> Severity: normal
> 
> 
> Hi,
> 
> /etc/init.d/loadcpufreq includes some logic to guess the appropriate 
> frequency scaling module for the current CPU.  For VIA CPUs it has:
> 
>         CentaurHauls*)
>         # VIA
>             if [ $CPU_FAMILY == 6 ]; then
>                 MODULE=longhaul;
>             fi
>             ;;    
> 
> 'longhaul' is the correct module for the VIA C3, but for the VIA C7 the 
> correct module is 'e_powersaver'.

ok, thanks for reporting (and sorry for the late answer).
By the way, did the e_powersaver module appear recently? Should I also
test for some particular kernel version or there was simply no support
for VIA C7 before?

Is it ok to default to longhaul for CPU_FAMILY=6 and only use
e_powersaver if the MODEL=10 ?

Thanks
-- 
mattia
:wq!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to