Changeset 5989 for lm-sensors/trunk/prog/detect
- Timestamp:
- 07/22/11 09:38:03 (10 months ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/detect/sensors-detect (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/sensors-detect
r5984 r5989 61 61 devid => 0x7603, 62 62 procid => "Intel 82372FB PIIX5 ACPI", 63 driver => "to-be- tested",63 driver => "to-be-written", 64 64 }, { 65 65 vendid => 0x8086, … … 2971 2971 2972 2972 $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") { 2983 2975 printf "No known driver for device \%s: \%s\n", 2984 2976 pci_busid($device), $try->{procid};
