diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-02-18 15:29:17 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-02-18 15:29:17 +0000 |
commit | c930927135f6d75f72f211cc5f2ad969f6e50317 (patch) | |
tree | 6633fd072a6042247b44a9c8efa1a88c19ad2609 /perl-install/cpufreq.pm | |
parent | a7bc553d0287a778935749ff7aaa2e16b79321dd (diff) | |
download | drakx-c930927135f6d75f72f211cc5f2ad969f6e50317.tar drakx-c930927135f6d75f72f211cc5f2ad969f6e50317.tar.gz drakx-c930927135f6d75f72f211cc5f2ad969f6e50317.tar.bz2 drakx-c930927135f6d75f72f211cc5f2ad969f6e50317.tar.xz drakx-c930927135f6d75f72f211cc5f2ad969f6e50317.zip |
add comment about cpuid.c
Diffstat (limited to 'perl-install/cpufreq.pm')
-rw-r--r-- | perl-install/cpufreq.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/cpufreq.pm b/perl-install/cpufreq.pm index fe4e6431e..50a994e06 100644 --- a/perl-install/cpufreq.pm +++ b/perl-install/cpufreq.pm @@ -49,6 +49,7 @@ sub probe_acpi_cpufreq() { } get_cpus(); } +# see cpuid.c (from cpuid package) for a list of family/models sub probe_centrino() { any { get_vendor($_) eq "Intel" && |