Changeset 3199
- Timestamp:
- 11/20/05 20:53:11 (8 years 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
r3198 r3199 2176 2176 $try->{driver}, 2177 2177 $device->{bus},$device->{slot},$device->{func},$try->{procid}; 2178 if ($try->{driver} eq "to-be-tested") { 2179 print "\nWe are currently looking for testers for this adapter!\n". 2180 "Please see http://secure.netroedge.com/~lm78/newdrivers.html\n". 2181 "and/or contact us if you want to help.\n\n"; 2182 print "Continue... "; 2183 <STDIN>; 2184 print "\n"; 2185 } 2178 2186 push @res,$try->{driver}; 2179 2187 } … … 5014 5022 foreach $adapter (@adapters) { 5015 5023 next if $adapter eq "DISABLED"; 5024 next if $adapter eq "to-be-tested"; 5016 5025 if (exists($modules_list{$adapter})) { 5017 5026 print "Module `$adapter' already loaded.\n";
