Changeset 966
- Timestamp:
- 12/27/00 20:58:28 (12 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (3 diffs)
-
doc/busses/i2c-piix4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r961 r966 17 17 18 18 ----------------------------------------------------------------------------- 19 20 2.5.6 (2000????)21 mkpatch now adds many more modules22 19 23 20 2.5.5 (2000????) … … 35 32 Module i2c-ali1535: Enhance error checking and recovery; add mutex 36 33 Module i2c-i810: Add "dummy write" before reads per Intel prog. ref. 37 Module i2c- osb4: new34 Module i2c-piix4: add support for ServerWorks southbridge OSB4 38 35 Module lm87: update voltage calculations 39 36 Module mtp008: new … … 41 38 Modules sis5595, i2c-sis5595: Check for uninitialized base addresses 42 39 Module w83781d: fix beep setting via /proc 43 Program mkpatch.pl: more fixes 40 Program mkpatch.pl: more fixes; now adds many more modules 44 41 Program sensors: Add ds1621, mtp008 support; add -f (Fahrenheit) option; 45 42 add adm1025 temp2; report temp limits correctly as -
lm-sensors/trunk/doc/busses/i2c-piix4
r413 r966 6 6 * Intel 82371AB PIIX4 and PIIX4E 7 7 Datasheet: Publicly available at the Intel website 8 * ServerWorks southbridges 9 Datasheet: only available via NDA from ServerWorks 8 10 9 11 Author: Frodo Looijaard <frodol@dds.nl> and Philip Edelbrock … … 58 60 PIIX/PIIX3 does not implement an SMBus or I2C bus, so you can't use this 59 61 driver on those mainboards. 62 63 The ServerWorks Southbridge is identical to the PIIX4 in I2C support.
