From: Simon Farnsworth <simon.farnsworth@onelan.co.uk>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] Possible support for the SMSC SCH5317? (found on
Date: Fri, 15 Jun 2007 08:37:41 +0000 [thread overview]
Message-ID: <46724FD5.2030802@onelan.co.uk> (raw)
In-Reply-To: <46711ACE.3070809@onelan.co.uk>
Juerg Haefliger wrote:
> Simon,
>
> If you feel adventurous, you can add device ID 0x85 to the smsc47b397
> driver which also supports the sch5037 chip. You'd have to modify it
> as follows:
>
> static int __init smsc47b397_find(unsigned short *addr)
> {
> u8 id, rev;
>
> superio_enter();
> id = superio_inb(SUPERIO_REG_DEVID);
>
> - if ((id != 0x6f) && (id != 0x81)) {
> + if ((id != 0x6f) && (id != 0x81) && (id != 0x85)) {
> superio_exit();
> return -ENODEV;
> }
>
Did this, and the chip is found, but the numbers I get back look wrong:
dmesg output from the module:
smsc47b397: found SMSC LPC47B397-NC (base address 0x0480, revision 2)
sensors output:
# sensors
smsc47b397-isa-0480
Adapter: ISA adapter
temp1: +44°C
temp2: +53°C
temp3: +26°C
temp4: -128°C
fan1: 2011 RPM
fan2: 82 RPM
fan3: 1262 RPM
fan4: 1095 RPM
temp1 and temp2 both look likely for CPU, while temp3 might well be
system temperature. temp4 is completely out, and I'm not sure how I'd
relate the fan speeds to the fans in the system (I have a fan in the
front, a CPU fan, and a fan in the PSU.
--
Thanks for the help,
Simon Farnsworth
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
next prev parent reply other threads:[~2007-06-15 8:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-14 10:39 [lm-sensors] Possible support for the SMSC SCH5317? (found on HP Simon Farnsworth
2007-06-14 16:21 ` [lm-sensors] Possible support for the SMSC SCH5317? (found on Juerg Haefliger
2007-06-14 16:26 ` Simon Farnsworth
2007-06-14 18:08 ` Juerg Haefliger
2007-06-15 8:37 ` Simon Farnsworth [this message]
2007-06-15 16:08 ` Juerg Haefliger
2007-06-18 9:17 ` Jean Delvare
2007-06-18 15:12 ` Juerg Haefliger
2007-06-18 15:23 ` Simon Farnsworth
2007-06-18 15:55 ` Juerg Haefliger
2007-06-18 16:02 ` Simon Farnsworth
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=46724FD5.2030802@onelan.co.uk \
--to=simon.farnsworth@onelan.co.uk \
--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.