- Timestamp:
- 07/22/11 09:40:42 (22 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-2.10/prog/detect/sensors-detect
r5768 r5990 74 74 devid => 0x7603, 75 75 procid => "Intel 82372FB PIIX5 ACPI", 76 driver => "to-be- tested",76 driver => "to-be-written", 77 77 }, 78 78 { … … 2619 2619 if (exists $pci_list{$key}) { 2620 2620 $device = $pci_list{$key}; 2621 if ($try->{driver} =~ m/^to-be-/) {2621 if ($try->{driver} eq "to-be-written") { 2622 2622 printf "No known driver for device \%s: \%s\n", 2623 2623 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 }2633 2624 } else { 2634 2625 printf "Use driver `\%s' for device \%s: \%s\n",
