Hardware/HDD/SMART.cs
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-09-21 Refactored some of the hardware monitoring code and fixed a few code inspection warnings.
2010-09-18 Corrected the size of the DriveCommandParameter structure to match the documentation of SENDCMDINPARAMS http://msdn.microsoft.com/en-us/library/ff565401%28VS.85%29.aspx
2010-08-15 Fixed some Code Analysis warnings.
2010-08-08 Refactored the hardware monitoring code into a library (Issue 101).
2010-02-17 Added additional SMART temperature attributes.
2010-01-26 Initial commit.