Changeset 1194

Show
Ignore:
Timestamp:
09/29/01 21:02:51 (12 years ago)
Author:
mds
Message:

add ITE 8172 detection (driver in kernel 2.4.10)

Location:
lm-sensors/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r1190 r1194  
    1919 
    20202.6.2 (2001????) 
     21  Chip Modules (all): malloc.h -> slab.h 
    2122  Module fscpos: new (Fujitsu-Siemens Poseidon driver) 
    2223  Module i2c-amd756: Improve busy handling/printk's 
     
    2526  Program sensors-detect: Add ALI1535 detection, 
    2627                          add Intel 82443MX detection,                   
    27                           add Via VT8233 detection (no driver yet) 
     28                          add Via VT8233 detection (no driver yet), 
     29                          add ITE 8172G detection (driver in kernel 2.4.10) 
    2830 
    29312.6.1 (20010830) 
  • lm-sensors/trunk/prog/detect/sensors-detect

    r1189 r1194  
    445445       driver => "i2c-piix4", 
    446446       match => sub { $_[0] =~ /^SMBus PIIX4 adapter at / }, 
     447     } ,  
     448     {  
     449       vendid => 0x1283, 
     450       devid  => 0x8172, 
     451       func => 0, 
     452       procid => "ITE 8172G MIPS/SH4 Support Chip", 
     453       driver => "i2c-adap-ite", 
     454       match => sub { $_[0] =~ /^ITE IIC adapter/ }, 
    447455     } ,  
    448456);