Hi Jean, Rudolf and I are collaborating on a new Asus board for coreboot.org, the F2A85-M, which has a new ITE chip, the it8603e. sensors-detect says: Probing for Super-I/O at 0x2e/0x2f Trying family `National Semiconductor/ITE'... No Trying family `SMSC'... No Trying family `VIA/Winbond/Nuvoton/Fintek'... No Trying family `ITE'... Yes Found unknown chip with ID 0x8603 (logical device 4 has address 0x290, could be sensors) I created a quick patch for sensors-detect to recognize the chip. I'd like to start poking at it to see if the it87 driver can extract any useful information (likely). Rudolf has requested the datasheet from ITE, but in the likely event nothing happens, we thought it would be worth asking you - you know people in the industry. I would be happy to sign an NDA if that will help. Thanks, David --- sensors-detect 2012-11-28 21:15:16.601391282 -0700 +++ sensors-detect 2012-11-28 21:34:24.392508598 -0700 @@ -2133,6 +2133,12 @@ devid => 0x8772, logdev => 0x04, features => FEAT_IN | FEAT_FAN | FEAT_TEMP, + }, { + name => "ITE IT8603E Super IO Sensors", + driver => "to-be-written", # it87 + devid => 0x8603, + logdev => 0x04, + features => FEAT_IN | FEAT_FAN | FEAT_TEMP, } ); _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors