From ece9f6ce1c46aaf42aaf38d200fd37cd82c0aa72 Mon Sep 17 00:00:00 2001 From: "Mark D. Studebaker" Date: Wed, 27 Dec 2000 19:58:28 +0000 Subject: [PATCH] note that i2c-piix4 supports Serverworks. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@966 7894878c-1315-0410-8ee3-d5d059ff63e0 --- CHANGES | 7 ++----- doc/busses/i2c-piix4 | 4 ++++ 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 51cb2d4c..0bd25ff3 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/doc/busses/i2c-piix4 b/doc/busses/i2c-piix4 index 8f1584cc..0b84ebe5 100644 --- a/doc/busses/i2c-piix4 +++ b/doc/busses/i2c-piix4 @@ -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 and Philip Edelbrock @@ -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.