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] i2cdetect fails on a Asus P5ND2-Sli Deluxe
Date: Mon, 12 Dec 2005 19:27:48 +0000	[thread overview]
Message-ID: <20051212202748.7643f6b3.khali@linux-fr.org> (raw)
In-Reply-To: <4399D312.1010109@free.fr>

Hi Fred,

> > You may take your chance and add 0x0034 to the list of IDs in
> > drivers/i2c/busses/i2c-nforce2.c. If your chip is actually compatible
> > with the earlier incarnations, it may work. Or it may not work, and
> > may even do bad things. Unless you have a datasheet, it's impossible
> > for us to tell. And you're on your own if something bad happens, of
> > course.
>
> Hmmm, I don't know where to add it in i2c-nforce2.c
> :-(
> 
> Any help, plz ?

That would be it:

 drivers/i2c/busses/i2c-nforce2.c |    2 ++
 1 file changed, 2 insertions(+)

--- linux-2.6.15-rc5.orig/drivers/i2c/busses/i2c-nforce2.c	2005-11-12 15:49:51.000000000 +0100
+++ linux-2.6.15-rc5/drivers/i2c/busses/i2c-nforce2.c	2005-12-12 20:08:03.000000000 +0100
@@ -30,6 +30,7 @@
     nForce3 Pro150 MCP		00D4
     nForce3 250Gb MCP		00E4
     nForce4 MCP			0052
+    nForce4 MCP-04		0034
 
     This driver supports the 2 SMBuses that are included in the MCP of the
     nForce2/3/4 chipsets.
@@ -257,6 +258,7 @@
 	{ PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE3_SMBUS) },
 	{ PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE3S_SMBUS) },
 	{ PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE4_SMBUS) },
+	{ PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, 0x0034) },
 	{ 0 }
 };
 

USE AT YOUR OWN RISK! Without a datasheet, I can't say whether this new
chip is compatible with the older ones. Chances are, it is. But again
maybe not. If you try it out, please let us know the outcome.

-- 
Jean Delvare


  parent reply	other threads:[~2005-12-12 19:27 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-09 18:55 [lm-sensors] i2cdetect fails on a Asus P5ND2-Sli Deluxe fred
2005-12-09 20:35 ` Jean Delvare
2005-12-11 21:03 ` fred
2005-12-12 19:27 ` Jean Delvare [this message]
2005-12-13 18:45 ` fred
2005-12-13 19:07 ` fred
2005-12-13 19:27 ` fred
2005-12-13 22:03 ` Jean Delvare
2005-12-13 22:06 ` fred
2005-12-13 22:31 ` fred
2005-12-14 19:03 ` Jean Delvare
2005-12-14 19:16 ` Jean Delvare
2005-12-14 20:04 ` fred

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=20051212202748.7643f6b3.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.