Changeset 739

Show
Ignore:
Timestamp:
02/29/00 16:28:42 (9 years ago)
Author:
frodo
Message:

Fixed SIS5595 detection

Files:

Legend:

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

    r729 r739  
    16561656  my $found = 0; 
    16571657  foreach $local_try (@pci_adapters) { 
    1658     if ($local_try->{procid} eq "Silicon Integrated Systems 85C503") { 
     1658    if ($local_try->{procid} eq "Silicon Integrated Systems SIS5595") { 
    16591659      $try = $local_try; 
    16601660      $found = 1;