From 6d23e879dc928813efe91b49939d3df24f2c2f3f Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Sat, 7 May 2011 11:16:09 +0200 Subject: [PATCH] enable powernow-k8 for more AMD CPUs --- usr_bin/cpufreq-detect.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr_bin/cpufreq-detect.sh b/usr_bin/cpufreq-detect.sh index 35d63d4..70d5452 100755 --- a/usr_bin/cpufreq-detect.sh +++ b/usr_bin/cpufreq-detect.sh @@ -120,8 +120,8 @@ case "$VENDOR_ID" in # K7 MODULE=powernow-k7 ;; - 15) - # K8 + 15|16|20) + # K8 (=15), Phenom (=16), AMD E-350 all-in-one CPUs (=20) MODULE=powernow-k8 ;; esac -- 2.1.4