Show
Ignore:
Timestamp:
07/22/11 09:40:42 (22 months ago)
Author:
khali
Message:

Stop calling for PIIX5 SMBus testers. It's been so long and we never
heard of any user, I'm not even sure if the hardware actually exists.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/branches/lm-sensors-2.10/prog/detect/sensors-detect

    r5768 r5990  
    7474       devid  => 0x7603, 
    7575       procid => "Intel 82372FB PIIX5 ACPI", 
    76        driver => "to-be-tested", 
     76       driver => "to-be-written", 
    7777     }, 
    7878     { 
     
    26192619    if (exists $pci_list{$key}) { 
    26202620        $device = $pci_list{$key}; 
    2621         if ($try->{driver} =~ m/^to-be-/) { 
     2621        if ($try->{driver} eq "to-be-written") { 
    26222622          printf "No known driver for device \%s: \%s\n", 
    26232623                 pci_busid($device), $try->{procid}; 
    2624  
    2625           if ($try->{driver} eq "to-be-tested") { 
    2626             print "\nWe are currently looking for testers for this adapter!\n". 
    2627                   "Please check http://www.lm-sensors.org/wiki/Devices\n". 
    2628                   "and/or contact us if you want to help.\n\n"; 
    2629             print "Continue... "; 
    2630             <STDIN>; 
    2631             print "\n"; 
    2632           } 
    26332624        } else { 
    26342625          printf "Use driver `\%s' for device \%s: \%s\n",