Comment 33 for bug 797190

Revision history for this message
Lee Donaghy (deadite66) wrote :

i've been looking at speedstep-centrino.c and noticed CPU_DOTHAN_C0 isn't listed, could this be a problem?
it seems to be defined in the maverick centrino.c
http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-maverick.git;a=commitdiff;h=23120eb5a

x86info
EFamily: 0 EModel: 0 Family: 6 Model: 13 Stepping: 8
CPU Model: Pentium M (Dothan) [C-0]
Processor name string: Intel(R) Pentium(R) M processor 2.00GHz

from linux-source 3.0.0-11.18 speedstep-centrino.c
static const struct cpu_id cpu_ids[] = {
 [CPU_BANIAS] = { 6, 9, 5 },
 [CPU_DOTHAN_A1] = { 6, 13, 1 },
 [CPU_DOTHAN_A2] = { 6, 13, 2 },
 [CPU_DOTHAN_B0] = { 6, 13, 6 },
 [CPU_MP4HT_D0] = {15, 3, 4 },
 [CPU_MP4HT_E0] = {15, 4, 1 },
};