Changeset 5526
- Timestamp:
- 12/05/08 12:02:58 (4 years ago)
- Location:
- lm-sensors/branches/lm-sensors-3.0.0
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/CHANGES
r5523 r5526 42 42 Document the new detection order and rules 43 43 Gather DMI data and print it at start-up 44 Always probe the SMBus on Asus and Tyanboards44 Always probe the SMBus on Asus, Tyan and Supermicro boards 45 45 Move IPMI interface detection to its own section 46 46 Skip IPMI probing on laptops -
lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect
r5525 r5526 5234 5234 # Except on Asus and Tyan boards which often have more than 5235 5235 # one hardware monitoring chip 5236 $by_default = 1 if dmi_match('board_vendor', 'asustek', 'tyan'); 5236 $by_default = 1 if dmi_match('board_vendor', 'asustek', 'tyan', 5237 'supermicro'); 5237 5238 5238 5239 for (my $dev_nr = 0; $dev_nr < @i2c_adapters; $dev_nr++) {
