Hardware/ATI/ADL.cs
2011-01-20 Added a minimal control interface to allow manual fan control and implemented the interface for ATI GPUs.
2010-09-27 Fixed a problem where the ADL Main_Memory_Alloc callback delegate could be garbage collected while still in use.
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-07-27 Fixed BadImageFormatExceptions.
2010-01-31 Release version 0.1.6. Fixed F71882 temperature reading. Added error handling for ATI GPUs (ADL). Fixed sensor events.
2010-01-29 Release version 0.1.4. Fixed EntryPointNotFoundException for ADL_Adapter_ID_Get by adding two fallback implementations.
2010-01-29 Fixed ADL dll loading. The name of the dll is always atiadlxx, except when running as 32-bit app on 64-bit systems (atiadlxy in that case).
2010-01-28 Fixed 5th fan channel for IT87 chips. Added ADL status code to report.
2010-01-27 Changed ATI GPU enumeration.
2010-01-26 Initial commit.