Changeset 5989

Show
Ignore:
Timestamp:
07/22/11 09:38:03 (10 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.

Location:
lm-sensors/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r5986 r5989  
    11lm-sensors CHANGES file 
    22----------------------- 
     3 
     4SVN HEAD 
     5  sensors-detect: Stop calling for PIIX5 SMBus testers 
    36 
    473.3.1 (2011-07-21) 
  • lm-sensors/trunk/prog/detect/sensors-detect

    r5984 r5989  
    6161                devid   => 0x7603, 
    6262                procid  => "Intel 82372FB PIIX5 ACPI", 
    63                 driver  => "to-be-tested", 
     63                driver  => "to-be-written", 
    6464        }, { 
    6565                vendid  => 0x8086, 
     
    29712971 
    29722972                $device = $pci_list{$key}; 
    2973                 if ($try->{driver} eq "to-be-tested") { 
    2974                         print "\nWe are currently looking for testers for this adapter!\n". 
    2975                               "Please check http://www.lm-sensors.org/wiki/Devices\n". 
    2976                               "and/or contact us if you want to help.\n\n". 
    2977                               "Continue... "; 
    2978                         <STDIN>; 
    2979                         print "\n"; 
    2980                 } 
    2981  
    2982                 if ($try->{driver} =~ m/^to-be-/) { 
     2973 
     2974                if ($try->{driver} eq "to-be-written") { 
    29832975                        printf "No known driver for device \%s: \%s\n", 
    29842976                               pci_busid($device), $try->{procid};