Changeset 713
- Timestamp:
- 01/30/00 02:05:47 (9 years ago)
- Files:
-
- lm-sensors/trunk/CONTRIBUTORS (modified) (1 diff)
- lm-sensors/trunk/doc/chips/ddcmon (added)
- lm-sensors/trunk/kernel/chips/Module.mk (modified) (1 diff)
- lm-sensors/trunk/kernel/chips/ddcmon.c (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CONTRIBUTORS
r688 r713 29 29 Added max1617, thmc10, gl523sm, and lm84 support to the adm1021 driver. 30 30 Added lm81 support to the adm9240 driver. 31 Added DDC support to the i2c-voodoo3 bus driver. 31 32 Author of the decode-xeon.pl xeon EEPROM decoder. 32 33 * Geert Uytterhoeven <geert@linux-m68k.org> lm-sensors/trunk/kernel/chips/Module.mk
r681 r713 26 26 KERNELCHIPSTARGETS := $(MODULE_DIR)/bt869.o $(MODULE_DIR)/gl520sm.o \ 27 27 $(MODULE_DIR)/matorb.o $(MODULE_DIR)/maxilife.o \ 28 $(MODULE_DIR)/thmc50.o 28 $(MODULE_DIR)/thmc50.o \ 29 $(MODULE_DIR)/ddcmon.o 29 30 ifneq ($(shell if grep -q '^CONFIG_SENSORS_ADM1021=y' $(LINUX)/.config; then echo 1; fi),1) 30 31 KERNELCHIPSTARGETS += $(MODULE_DIR)/adm1021.o
