Changeset 5990
- Timestamp:
- 07/22/11 09:40:42 (10 months ago)
- Location:
- lm-sensors/branches/lm-sensors-2.10
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
prog/detect/sensors-detect (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-2.10/CHANGES
r5969 r5990 19 19 Drop AMD K10 detection (unreliable sensors) 20 20 Add detection for AMD Family 11h thermal sensors 21 Stop calling for PIIX5 SMBus testers 21 22 22 23 2.10.8 (20081216) -
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",
