Changeset 5837 for lm-sensors/trunk/prog/detect
- Timestamp:
- 06/01/10 14:27:28 (2 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/sensors-detect
r5833 r5837 5472 5472 next if $probecpu->{model} < 4; # DR-B* 5473 5473 next if $probecpu->{model} == 8; # HY-D0 5474 if ($probecpu->{model} == 4 ) { # RB-C*5474 if ($probecpu->{model} == 4 && $probecpu->{stepping} <= 2) { # RB-C2 5475 5475 my @dram_cfg = split /\n/, `setpci -d 1022:1202 94.L 2>/dev/null`; 5476 5476 next unless @dram_cfg >= 1;
