Changeset 5989
- Timestamp:
- 07/22/11 09:38:03 (10 months ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
prog/detect/sensors-detect (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r5986 r5989 1 1 lm-sensors CHANGES file 2 2 ----------------------- 3 4 SVN HEAD 5 sensors-detect: Stop calling for PIIX5 SMBus testers 3 6 4 7 3.3.1 (2011-07-21) -
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};
