Hardware/HDD/SmartNames.cs
changeset 339 07a6126a4796
parent 328 f837f9f0973e
child 344 3145aadca3d2
     1.1 --- a/Hardware/HDD/SmartNames.cs	Mon Feb 13 20:34:39 2012 +0000
     1.2 +++ b/Hardware/HDD/SmartNames.cs	Mon Feb 13 21:56:29 2012 +0000
     1.3 @@ -493,5 +493,17 @@
     1.4      public static string ExceptionModeStatus {
     1.5        get { return "Exception Mode Status"; }
     1.6      }
     1.7 +
     1.8 +    public static string ControllerWritesToNAND {
     1.9 +      get { return "Controller Writes to NAND"; }
    1.10 +    }
    1.11 +
    1.12 +    public static string HostWritesToController {
    1.13 +      get { return "Host Writes to Controller"; }
    1.14 +    }
    1.15 +
    1.16 +    public static string RawReadErrorRate {
    1.17 +      get { return "Raw Read Error Rate"; }
    1.18 +    }
    1.19    }
    1.20  }
    1.21 \ No newline at end of file