Hardware/HDD/SmartNames.cs
changeset 358 7962499f9cd6
parent 344 3145aadca3d2
child 406 3890d78140c2
     1.1 --- a/Hardware/HDD/SmartNames.cs	Mon Jul 02 21:14:40 2012 +0000
     1.2 +++ b/Hardware/HDD/SmartNames.cs	Sun Jul 08 15:24:44 2012 +0000
     1.3 @@ -4,7 +4,7 @@
     1.4    License, v. 2.0. If a copy of the MPL was not distributed with this
     1.5    file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.6   
     1.7 -  Copyright (C) 2011 Michael Möller <mmoeller@openhardwaremonitor.org>
     1.8 +  Copyright (C) 2011-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
     1.9    Copyright (C) 2011 Roland Reinl <roland-reinl@gmx.de>
    1.10  	
    1.11  */
    1.12 @@ -478,5 +478,17 @@
    1.13      public static string RawReadErrorRate {
    1.14        get { return "Raw Read Error Rate"; }
    1.15      }
    1.16 +
    1.17 +    public static string NewFailingBlockCount {
    1.18 +      get { return "New Failing Block Count"; }
    1.19 +    }
    1.20 +
    1.21 +    public static string Non4kAlignedAccess {
    1.22 +      get { return "Non-4k Aligned Access"; }
    1.23 +    }
    1.24 +
    1.25 +    public static string FactoryBadBlockCount {
    1.26 +      get { return "Factory Bad Block Count"; }
    1.27 +    }
    1.28    }
    1.29  }
    1.30 \ No newline at end of file