All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Fuckner <michael@fuckner.net>
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] 32nm Support vor drivers/hwmon/coretemp.c
Date: Sat, 27 Mar 2010 16:14:41 +0000	[thread overview]
Message-ID: <4BAE2EF1.3020600@fuckner.net> (raw)

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

             reply	other threads:[~2010-03-27 16:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-27 16:14 Michael Fuckner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-04-12  2:58 [lm-sensors] 32nm Support vor drivers/hwmon/coretemp.c Huaxu Wan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BAE2EF1.3020600@fuckner.net \
    --to=michael@fuckner.net \
    --cc=lm-sensors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.