Changeset 607
- Timestamp:
- 10/20/99 05:02:56 (9 years ago)
- Files:
-
- lm-sensors/trunk/README (modified) (1 diff)
- lm-sensors/trunk/doc/busses/i2c-i801 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/README
r603 r607 29 29 At least the following SMBus adapters are supported: 30 30 Intel PIIX4 (used in most Intel chipsets) 31 Intel ICH (used in Intel 810 chipsets for Celeron processors)31 Intel ICH (used in the Intel 810 and 810E chipsets) 32 32 Acer Labs M1541 and M1543C (used in the Aladdin IV, V and Pro 2 chipsets) 33 33 VIA Technologies 82C586B (used in most VIA chipsets) lm-sensors/trunk/doc/busses/i2c-i801
r542 r607 2 2 3 3 Status: Beta. 4 Block reads/writes untested ( not used by any current chip driver).4 Block reads/writes untested (but not used by any current chip driver). 5 5 6 6 Supported adapters: 7 * Intel 82801AA and 82801AB (ICH and ICH0 - part of the '810' chipset) 7 * Intel 82801AA and 82801AB (ICH and ICH0 - part of the 8 '810' and '810E' chipsets) 8 9 Datasheet: Publicly available at the Intel website 9 10 … … 26 27 The ICH (properly known as the 82801AA) and ICH0 (82801AB) 27 28 are Intel chips that are a part of Intel's '810' chipset 28 which is designed for Celeron-based PCs.29 for Celeron-based PCs and '810E' chipset for Pentium-based PCs. 29 30 30 31 The ICH contains up to SEVEN separate PCI functions
