Hardware/LPC/IT87XX.cs
2011-05-01 Added first experimental support for the IT8728F super I/O chip.
2011-04-16 A small correction for AMD K8 (family 0Fh) core temperature reading, and fan reading on older revision of IT8712F chips. This should fix Issue 42 and Issue 194.
2011-01-20 Added a minimal control interface to allow manual fan control and implemented the interface for ATI GPUs.
2010-10-31 Replaced the non-kernel code of WinRing0 with a managed implementation. The new implementation should fix Issue 32 and simplify further work on Issue 46.
2010-10-17 Added code to read the additional fans on the ASRock P55 Deluxe mainboard via special GPIO switching.
2010-09-21 Refactored some of the hardware monitoring code and fixed a few code inspection warnings.
2010-09-08 Fixed some Code Analysis warnings.
2010-08-17 Fixed Issue 97.
2010-08-12 Changed the project files to Visual Studio 2010. Fixed some Code Analysis warnings.
2010-08-08 Refactored the hardware monitoring code into a library (Issue 101).
2010-08-05 Added ISA bus mutex support to the super IO detection.
2010-08-04 Added an ISA bus mutex.
2010-06-28 Added the ITE chip version to the report.
2010-06-27 A fist attempt at adding a mainboard specific configuration for the ASUS M4A79XTD EVO (Issue 79).
2010-06-03 Fixed Issue 63.
2010-05-24 Extended the ITE super I/O voltage reading by adding hidden voltage sensors for unknown channels. Added a few known DFI and Gigabyte mainboard voltage configurations.
2010-05-20 Fixed Issue 10.
2010-05-09 Refactored the hardware code and added the visitor pattern for operations on the computer/hardware/sensor/parameter tree.
2010-03-27 Fixed Issue 20.
2010-03-09 Added additional checks to the ITE super I/O reading code, to reduce cases where wrong values are read.
2010-02-27 Added support for sensor parameters. Fixed Core and Thread count detection for Intel Core i7 CPUs with disabled HyperThreading.
2010-02-09 Removed debug code.
2010-02-09 Added upper bound for valid fan RPM on IT87.
2010-02-08 Added support for Winbond W83627EHF, W83667HG, W83667HG-B mainboard chips.
2010-02-07 Added initial support for W83627HF. Some refactoring for IHardware classes.
2010-02-02 ITE IT87XX family renamed.
2010-02-01 Release version 0.1.7. Improved report writer.
2010-02-01 Added support for Fintek F71862, F71869, F71889.