Changeset 5049
- Timestamp:
- 11/27/07 12:16:48 (4 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r5046 r5049 22 22 Reduce w83781d/lm78 I2C address probing range 23 23 Drop PCA9540 detection 24 Add Intel Celeron 4xx and Penryn (CPU on 45nm) detection 24 25 25 26 2.10.5 (20071024) -
lm-sensors/trunk/prog/detect/sensors-detect
r5046 r5049 5449 5449 $probecpu->{'cpu family'} == 6 && 5450 5450 ($probecpu->{'model'} == 14 || 5451 $probecpu->{'model'} == 15)) { 5451 $probecpu->{'model'} == 15 || 5452 $probecpu->{'model'} == 16 || 5453 $probecpu->{'model'} == 17)) { 5452 5454 return 9; 5453 5455 }
