Hardware/WinRing0.cs
2010-09-30 Improved the implementation for the AMD 10h family CPU clock speeds.
2010-09-22 Rewritten the PCI access for AMD CPUs.
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-15 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-04-24 Implemented APIC based CPU enumeration (Issue 41).
2010-03-09 Changed the CPU clock calculation. If no invariant TSC is available, then the max CPU clock is estimated at startup under load, otherwise an average over one second is used.
2010-02-15 Added core clock and bus speed support for Intel Core i5, i7 CPUs.
2010-02-14 Added core and bus clock support for Intel CPUs (Core 2).
2010-02-02 Release version 0.1.10. Changed core count for Intel Core i5/i7 CPUs. Added CpuidEx function.
2010-01-31 Release version 0.1.5. Added support for AMD family 0Fh CPUs. Fixed saving of wrong window size values for minimized forms (by not saving them).
2010-01-26 Initial commit.