All of lore.kernel.org
 help / color / mirror / Atom feed
* vid version detection fix
@ 2005-05-19  6:25 Rudolf Marek
  2005-05-19  6:25 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Rudolf Marek @ 2005-05-19  6:25 UTC (permalink / raw)
  To: lm-sensors

Hello,

AMD 64 uses same VID table as Opteron.
Please apply.

Regards

Rudolf

Source:
http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/25112.PDF

Signed-off-by: Rudolf Marek <r.marek@sh.cvut.cz>


diff -Naur b/drivers/i2c/i2c-sensor-vid.c a/drivers/i2c/i2c-sensor-vid.c
--- b/drivers/i2c/i2c-sensor-vid.c	2004-10-18 23:55:06.000000000 +0200
+++ a/drivers/i2c/i2c-sensor-vid.c	2004-12-23 14:51:13.000000000 +0100
@@ -36,8 +36,7 @@

 static struct vrm_model vrm_models[] = {
 	{X86_VENDOR_AMD, 0x6, ANY, 90},		/* Athlon Duron etc */
-	{X86_VENDOR_AMD, 0xF, 0x4, 90},		/* Athlon 64 */
-	{X86_VENDOR_AMD, 0xF, 0x5, 24},		/* Opteron */
+	{X86_VENDOR_AMD, 0xF, ANY, 24},		/* Athlon 64, Opteron */
 	{X86_VENDOR_INTEL, 0x6, 0x9, 85},	/* 0.13um too */
 	{X86_VENDOR_INTEL, 0x6, 0xB, 85},	/* 0xB Tualatin */
 	{X86_VENDOR_INTEL, 0x6, ANY, 82},	/* any P6 */
@@ -87,7 +86,7 @@
 	return vrm_ret;
 }

-/* and now something completely different for Non-x86 world*/
+/* and now for something completely different for Non-x86 world*/
 #else
 int i2c_which_vrm(void)
 {

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

* vid version detection fix
  2005-05-19  6:25 vid version detection fix Rudolf Marek
@ 2005-05-19  6:25 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2005-05-19  6:25 UTC (permalink / raw)
  To: lm-sensors

On Thu, Dec 23, 2004 at 03:08:27PM +0100, Rudolf Marek wrote:
> Hello,
> 
> AMD 64 uses same VID table as Opteron.
> Please apply.
> 
> Regards
> 
> Rudolf
> 
> Source:
> http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/25112.PDF
> 
> Signed-off-by: Rudolf Marek <r.marek@sh.cvut.cz>

Applied, thanks.

greg k-h

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

end of thread, other threads:[~2005-05-19  6:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-19  6:25 vid version detection fix Rudolf Marek
2005-05-19  6:25 ` Greg KH

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.