Changeset 1712
- Timestamp:
- 02/17/03 02:28:56 (10 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 added
- 2 modified
-
CHANGES (modified) (3 diffs)
-
doc/busses/i2c-nforce2 (added)
-
kernel/busses/Module.mk (modified) (1 diff)
-
kernel/busses/i2c-nforce2.c (added)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r1694 r1712 19 19 20 20 2.8.0 (2003????) 21 NOTE: Requires i2c-2. 7.0 or newer.21 NOTE: Requires i2c-2.8.0 or newer. 22 22 Dropped all kernel 2.2 and 2.3 compatibility 23 23 File sensors.conf.eg: Fix vt1211/vt8231 thermistor calculations … … 25 25 Makefiles: Generate warnings if new library won't be found by ld.so; 26 26 Modules now install in kernel/drivers/i2c/[busses,chips] 27 Module adm1021: Ignorefailed reads and report old value;27 Module adm1021: Set alarm on failed reads and report old value; 28 28 merge changes from kernel 2.5.54 29 29 Modules ddcmon, eeprom: Use i2c block reads if possible; … … 33 33 Module i2c-amd8111: merge changes from kernel 2.5.54 34 34 Module i2c-i810.c: Fix for some chips 35 Module i2c-nforce2.c: New 35 36 Modules mtp008, smsc47m1, vt1211, vt8231, w83781d: Standardize and improve 36 37 pwm and pwm enable support; update docs -
lm-sensors/trunk/kernel/busses/Module.mk
r1687 r1712 26 26 # These targets are NOT included in 'mkpatch' ... 27 27 KERNELBUSSESTARGETS := 28 KERNELBUSSESTARGETS += $(MODULE_DIR)/i2c-nforce2.o 28 29 ifeq ($(shell if grep -q '^CONFIG_IPMI_HANDLER=' $(LINUX)/.config; then echo 1; fi),1) 29 30 KERNELBUSSESTARGETS += $(MODULE_DIR)/i2c-ipmb.o
