Changeset 654

Show
Ignore:
Timestamp:
12/02/99 03:05:25 (9 years ago)
Author:
frodo
Message:

New SiS5595 SMBus driver

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/README

    r649 r654  
    3333  Intel ICH (used in the Intel 810 and 810E chipsets) 
    3434  Intel PIIX4 (used in most Intel chipsets) 
     35  SiS 5595 (used in many SiS chipsets) 
    3536  VIA Technologies 82C586B (used in most VIA chipsets) 
    3637  VIA Technologies VT596A/B (used in some more modern VIA chipsets) 
  • lm-sensors/trunk/kernel/busses/Module.mk

    r643 r654  
    2727                       $(MODULE_DIR)/i2c-viapro.o \ 
    2828                       $(MODULE_DIR)/i2c-voodoo3.o \ 
    29                        $(MODULE_DIR)/i2c-amd756.o 
     29                       $(MODULE_DIR)/i2c-amd756.o \ 
     30                       $(MODULE_DIR)/i2c-sis5595.o 
    3031ifneq ($(shell if grep -q '^CONFIG_I2C_ALI15X3=y' $(LINUX)/.config; then echo 1; fi),1) 
    3132KERNELBUSSESTARGETS += $(MODULE_DIR)/i2c-ali15x3.o 
  • lm-sensors/trunk/prog/detect/sensors-detect

    r643 r654  
    101101       devid  => 0x0008, 
    102102       func => 0, 
    103        procid => "Silicon Integrated Systems 85C503", 
    104        match => sub { 0 }, 
     103       procid => "Silicon Integrated Systems SIS5595", 
     104       driver => "i2c-sis5595", 
     105       match => sub {  $_[0] =~ /^SMBus SIS5595 adapter at [0-9,a-f]{4}/ }, 
    105106     } , 
    106107     {