Show
Ignore:
Timestamp:
08/03/06 22:28:20 (6 years ago)
Author:
khali
Message:

Add support for the IT8716F (prefix it8716). It is mostly similar to the
IT8712F so there's not much to do. The most significant difference is that
fan speeds are now reported as 16-bit values, without fan clock dividers.
For this reason, I made the fan_divs optional in sensors. I also made the
fans themselves optional, as I noticed that a number of motherboards don't
use (and don't enable) fan3.

I've made a separate section (chip "it8716-*") in sensors.conf.eg, because
new motherboards tend to have different wirings (e.g. negative voltage
lines are not monitored) so this will make for saner defaults.

Thanks to Stian Oksavik for testing.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/prog/sensors/main.c

    r4035 r4083  
    382382        { "it87", print_it87 }, 
    383383        { "it8712", print_it87 }, 
     384        { "it8716", print_it87 }, 
    384385        { "ddcmon", print_ddcmon }, 
    385386        { "eeprom", print_eeprom },