Show
Ignore:
Timestamp:
10/12/00 04:57:18 (8 years ago)
Author:
mds
Message:

(mds) add support for Via 596B with PCI ID 0x3051.

Found and patch submitted by Phil Langdale.

Files:

Legend:

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

    r883 r901  
    9494       func => 3, 
    9595       procid => "VIA Technologies VT 82C596 Apollo ACPI", 
     96       driver => "i2c-viapro", 
     97       match => sub { $_[0] =~ /^SMBus vt82c596 adapter at [0-9,a-f]{4}/ }, 
     98     } , 
     99     {  
     100       vendid => 0x1106, 
     101       devid  => 0x3051, 
     102       func => 3, 
     103       procid => "VIA Technologies VT 82C596B ACPI", 
    96104       driver => "i2c-viapro", 
    97105       match => sub { $_[0] =~ /^SMBus vt82c596 adapter at [0-9,a-f]{4}/ },