Hardware/HDD/SMART.cs
changeset 48 eb04985b7b6a
parent 1 361e324a0ed4
child 165 813d8bc3192f
     1.1 --- a/Hardware/HDD/SMART.cs	Tue Feb 16 21:44:25 2010 +0000
     1.2 +++ b/Hardware/HDD/SMART.cs	Wed Feb 17 18:48:27 2010 +0000
     1.3 @@ -67,13 +67,15 @@
     1.4        RecalibrationRetries = 0x0B,
     1.5        PowerCycleCount = 0x0C,
     1.6        SoftReadErrorRate = 0x0D,
     1.7 +      AirflowTemperature = 0xBE,
     1.8        Temperature = 0xC2,
     1.9        HardwareECCRecovered = 0xC3,
    1.10        ReallocationEventCount = 0xC4,
    1.11        CurrentPendingSectorCount = 0xC5,
    1.12        UncorrectableSectorCount = 0xC6,
    1.13        UltraDMACRCErrorCount = 0xC7,
    1.14 -      WriteErrorRate = 0xC8
    1.15 +      WriteErrorRate = 0xC8,
    1.16 +      DriveTemperature = 0xE7
    1.17      }
    1.18  
    1.19      [StructLayout(LayoutKind.Sequential, Pack = 1)]