Support for LM78 chip on recent motherboards?

Jason L Tibbitts III (tibbs@hpc.uh.edu)
17 Oct 1997 00:21:31 -0500


I just received my SuperMicro P6DLS board and was reading up on the specs
of the LM78 system monitor chip it has onboard. (See
<URL:http://www.national.com/pf/LM/LM78.html> for specs and a PDF
datasheet.)

This chip is pretty neat, with various temperature and fan speed sensors
and a built-in ISA bus interface. It even stores the POST codes that get
written to 80h in a bit of memory for later reading. Most of the stuff
there is just ripe for 'cat /proc/sysmon' (or whatever), and it can also
generate interrupts to signal of things like fan failure or chassis
intrusion.

Has anyone looked at what would be required to support this in Linux? It
looks to be pretty simple if you know ISA hardware interfacing. (I don't,
so it doesn't look terribly simple to me.)

- J<