Changeset 4104

Show
Ignore:
Timestamp:
08/23/06 16:41:42 (7 years ago)
Author:
khali
Message:

sensors-detect: Add Intel ICH8 detection.

Location:
lm-sensors/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r4102 r4104  
    6666                          Drop the ISA IT87xxF detection 
    6767                          Check i2c adapter functionalities before probing 
     68                          Add Intel ICH8 SMBus detection 
    6869 
    6970 
  • lm-sensors/trunk/prog/detect/sensors-detect

    r4092 r4104  
    158158       match => qr/^SMBus I801 adapter at [0-9a-f]{4}/, 
    159159     } ,  
     160     {  
     161       vendid => 0x8086, 
     162       devid  => 0x283E, 
     163       func => 3, 
     164       procid => "Intel ICH8", 
     165       driver => "i2c-i801", 
     166       match => qr/^SMBus I801 adapter at [0-9a-f]{4}/, 
     167     },  
    160168     {  
    161169       vendid => 0x1106,