Changeset 1712

Show
Ignore:
Timestamp:
02/17/03 02:28:56 (10 years ago)
Author:
mds
Message:

add i2c-nforce2 driver, from

Hans-Frieder Vogt <hfvogt@…>

Location:
lm-sensors/trunk
Files:
2 added
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r1694 r1712  
    1919 
    20202.8.0 (2003????) 
    21   NOTE: Requires i2c-2.7.0 or newer. 
     21  NOTE: Requires i2c-2.8.0 or newer. 
    2222  Dropped all kernel 2.2 and 2.3 compatibility 
    2323  File sensors.conf.eg: Fix vt1211/vt8231 thermistor calculations 
     
    2525  Makefiles: Generate warnings if new library won't be found by ld.so; 
    2626             Modules now install in kernel/drivers/i2c/[busses,chips] 
    27   Module adm1021: Ignore failed reads and report old value; 
     27  Module adm1021: Set alarm on failed reads and report old value; 
    2828                  merge changes from kernel 2.5.54 
    2929  Modules ddcmon, eeprom: Use i2c block reads if possible; 
     
    3333  Module i2c-amd8111: merge changes from kernel 2.5.54 
    3434  Module i2c-i810.c: Fix for some chips 
     35  Module i2c-nforce2.c: New 
    3536  Modules mtp008, smsc47m1, vt1211, vt8231, w83781d: Standardize and improve 
    3637          pwm and pwm enable support; update docs 
  • lm-sensors/trunk/kernel/busses/Module.mk

    r1687 r1712  
    2626# These targets are NOT included in 'mkpatch' ... 
    2727KERNELBUSSESTARGETS := 
     28KERNELBUSSESTARGETS += $(MODULE_DIR)/i2c-nforce2.o 
    2829ifeq ($(shell if grep -q '^CONFIG_IPMI_HANDLER=' $(LINUX)/.config; then echo 1; fi),1) 
    2930KERNELBUSSESTARGETS += $(MODULE_DIR)/i2c-ipmb.o