Re: LM78/Winbond HW monitoring

Cyrille Chepelov (chepelov@rip.ens-cachan.fr)
Sun, 7 Jun 1998 17:27:29 +0200 (MET DST)


On Sun, 7 Jun 1998, P.A.M. van Dam (Pascal) wrote:

> Does anyone know where I can get the lm78-0.2.tar.gz file. It's a module
> that adds support for the LM78 hardware monitoring component as found on
> some motherboards. On the new Apollow chipsets an equivalent device of
> winbond is used. I am about to write a driver for it, and to use the
> LM78 module as a starting point, would not be a wrong idea?

I was doing the same search when your question popped up (I was about to
write my own toy LM78 driver :-) ... Done a FTPSearch and got lm78.tgz
from ftp://ftp.netwave.de/pub/linux/drivers/ASUS/lm78.tgz

I don't know about the Winbond chip, but from I've read in the Intel site,
the new PCIsets use the HecetaII chip which looks like a stripped down
LM79, with only a I2C bus (instead of the LM78/79 which were accessible
by both I2C and ISA).
The above driver does its job by using the ISA interface. To use the I2C
interface, one has to talk to the PIIX4 chip (which is the bus master).
Since PIIX[4|5] with LM7[8|9]/HecetaII is more likely to be found than a
LM78 at the ASUS-chosen 0x290 address, it looks like it would be a not so
bad idea... /proc/bus/SMBus/... anyone ? (apologies in advance if that's
already been done, I can't check that on the Solaris post office I'm on
right now).

-- Cyrille

references :
http://developer.intel.com/ial/WfM/design/sensdt/sdtspec.htm
http://www.national.com/pf/LM/LM78.html

------------------------------
Zog Zog

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu