2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-03 07:45:30 +00:00

note that i2c-piix4 supports Serverworks.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@966 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2000-12-27 19:58:28 +00:00
parent 7c21d246e8
commit ece9f6ce1c
2 changed files with 6 additions and 5 deletions

View File

@@ -17,9 +17,6 @@ ask CVS about it:
-----------------------------------------------------------------------------
2.5.6 (2000????)
mkpatch now adds many more modules
2.5.5 (2000????)
NOTE: i2c 2.5.5 MUST BE be compiled and installed first.
Chip modules (all): Update mutex definition (works now for new 2.2 kernels)
@@ -34,13 +31,13 @@ ask CVS about it:
Module ds1621: new
Module i2c-ali1535: Enhance error checking and recovery; add mutex
Module i2c-i810: Add "dummy write" before reads per Intel prog. ref.
Module i2c-osb4: new
Module i2c-piix4: add support for ServerWorks southbridge OSB4
Module lm87: update voltage calculations
Module mtp008: new
Module pcf8574: change update time to 5 seconds
Modules sis5595, i2c-sis5595: Check for uninitialized base addresses
Module w83781d: fix beep setting via /proc
Program mkpatch.pl: more fixes
Program mkpatch.pl: more fixes; now adds many more modules
Program sensors: Add ds1621, mtp008 support; add -f (Fahrenheit) option;
add adm1025 temp2; report temp limits correctly as
min/max or limit/hysteresis; print message if no

View File

@@ -5,6 +5,8 @@ Status: Complete and well-tested
Supported adapters:
* Intel 82371AB PIIX4 and PIIX4E
Datasheet: Publicly available at the Intel website
* ServerWorks southbridges
Datasheet: only available via NDA from ServerWorks
Author: Frodo Looijaard <frodol@dds.nl> and Philip Edelbrock
<phil@netroedge.com>
@@ -57,3 +59,5 @@ SURE ABOUT WHAT YOU ARE DOING!
The PIIX4E is just an new version of the PIIX4; it is supported as well. The
PIIX/PIIX3 does not implement an SMBus or I2C bus, so you can't use this
driver on those mainboards.
The ServerWorks Southbridge is identical to the PIIX4 in I2C support.