Changeset 876
- Timestamp:
- 09/16/00 04:44:58 (8 years ago)
- Files:
-
- lm-sensors/trunk/README (modified) (4 diffs)
- lm-sensors/trunk/kernel/busses/Module.mk (modified) (1 diff)
- lm-sensors/trunk/kernel/busses/i2c-ali1535.c (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/README
r862 r876 24 24 Users of kernel 2.3.34 and later (and also all soon to be 2.4.x) kernels 25 25 will be happy to know that the new I2C implementation has been included 26 in the kernel; you can stillpatch it with the latest version27 (see i2c/mkpatch/mkpatch.pl), but this is optional.26 in the kernel; you may still need to patch it with the latest version 27 if lm_sensors does not compile. 28 28 29 29 WARNING! The default module installation directory changed since version … … 37 37 38 38 At least the following I2C/SMBus adapters are supported: 39 Acer Labs M15 41 and M1543C (used in the Aladdin IV, V and Pro 2 chipsets)39 Acer Labs M1533, M1535, and M1543C 40 40 AMD 756 41 41 Apple Hydra (used on some PPC machines) … … 43 43 Intel PIIX4 (used in many Intel chipsets) 44 44 Intel I810/I815 GMCH 45 SiS 5595 (used in many SiS chipsets)45 SiS 5595 46 46 3Dfx Voodoo 3 and Banshee 47 47 VIA Technologies VT82C586B, VT82C596A/B, and VT82C686A … … 56 56 Intel Xeon processor embedded sensors 57 57 Maxim MAX1617 and MAX1617A 58 National Semicoductor LM75, LM77, LM78, LM78-J, LM79 . LM80, LM81, and LM8459 SiS Southbridge (integrated in the chipset; the I2C adapter will also be60 supported in the near future)58 National Semicoductor LM75, LM77, LM78, LM78-J, LM79, 59 LM80, LM81, LM84, and LM87 60 SiS 5595 embedded sensors 61 61 TI THMC10 and THMC50 62 62 VIA Technologies VT82C686A embedded sensors lm-sensors/trunk/kernel/busses/Module.mk
r815 r876 29 29 $(MODULE_DIR)/i2c-amd756.o \ 30 30 $(MODULE_DIR)/i2c-i810.o \ 31 $(MODULE_DIR)/i2c-ali1535.o \ 31 32 $(MODULE_DIR)/i2c-sis5595.o 32 33 ifneq ($(shell if grep -q '^CONFIG_I2C_ALI15X3=y' $(LINUX)/.config; then echo 1; fi),1)
