Changeset 5229

Show
Ignore:
Timestamp:
05/02/08 14:22:08 (2 months ago)
Author:
khali
Message:

Add Intel ICH10 (bus) detection.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/branches/lm-sensors-3.0.0/CHANGES

    r5227 r5229  
    2424                  Add National Semiconductor LM64 detection 
    2525                  Add Asus F8000 detection 
     26                  Add Intel ICH10 (bus) detection 
    2627 
    27283.0.1 (2008-01-28) 
  • lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect

    r5227 r5229  
    174174       match => qr/^SMBus I801 adapter at [0-9a-f]{4}/, 
    175175     },   
     176     { 
     177       vendid => 0x8086, 
     178       devid  => 0x3A30, 
     179       procid => "Intel ICH10", 
     180       driver => "i2c-i801", 
     181       match => qr/^SMBus I801 adapter at [0-9a-f]{4}/, 
     182     }, 
     183     { 
     184       vendid => 0x8086, 
     185       devid  => 0x3A60, 
     186       procid => "Intel ICH10", 
     187       driver => "i2c-i801", 
     188       match => qr/^SMBus I801 adapter at [0-9a-f]{4}/, 
     189     }, 
    176190     {  
    177191       vendid => 0x1106,