2011-12-31 17:31:04 +00:00
|
|
|
|
/*
|
|
|
|
|
|
|
|
|
|
Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
|
|
|
|
|
|
|
|
The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
|
1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
|
the License. You may obtain a copy of the License at
|
|
|
|
|
|
|
|
|
|
http://www.mozilla.org/MPL/
|
|
|
|
|
|
|
|
|
|
Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
|
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
|
for the specific language governing rights and limitations under the License.
|
|
|
|
|
|
|
|
|
|
The Original Code is the Open Hardware Monitor code.
|
|
|
|
|
|
|
|
|
|
The Initial Developer of the Original Code is
|
|
|
|
|
Roland Reinl <roland-reinl@gmx.de>.
|
2012-01-01 10:14:42 +00:00
|
|
|
|
Portions created by the Initial Developer are Copyright (C) 2011-2012
|
2011-12-31 17:31:04 +00:00
|
|
|
|
the Initial Developer. All Rights Reserved.
|
|
|
|
|
|
|
|
|
|
Contributor(s):
|
|
|
|
|
Paul Werelds
|
|
|
|
|
Michael Möller <m.moeller@gmx.ch>
|
|
|
|
|
|
|
|
|
|
Alternatively, the contents of this file may be used under the terms of
|
|
|
|
|
either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
|
|
|
the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
|
|
|
in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
|
of those above. If you wish to allow use of your version of this file only
|
|
|
|
|
under the terms of either the GPL or the LGPL, and not to allow others to
|
|
|
|
|
use your version of this file under the terms of the MPL, indicate your
|
|
|
|
|
decision by deleting the provisions above and replace them with the notice
|
|
|
|
|
and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
|
the provisions above, a recipient may use your version of this file under
|
|
|
|
|
the terms of any one of the MPL, the GPL or the LGPL.
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
|
|
|
|
namespace OpenHardwareMonitor.Hardware.HDD {
|
|
|
|
|
|
|
|
|
|
[NamePrefix("")]
|
|
|
|
|
internal class GenericHarddisk : AbstractHarddrive {
|
|
|
|
|
|
|
|
|
|
private static readonly List<SmartAttribute> smartAttributes =
|
|
|
|
|
new List<SmartAttribute> {
|
2012-01-02 18:44:19 +00:00
|
|
|
|
new SmartAttribute(0x01, SmartNames.ReadErrorRate),
|
|
|
|
|
new SmartAttribute(0x02, SmartNames.ThroughputPerformance),
|
|
|
|
|
new SmartAttribute(0x03, SmartNames.SpinUpTime),
|
|
|
|
|
new SmartAttribute(0x04, SmartNames.StartStopCount, RawToInt),
|
|
|
|
|
new SmartAttribute(0x05, SmartNames.ReallocatedSectorsCount),
|
|
|
|
|
new SmartAttribute(0x06, SmartNames.ReadChannelMargin),
|
|
|
|
|
new SmartAttribute(0x07, SmartNames.SeekErrorRate),
|
|
|
|
|
new SmartAttribute(0x08, SmartNames.SeekTimePerformance),
|
|
|
|
|
new SmartAttribute(0x09, SmartNames.PowerOnHours, RawToInt),
|
|
|
|
|
new SmartAttribute(0x0A, SmartNames.SpinRetryCount),
|
|
|
|
|
new SmartAttribute(0x0B, SmartNames.RecalibrationRetries),
|
|
|
|
|
new SmartAttribute(0x0C, SmartNames.PowerCycleCount, RawToInt),
|
|
|
|
|
new SmartAttribute(0x0D, SmartNames.SoftReadErrorRate),
|
|
|
|
|
new SmartAttribute(0xAA, SmartNames.Unknown),
|
|
|
|
|
new SmartAttribute(0xAB, SmartNames.Unknown),
|
|
|
|
|
new SmartAttribute(0xAC, SmartNames.Unknown),
|
|
|
|
|
new SmartAttribute(0xB7, SmartNames.SataDownshiftErrorCount),
|
|
|
|
|
new SmartAttribute(0xB8, SmartNames.EndToEndError),
|
|
|
|
|
new SmartAttribute(0xB9, SmartNames.HeadStability),
|
|
|
|
|
new SmartAttribute(0xBA, SmartNames.InducedOpVibrationDetection),
|
|
|
|
|
new SmartAttribute(0xBB, SmartNames.ReportedUncorrectableErrors),
|
|
|
|
|
new SmartAttribute(0xBC, SmartNames.CommandTimeout),
|
|
|
|
|
new SmartAttribute(0xBD, SmartNames.HighFlyWrites),
|
|
|
|
|
new SmartAttribute(0xBF, SmartNames.GSenseErrorRate),
|
|
|
|
|
new SmartAttribute(0xC0, SmartNames.EmergencyRetractCycleCount),
|
|
|
|
|
new SmartAttribute(0xC1, SmartNames.LoadCycleCount),
|
|
|
|
|
new SmartAttribute(0xC3, SmartNames.HardwareEccRecovered),
|
|
|
|
|
new SmartAttribute(0xC4, SmartNames.ReallocationEventCount),
|
|
|
|
|
new SmartAttribute(0xC5, SmartNames.CurrentPendingSectorCount),
|
|
|
|
|
new SmartAttribute(0xC6, SmartNames.UncorrectableSectorCount),
|
|
|
|
|
new SmartAttribute(0xC7, SmartNames.UltraDmaCrcErrorCount),
|
|
|
|
|
new SmartAttribute(0xC8, SmartNames.WriteErrorRate),
|
|
|
|
|
new SmartAttribute(0xCA, SmartNames.DataAddressMarkErrors),
|
|
|
|
|
new SmartAttribute(0xCB, SmartNames.RunOutCancel),
|
|
|
|
|
new SmartAttribute(0xCC, SmartNames.SoftEccCorrection),
|
|
|
|
|
new SmartAttribute(0xCD, SmartNames.ThermalAsperityRate),
|
|
|
|
|
new SmartAttribute(0xCE, SmartNames.FlyingHeight),
|
|
|
|
|
new SmartAttribute(0xCF, SmartNames.SpinHighCurrent),
|
|
|
|
|
new SmartAttribute(0xD0, SmartNames.SpinBuzz),
|
|
|
|
|
new SmartAttribute(0xD1, SmartNames.OfflineSeekPerformance),
|
|
|
|
|
new SmartAttribute(0xD3, SmartNames.VibrationDuringWrite),
|
|
|
|
|
new SmartAttribute(0xD4, SmartNames.ShockDuringWrite),
|
|
|
|
|
new SmartAttribute(0xDC, SmartNames.DiskShift),
|
|
|
|
|
new SmartAttribute(0xDD, SmartNames.AlternativeGSenseErrorRate),
|
|
|
|
|
new SmartAttribute(0xDE, SmartNames.LoadedHours),
|
|
|
|
|
new SmartAttribute(0xDF, SmartNames.LoadUnloadRetryCount),
|
|
|
|
|
new SmartAttribute(0xE0, SmartNames.LoadFriction),
|
|
|
|
|
new SmartAttribute(0xE1, SmartNames.LoadUnloadCycleCount),
|
|
|
|
|
new SmartAttribute(0xE2, SmartNames.LoadInTime),
|
|
|
|
|
new SmartAttribute(0xE3, SmartNames.TorqueAmplificationCount),
|
|
|
|
|
new SmartAttribute(0xE4, SmartNames.PowerOffRetractCycle),
|
|
|
|
|
new SmartAttribute(0xE6, SmartNames.GmrHeadAmplitude),
|
|
|
|
|
new SmartAttribute(0xE8, SmartNames.EnduranceRemaining),
|
|
|
|
|
new SmartAttribute(0xE9, SmartNames.PowerOnHours),
|
|
|
|
|
new SmartAttribute(0xF0, SmartNames.HeadFlyingHours),
|
|
|
|
|
new SmartAttribute(0xF1, SmartNames.TotalLbasWritten),
|
|
|
|
|
new SmartAttribute(0xF2, SmartNames.TotalLbasRead),
|
|
|
|
|
new SmartAttribute(0xFA, SmartNames.ReadErrorRetryRate),
|
|
|
|
|
new SmartAttribute(0xFE, SmartNames.FreeFallProtection),
|
2011-12-31 17:31:04 +00:00
|
|
|
|
|
2012-01-02 18:44:19 +00:00
|
|
|
|
new SmartAttribute(0xC2, SmartNames.Temperature,
|
2011-12-31 17:31:04 +00:00
|
|
|
|
(byte[] r, byte v) => { return r[0]; }, SensorType.Temperature, 0),
|
2012-01-02 18:44:19 +00:00
|
|
|
|
new SmartAttribute(0xE7, SmartNames.Temperature,
|
2011-12-31 17:31:04 +00:00
|
|
|
|
(byte[] r, byte v) => { return r[0]; }, SensorType.Temperature, 0),
|
2012-01-02 18:44:19 +00:00
|
|
|
|
new SmartAttribute(0xBE, SmartNames.TemperatureDifferenceFrom100,
|
2011-12-31 17:31:04 +00:00
|
|
|
|
null, SensorType.Temperature, 0)
|
|
|
|
|
};
|
|
|
|
|
|
2012-01-01 10:14:42 +00:00
|
|
|
|
public GenericHarddisk(ISmart smart, string name, string firmwareRevision,
|
|
|
|
|
int index, ISettings settings)
|
|
|
|
|
: base(smart, name, firmwareRevision, index, smartAttributes, settings) {}
|
2011-12-31 17:31:04 +00:00
|
|
|
|
}
|
|
|
|
|
}
|