From: r.marek@sh.cvut.cz (Rudolf Marek)
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] IBM NetFinity 4000r Support
Date: Mon, 22 May 2006 21:00:10 +0000 [thread overview]
Message-ID: <4472265A.7030504@sh.cvut.cz> (raw)
In-Reply-To: <44665DE5.60703@wans.net>
> If you view the bug, it uses 4 MAX161 sensors for primary temperature
> sensors. I also posted the source code for an old driver. Please let
> me know what I need to do to get development started.
> Kevin
The driver really sucks :( and it is incomplete.
Anyway here is some useful info:
enum SMBUS_DEVICES{
PIIX4 = 0x10,
MAX_1617_GG = 0x30, adr 18
MAX_1617_GZ = 0x32,
MAX_1617_GV = 0x34, adr 1A
MAX_1617_ZG = 0x50,
MAX_1617_ZZ = 0x52,
MAX_1617_ZV = 0x54,
DIMM_0 = 0xA0,
DIMM_1 = 0xA2,
DIMM_2 = 0xA4,
DIMM_3 = 0xA6,
LM79 = 0xBA, adr 5D?
later in the .h file it claims it is 5A so at 2D
I82559_1 = 0xCC, adr 66
I82559_2 = 0xCE,
MPSLAVEADDR = 0xE6, 73
FPSLAVEADDR = 0xE8
};
You need /2 for that values to get those:
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: XX XX XX XX XX XX XX XX XX XX XX XX XX
10: XX XX XX XX XX XX XX XX 18 XX 1a XX XX XX XX XX
20: XX XX XX XX XX XX XX XX XX XX XX XX XX 2d XX XX
30: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX
40: XX XX XX XX XX XX XX XX XX XX XX XX 4c XX 4e XX
50: 50 51 52 53 XX XX XX XX XX XX XX XX XX XX XX XX
60: XX XX XX XX XX XX 66 XX XX 69 XX XX XX XX XX XX
70: XX XX XX 73 XX XX XX XX
Ok so we know:
18 and 1A is max1617
2D is LM79
we should avoid rest of clients
On the rest adresses there are some slave controllers which might also access
the bus and generate the slave -> host transcactions. Those devices are in fact
a processors with special funcs.
All in all. Lets see if you have troubles to dump the device as suggested in
previous mail...
Regards
Rudolf
next prev parent reply other threads:[~2006-05-22 21:00 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-13 22:29 [lm-sensors] IBM NetFinity 4000r Support Kevin Bowling
2006-05-20 14:25 ` Rudolf Marek
2006-05-21 22:58 ` Kevin Bowling
2006-05-22 18:27 ` Jean Delvare
2006-05-22 20:35 ` Rudolf Marek
2006-05-22 21:00 ` Rudolf Marek [this message]
2006-05-22 21:09 ` Rudolf Marek
2006-06-02 7:53 ` Kevin Bowling
2006-06-04 12:47 ` Rudolf Marek
2006-06-05 7:28 ` Kevin Bowling
2006-06-06 19:35 ` 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=4472265A.7030504@sh.cvut.cz \
--to=r.marek@sh.cvut.cz \
--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.