All of lore.kernel.org
 help / color / mirror / Atom feed
From: khali@linux-fr.org (Jean Delvare)
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] hwmon-vid: Unknown VRM version of your x86 CPU
Date: Tue, 27 Feb 2007 17:49:14 +0000	[thread overview]
Message-ID: <20070227184914.eba4acff.khali@linux-fr.org> (raw)
In-Reply-To: <43834A86.6090205@sh.cvut.cz>

> > I now have a VIA Epia EN12000 which shows in dmesg:
> >
> > hwmon-vid: Unknown VRM version of your x86 CPU
> >
> > # cat /proc/cpuinfo
> > processor       : 0
> > vendor_id       : CentaurHauls
> > cpu family      : 6
> > model           : 10
> > model name      : VIA Esther processor 1200MHz

Reading the document "EPIA-EN User's Manual v.1.10" from
http://www.via.com.tw/en/products/mainboards/downloads.jsp?motherboard_id99
there is a list of possible CPU core voltages which reminds me the VRM
table of the Intel Pentium M / Core. Rudolf, what do you think? What
about this patch:

Signed-off-by: Jean Delvare <khali at linux-fr.org>
---
 drivers/hwmon/hwmon-vid.c |    1 +
 1 file changed, 1 insertion(+)

--- linux-2.6.21-rc1.orig/drivers/hwmon/hwmon-vid.c	2007-02-04 19:44:54.000000000 +0100
+++ linux-2.6.21-rc1/drivers/hwmon/hwmon-vid.c	2007-02-27 18:40:05.000000000 +0100
@@ -176,6 +176,7 @@ static struct vrm_model vrm_models[] = {
 	{X86_VENDOR_CENTAUR, 0x6, 0x8, 0x7, 85},	/* Ezra T */
 	{X86_VENDOR_CENTAUR, 0x6, 0x9, 0x7, 85},	/* Nemiah */
 	{X86_VENDOR_CENTAUR, 0x6, 0x9, ANY, 17},	/* C3-M */
+	{X86_VENDOR_CENTAUR, 0x6, 0xA, ANY, 13},	/* Esther */
 	{X86_VENDOR_UNKNOWN, ANY, ANY, ANY, 0}		/* stop here */
 };
 


-- 
Jean Delvare


  parent reply	other threads:[~2007-02-27 17:49 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-22 17:42 [lm-sensors] Re: hwmon-vid: Unknown VRM version of your x86 CPU Rudolf Marek
2005-11-22 17:49 ` Udo van den Heuvel
2005-11-22 21:50 ` Rudolf Marek
2005-11-23  5:41 ` Udo van den Heuvel
2005-11-23 16:46 ` Udo van den Heuvel
2005-12-03 23:23 ` Rudolf Marek
2005-12-04 10:18 ` Udo van den Heuvel
2005-12-04 13:07 ` Udo van den Heuvel
2005-12-04 13:17 ` Rudolf Marek
2005-12-04 14:13 ` Rudolf Marek
2005-12-04 14:46 ` Udo van den Heuvel
2007-02-25 17:02 ` [lm-sensors] " Udo van den Heuvel
2007-02-27  9:10 ` Jean Delvare
2007-02-27 16:08 ` Udo van den Heuvel
2007-02-27 16:50 ` Jean Delvare
2007-02-27 17:49 ` Jean Delvare [this message]
2007-02-27 21:17 ` Rudolf Marek

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=20070227184914.eba4acff.khali@linux-fr.org \
    --to=khali@linux-fr.org \
    --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.