* [lm-sensors] 32nm Support vor drivers/hwmon/coretemp.c
@ 2010-03-27 16:14 Michael Fuckner
0 siblings, 0 replies; 2+ messages in thread
From: Michael Fuckner @ 2010-03-27 16:14 UTC (permalink / raw)
To: lm-sensors
Hi,
I just looked into git and saw currently no support for coretemp on
Intels 32nm CPUs. Currently I just had Xeon 5630 and i5-660 to play with.
Model 25 Westmere
Model 2C Clarkdale
[0.38] molli123@c64:/usr/home/molli123/linux-2.6.33.1/drivers/hwmon >
diff coretemp.c.old coretemp.c
458c458
< 0x1e (Lynnfield) */
---
> 0x1e (Lynnfield), 0x25 (Clarkdale), 0x2c (Westmere) */
463c463,464
< (c->x86_model = 0x1e))) {
---
> (c->x86_model = 0x1e) || (c->x86_model = 0x25) ||
> (c->x86_model = 0x2C))) {
Regards,
Michael!
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [lm-sensors] 32nm Support vor drivers/hwmon/coretemp.c
@ 2010-04-12 2:58 Huaxu Wan
0 siblings, 0 replies; 2+ messages in thread
From: Huaxu Wan @ 2010-04-12 2:58 UTC (permalink / raw)
To: lm-sensors
Hi Michael,
Sorry for the late reply. We are trying to found a universal method
to support newer CPUs, referring to
http://lists.lm-sensors.org/pipermail/lm-sensors/2010-March/027966.html
Additional, the TjMax of Clarkdale and Westmere is not 100 C.
Thanks
Huaxu
On 17:14 Sat 27 Mar, Michael Fuckner wrote:
> Hi,
>
> I just looked into git and saw currently no support for coretemp on
> Intels 32nm CPUs. Currently I just had Xeon 5630 and i5-660 to play
> with.
>
> Model 25 Westmere
> Model 2C Clarkdale
>
> [0.38] molli123@c64:/usr/home/molli123/linux-2.6.33.1/drivers/hwmon
> > diff coretemp.c.old coretemp.c
> 458c458
> < 0x1e (Lynnfield) */
> ---
> > 0x1e (Lynnfield), 0x25 (Clarkdale), 0x2c (Westmere) */
> 463c463,464
> < (c->x86_model = 0x1e))) {
> ---
> > (c->x86_model = 0x1e) || (c->x86_model = 0x25) ||
> > (c->x86_model = 0x2C))) {
>
>
> Regards,
> Michael!
>
> _______________________________________________
> lm-sensors mailing list
> lm-sensors@lm-sensors.org
> http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-12 2:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-27 16:14 [lm-sensors] 32nm Support vor drivers/hwmon/coretemp.c Michael Fuckner
-- strict thread matches above, loose matches on Subject: below --
2010-04-12 2:58 Huaxu Wan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.