public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* coretemp support for Core i5 CPU
@ 2009-09-20  7:47 Robert Hancock
  2009-09-20 18:19 ` [PATCH] coretemp: add " Robert Hancock
  2009-09-20 19:16 ` [lm-sensors] coretemp " Jean Delvare
  0 siblings, 2 replies; 6+ messages in thread
From: Robert Hancock @ 2009-09-20  7:47 UTC (permalink / raw)
  To: linux-kernel, lm-sensors; +Cc: r.marek

Trying to load the coretemp driver for CPU temperature monitoring on a 
Core i5 750 CPU gives:

coretemp: Unknown CPU model 1e
coretemp: Unknown CPU model 1e
coretemp: Unknown CPU model 1e
coretemp: Unknown CPU model 1e

Looks like this model needs to be added to the list in 
drivers/hwmon/coretemp.c. Though this doesn't really seem like a very 
good approach as we'll keep having to update this driver whenever a new 
CPU model gets released. Intel has a CPUID field that indicates if the 
thermal sensor is supported: "The processor supports a digital thermal 
sensor if CPUID.06H.EAX[0] = 1." We should likely be using this instead 
of hard-coded CPU model checks..

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

end of thread, other threads:[~2009-09-23 21:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-20  7:47 coretemp support for Core i5 CPU Robert Hancock
2009-09-20 18:19 ` [PATCH] coretemp: add " Robert Hancock
2009-09-23 21:19   ` Jean Delvare
2009-09-20 19:16 ` [lm-sensors] coretemp " Jean Delvare
2009-09-20 22:53   ` Robert Hancock
2009-09-21  7:50     ` Jean Delvare

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