This is a module for reading the temperature/voltage/fan
sensors in linux via the LM78/79 chip and possibly sensors on 
the SMBus (System Management Bus). The LM80 and a LM78-clone called
W83781D are also supported.

WARNING! The LM80 driver has several known bugs, which make it basically
useless. Please upgrade to version 2.1.0 of this module if you have the
choice.

WARNING! The macro's to access SMBus devices from kernelspace are renamed.
They use slightly different types too.

NEW! A syscall to access SMBus devices from userspace (see doc/SMBus)
This is still a bit in flux; the semantics will hopefully stay the
same starting with 1.4.5. Use older versions at your own risk.

WARNING! The /proc/sensors format is changed slightly, all LM75-related
sysctl constants in lm_sensors.h are renamed and all LM75-related files
in /proc/sys/dev/lm_sensors are renamed. This all happened between versions
1.4.2 and 1.4.3!

WARNING! If you have a SMP system, read INSTALL!

Compile with 'make' and run 'insmod sensors_mod.o' then read
the file /proc/sensors. See INSTALL for more detailed information.

Please check the readings with those in your Bios, or hardware 
monitoring software (usually under Windows).  If you find any 
differences, (double fan speeds, wrong voltages, etc.), then 
please email one of us.

There is an additional program lmtest, which can be generated with
'make lmtest'. It is probably not up-to-date anymore, and may be
removed in future releases. Just ignore it for now.

If you make any changes, or have any suggestions, please email
us.  Please read the FAQ before you send us email. We love to hear
from you, but answering the same question three times a day gets a 
bit boring.

Thanks!  And, we hope this software is useful to you.

Alexander Larsson -- Base work and initiator of the project.
alla@lysator.liu.se

Frodo Looijaard -- Much of the LM78 code refinements and other fixes.
frodol@dds.nl

Philip Edelbrock -- SMBus code and some other fixes.
phil@netroedge.com

Check http://www.netroedge.com/~lm78 for the newest version!
