64 Commits

Author SHA1 Message Date
Michael Möller
2dcac6acac Added sub-hardware support and basic enumeration for mainboards. 2010-02-27 20:08:13 +00:00
Michael Möller
f208712a0d Added support for sensor parameters. Fixed Core and Thread count detection for Intel Core i7 CPUs with disabled HyperThreading. 2010-02-27 15:55:17 +00:00
Michael Möller
f7d8eb1d48 Changed TreeViewAdv grid color to a fixed value. 2010-02-23 19:45:40 +00:00
Michael Möller
4248689d75 NVAPI interop struct packing improved. 2010-02-22 20:54:49 +00:00
Michael Möller
2cde9eff61 Fintek super I/O chips with base address 0x..5 are detected now as well. Set Pack = 1 for NVAPI struct interop (should fix GPU enumeration). 2010-02-22 09:57:02 +00:00
Michael Möller
6df0210230 Corrected version info. 2010-02-21 21:41:22 +00:00
Michael Möller
3a39cef899 Added both VCore detection modes for Winbond W82637THF (should fix issue 3). 2010-02-21 21:38:58 +00:00
Michael Möller
ba9015c451 Added support for T-Balancer sensorhub and miniNG. Added a Flow sensor-type. 2010-02-21 18:10:30 +00:00
Michael Möller
bcb19ae527 Improved Winbond temperature reading. Temperatures create by adding PECI Agent values (delta to TCC Activation Temperature) to a (possibly uncalibrated) TBase are not read. Direct reading temperatures from sensor report register if available. Added lower bound for temperatures on Winbond chips. Nvidia GPUs are now displayed even if they do not have any sensors. 2010-02-20 19:51:10 +00:00
Michael Möller
d89b883632 New option to start the application minimized. 2010-02-19 19:50:07 +00:00
Michael Möller
d77bf5d686 Added support for Winbond W83627THF super I/O chip. 2010-02-19 18:33:08 +00:00
Michael Möller
a60755377f Added additional register banks to report output for Winbond chips. 2010-02-19 14:08:56 +00:00
Michael Möller
bac676e771 Raised TjMax for Intel 65nm CPUs by 10°C 2010-02-18 23:28:14 +00:00
Michael Möller
fd6d92b845 Added global exception handling for T-Balancer detection (to handle ArgumentException if portName does not exist). 2010-02-18 14:03:02 +00:00
Michael Möller
d656d7558b Fixed AMD family 0Fh temperature reading of first core. 2010-02-17 20:45:31 +00:00
Michael Möller
26c71a2f38 Better core and thread number identification. Fixed clock reading on Intel Atom CPUs. New reporting of MSR values for Intel CPUs. 2010-02-17 20:22:21 +00:00
Michael Möller
fb418a9c1c Added additional SMART temperature attributes. 2010-02-17 18:48:27 +00:00
Michael Möller
b43e33cb4f Restored CTSHolding check and added more report output for T-Balancer enumeration. 2010-02-16 21:44:25 +00:00
Michael Möller
dc9108ade1 Added core clock and bus speed support for Intel Core i5, i7 CPUs. 2010-02-15 22:58:29 +00:00
Michael Möller
e3a64e9a06 Allow all protocols 2X for T-Balancer. 2010-02-14 21:09:08 +00:00
Michael Möller
f10c7cb524 Added core and bus clock support for Intel CPUs (Core 2). 2010-02-14 20:16:30 +00:00
Michael Möller
ae694b9b60 New graphical system tray display for load sensors. 2010-02-13 17:08:36 +00:00
Michael Möller
ac6d7f818a Tray sensor display default color is black and color can be changed now. Fixed CPU load reading for AMD CPUs and added additional misc device for AMD core temperature reading. 2010-02-12 22:46:31 +00:00
Michael Möller
1b965a3ab3 Changed the T-Balancer detection and added more report details. 2010-02-12 08:17:51 +00:00
Michael Möller
3ac00a41de First system tray sensor monitor support. 2010-02-12 00:36:56 +00:00
Michael Möller
cd4360dbd3 A small bug fix for application crashes during the mainboard detection (System.Management.ManagementException: Not supported). 2010-02-11 13:22:17 +00:00
Michael Möller
0cc5a578c3 Added support for NVIDIA fan rpm. Changed NVIDIA GPU enumeration. 2010-02-09 19:42:33 +00:00
Michael Möller
a7b04c8a0d Removed debug code. 2010-02-09 18:55:45 +00:00
Michael Möller
2bf6230d56 Added upper bound for valid fan RPM on IT87. 2010-02-09 18:52:52 +00:00
Michael Möller
2e34c0a7b0 Added NVAPI report output. 2010-02-08 20:23:24 +00:00
Michael Möller
1fdd207910 Added support for Winbond W83627EHF, W83667HG, W83667HG-B mainboard chips. 2010-02-08 20:18:25 +00:00
Michael Möller
ba97d6524f Release version 0.1.15. Added protocol 0x2C for T-Balancer. 2010-02-07 20:59:13 +00:00
Michael Möller
74ccf4154e Release version 0.1.14. Added more report details for T-Balancer bigNG. 2010-02-07 20:11:30 +00:00
Michael Möller
0060583e5b Added initial support for W83627HF. Some refactoring for IHardware classes. 2010-02-07 19:53:51 +00:00
Michael Möller
37a788e7cb 2010-02-07 19:48:32 +00:00
Michael Möller
6048816828 Changed ATI GPU device enumeration. 2010-02-07 16:42:26 +00:00
Michael Möller
31adbedc3c Refactoring: New class Computer manages all the hardware and creates events. 2010-02-07 16:37:15 +00:00
Michael Möller
15162a2a12 Changed minimizing to system tray on Windows systems. 2010-02-05 22:45:15 +00:00
Michael Möller
0543259a0b Release version 0.1.13. Replaced PerformanceCounter based CPU load sensors with an implementation using NtQuerySystemInformation. Fixed a temperature reading problem for W83627DHG chips (sensors with invalid value 127°C). 2010-02-04 21:19:27 +00:00
Michael Möller
de0c73471d Release version 0.1.12. Added error handling for PerformanceCounters (CPU load sensor). 2010-02-03 22:02:58 +00:00
Michael Möller
5249183290 Release version 0.1.11. Added support for load percentage sensor type. Added load sensors for CPUs and ATI GPUs. 2010-02-03 20:35:10 +00:00
Michael Möller
7b07ba9fe6 Fixed Intel CPU coreCount in case CPUID 0x0B is supported but returns only 0. 2010-02-03 18:10:11 +00:00
Michael Möller
a0c01caaca Release version 0.1.10. Changed core count for Intel Core i5/i7 CPUs. Added CpuidEx function. 2010-02-02 21:58:54 +00:00
Michael Möller
91331545ac ITE IT87XX family renamed. 2010-02-02 18:35:23 +00:00
Michael Möller
9b9c3b54ab Release version 0.1.9. Fixed ATI GPU id check. 2010-02-01 23:10:05 +00:00
Michael Möller
8bb54fb542 Release version 0.1.8. Added support for W83627DHG-P super i/o chips. 2010-02-01 22:11:06 +00:00
Michael Möller
432a947633 Release version 0.1.7. Improved report writer. 2010-02-01 21:04:14 +00:00
Michael Möller
f3657cc53a 2010-02-01 20:17:02 +00:00
Michael Möller
6b9a3e8cd7 Added support for Fintek F71862, F71869, F71889. 2010-02-01 20:16:26 +00:00
Michael Möller
34d773fa90 Release version 0.1.6. Fixed F71882 temperature reading. Added error handling for ATI GPUs (ADL). Fixed sensor events. 2010-01-31 22:00:31 +00:00