Hardware/HDD/HDDGeneric.cs
author moel.mich
Sun, 01 Jan 2012 10:14:42 +0000
changeset 325 4c31341a4800
parent 324 c6ee430d6995
child 328 f837f9f0973e
permissions -rw-r--r--
Added the hard drive firmware version to the report. This could be important if the SMART attribute layout changes with firmware versions on some drives.
     1 /*
     2   
     3   Version: MPL 1.1/GPL 2.0/LGPL 2.1
     4 
     5   The contents of this file are subject to the Mozilla Public License Version
     6   1.1 (the "License"); you may not use this file except in compliance with
     7   the License. You may obtain a copy of the License at
     8  
     9   http://www.mozilla.org/MPL/
    10 
    11   Software distributed under the License is distributed on an "AS IS" basis,
    12   WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
    13   for the specific language governing rights and limitations under the License.
    14 
    15   The Original Code is the Open Hardware Monitor code.
    16 
    17   The Initial Developer of the Original Code is 
    18   Roland Reinl <roland-reinl@gmx.de>.
    19   Portions created by the Initial Developer are Copyright (C) 2011-2012
    20   the Initial Developer. All Rights Reserved.
    21 
    22   Contributor(s):
    23     Paul Werelds
    24     Michael Möller <m.moeller@gmx.ch>    
    25 
    26   Alternatively, the contents of this file may be used under the terms of
    27   either the GNU General Public License Version 2 or later (the "GPL"), or
    28   the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
    29   in which case the provisions of the GPL or the LGPL are applicable instead
    30   of those above. If you wish to allow use of your version of this file only
    31   under the terms of either the GPL or the LGPL, and not to allow others to
    32   use your version of this file under the terms of the MPL, indicate your
    33   decision by deleting the provisions above and replace them with the notice
    34   and other provisions required by the GPL or the LGPL. If you do not delete
    35   the provisions above, a recipient may use your version of this file under
    36   the terms of any one of the MPL, the GPL or the LGPL.
    37  
    38 */
    39 
    40 using System;
    41 using System.Collections.Generic;
    42 using System.Text;
    43 
    44 namespace OpenHardwareMonitor.Hardware.HDD {
    45 
    46   [NamePrefix("")]
    47   internal class GenericHarddisk : AbstractHarddrive {
    48 
    49     private static readonly List<SmartAttribute> smartAttributes =
    50       new List<SmartAttribute> {
    51       new SmartAttribute(0x01, SmartAttributeNames.ReadErrorRate),
    52       new SmartAttribute(0x02, SmartAttributeNames.ThroughputPerformance),
    53       new SmartAttribute(0x03, SmartAttributeNames.SpinUpTime),
    54       new SmartAttribute(0x04, SmartAttributeNames.StartStopCount, RawToInt),
    55       new SmartAttribute(0x05, SmartAttributeNames.ReallocatedSectorsCount),
    56       new SmartAttribute(0x06, SmartAttributeNames.ReadChannelMargin),
    57       new SmartAttribute(0x07, SmartAttributeNames.SeekErrorRate),
    58       new SmartAttribute(0x08, SmartAttributeNames.SeekTimePerformance),
    59       new SmartAttribute(0x09, SmartAttributeNames.PowerOnHours, RawToInt),
    60       new SmartAttribute(0x0A, SmartAttributeNames.SpinRetryCount),
    61       new SmartAttribute(0x0B, SmartAttributeNames.RecalibrationRetries),
    62       new SmartAttribute(0x0C, SmartAttributeNames.PowerCycleCount, RawToInt),
    63       new SmartAttribute(0x0D, SmartAttributeNames.SoftReadErrorRate),
    64       new SmartAttribute(0xAA, SmartAttributeNames.Unknown), 
    65       new SmartAttribute(0xAB, SmartAttributeNames.Unknown), 
    66       new SmartAttribute(0xAC, SmartAttributeNames.Unknown),
    67       new SmartAttribute(0xB7, SmartAttributeNames.SataDownshiftErrorCount),
    68       new SmartAttribute(0xB8, SmartAttributeNames.EndToEndError),
    69       new SmartAttribute(0xB9, SmartAttributeNames.HeadStability),
    70       new SmartAttribute(0xBA, SmartAttributeNames.InducedOpVibrationDetection),
    71       new SmartAttribute(0xBB, SmartAttributeNames.ReportedUncorrectableErrors),
    72       new SmartAttribute(0xBC, SmartAttributeNames.CommandTimeout),
    73       new SmartAttribute(0xBD, SmartAttributeNames.HighFlyWrites),
    74       new SmartAttribute(0xBF, SmartAttributeNames.GSenseErrorRate),
    75       new SmartAttribute(0xC0, SmartAttributeNames.EmergencyRetractCycleCount),
    76       new SmartAttribute(0xC1, SmartAttributeNames.LoadCycleCount),
    77       new SmartAttribute(0xC3, SmartAttributeNames.HardwareEccRecovered),
    78       new SmartAttribute(0xC4, SmartAttributeNames.ReallocationEventCount),
    79       new SmartAttribute(0xC5, SmartAttributeNames.CurrentPendingSectorCount),
    80       new SmartAttribute(0xC6, SmartAttributeNames.UncorrectableSectorCount),
    81       new SmartAttribute(0xC7, SmartAttributeNames.UltraDmaCrcErrorCount),
    82       new SmartAttribute(0xC8, SmartAttributeNames.WriteErrorRate),
    83       new SmartAttribute(0xCA, SmartAttributeNames.DataAddressMarkErrors),
    84       new SmartAttribute(0xCB, SmartAttributeNames.RunOutCancel),
    85       new SmartAttribute(0xCC, SmartAttributeNames.SoftEccCorrection),
    86       new SmartAttribute(0xCD, SmartAttributeNames.ThermalAsperityRate),
    87       new SmartAttribute(0xCE, SmartAttributeNames.FlyingHeight),
    88       new SmartAttribute(0xCF, SmartAttributeNames.SpinHighCurrent),
    89       new SmartAttribute(0xD0, SmartAttributeNames.SpinBuzz),
    90       new SmartAttribute(0xD1, SmartAttributeNames.OfflineSeekPerformance),
    91       new SmartAttribute(0xD3, SmartAttributeNames.VibrationDuringWrite),
    92       new SmartAttribute(0xD4, SmartAttributeNames.ShockDuringWrite),
    93       new SmartAttribute(0xDC, SmartAttributeNames.DiskShift),
    94       new SmartAttribute(0xDD, SmartAttributeNames.AlternativeGSenseErrorRate), 
    95       new SmartAttribute(0xDE, SmartAttributeNames.LoadedHours),
    96       new SmartAttribute(0xDF, SmartAttributeNames.LoadUnloadRetryCount),
    97       new SmartAttribute(0xE0, SmartAttributeNames.LoadFriction),
    98       new SmartAttribute(0xE1, SmartAttributeNames.LoadUnloadCycleCount),
    99       new SmartAttribute(0xE2, SmartAttributeNames.LoadInTime),
   100       new SmartAttribute(0xE3, SmartAttributeNames.TorqueAmplificationCount),
   101       new SmartAttribute(0xE4, SmartAttributeNames.PowerOffRetractCycle),
   102       new SmartAttribute(0xE6, SmartAttributeNames.GmrHeadAmplitude),      
   103       new SmartAttribute(0xE8, SmartAttributeNames.EnduranceRemaining),
   104       new SmartAttribute(0xE9, SmartAttributeNames.PowerOnHours),
   105       new SmartAttribute(0xF0, SmartAttributeNames.HeadFlyingHours),
   106       new SmartAttribute(0xF1, SmartAttributeNames.TotalLbasWritten),
   107       new SmartAttribute(0xF2, SmartAttributeNames.TotalLbasRead),
   108       new SmartAttribute(0xFA, SmartAttributeNames.ReadErrorRetryRate),
   109       new SmartAttribute(0xFE, SmartAttributeNames.FreeFallProtection),
   110 
   111       new SmartAttribute(0xC2, SmartAttributeNames.Temperature, 
   112         (byte[] r, byte v) => { return r[0]; }, SensorType.Temperature, 0),
   113       new SmartAttribute(0xE7, SmartAttributeNames.Temperature, 
   114         (byte[] r, byte v) => { return r[0]; }, SensorType.Temperature, 0),
   115       new SmartAttribute(0xBE, SmartAttributeNames.TemperatureDifferenceFrom100, 
   116         null, SensorType.Temperature, 0)
   117     };
   118 
   119     public GenericHarddisk(ISmart smart, string name, string firmwareRevision, 
   120       int index, ISettings settings)
   121       : base(smart, name, firmwareRevision, index, smartAttributes, settings) {}
   122   }
   123 }