Hardware/HDD/HDDGroup.cs
2011-01-22 Fixed the Intel Sandy Bridge CPU core clock calculation.
2010-10-17 Updated attribute maps for the 4 SSD controllers we figured out so far.
2010-10-17 Changed the SMART AttributeID type from an enum to a struct.
2010-10-08 Added initial SSD support for Intel, Indilinx, SandForce and Samsung drives. Experimental feature for now!
2010-10-02 Reverted the SMART temperature attribute search strategy to the one used previously. Fixed a few minor details in the HDDGroup class.
2010-10-02 Added a S.M.A.R.T dump for all drives, regardless of temperature presence so that we can start debugging SSD's and such.
2010-09-21 Refactored some of the hardware monitoring code and fixed a few code inspection warnings.
2010-08-08 Refactored the hardware monitoring code into a library (Issue 101).
2010-02-17 Added additional SMART temperature attributes.
2010-01-27 Fixed a NullReferenceException in the HDD SMART code.
2010-01-26 Initial commit.