cpufreq Archive on lore.kernel.org
 help / color / mirror / Atom feed
* Dothan/Centrino cpufreq
@ 2004-06-10  1:30 athul acharya
  2004-06-10  2:09 ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 2+ messages in thread
From: athul acharya @ 2004-06-10  1:30 UTC (permalink / raw)
  To: davej; +Cc: cpufreq

Hey,

I originally sent this to linux-kernel and was advised
that I'd be better off sending it here. 

I noticed that 2.6.7-rc1 was supposed to have Dothan
support for cpufreq, but since neither it nor -rc2
worked  on my machine, I decided to take a look at the
code and see if I couldn't figure something out.  I
saw this:

static const struct cpu_id cpu_id_dothan_a1 = {
        .x86_vendor = X86_VENDOR_INTEL,
        .x86 = 6,
        .x86_model = 13,
        .x86_mask = 1,
};

Attempting to match this against /proc/cpuinfo, I
changed it to

static const struct cpu_id cpu_id_dothan_a1 = {
        .x86_vendor = X86_VENDOR_INTEL,
        .x86 = 6,
        .x86_model = 13,
        .x86_mask = 6,
};

This worked, creating
/sys/devices/system/cpu/cpu0/cpufreq/ and the whole
shebang.  So, the above change needs to be integrated
in order for (some?) Dothans to work.

Thanks,

Athul Acharya


	
		
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-06-10  2:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-10  1:30 Dothan/Centrino cpufreq athul acharya
2004-06-10  2:09 ` Jeremy Fitzhardinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox