Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/atactl add smart IDs 210, 246, 247 and 248 (Micron):



details:   https://anonhg.NetBSD.org/src/rev/71546ce0828f
branches:  trunk
changeset: 340631:71546ce0828f
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Sep 21 06:05:00 2015 +0000

description:
add smart IDs 210, 246, 247 and 248 (Micron):
+       { 210,          "Successful RAIN Recovery Count", NULL },
+       { 246,          "Total Host Sector Writes", NULL },
+       { 247,          "Contact Factory (Micron)", NULL },
+       { 248,          "Contact Factory (Micron)", NULL },

(eek i hope 247 and 248 don't move.)

diffstat:

 sbin/atactl/atactl.c |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r ce1cd835b63c -r 71546ce0828f sbin/atactl/atactl.c
--- a/sbin/atactl/atactl.c      Mon Sep 21 01:24:58 2015 +0000
+++ b/sbin/atactl/atactl.c      Mon Sep 21 06:05:00 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atactl.c,v 1.74 2014/10/15 06:54:04 mrg Exp $  */
+/*     $NetBSD: atactl.c,v 1.75 2015/09/21 06:05:00 mrg Exp $  */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
 #include <sys/cdefs.h>
 
 #ifndef lint
-__RCSID("$NetBSD: atactl.c,v 1.74 2014/10/15 06:54:04 mrg Exp $");
+__RCSID("$NetBSD: atactl.c,v 1.75 2015/09/21 06:05:00 mrg Exp $");
 #endif
 
 
@@ -315,6 +315,7 @@
        { 207,          "Spin high current", NULL },
        { 208,          "Spin buzz", NULL },
        { 209,          "Offline seek performance", NULL },
+       { 210,          "Successful RAIN Recovery Count", NULL },
        { 220,          "Disk shift", NULL },
        { 221,          "G-Sense error rate", NULL },
        { 222,          "Loaded hours", NULL },
@@ -331,6 +332,9 @@
        { 240,          "Head flying hours", NULL },
        { 241,          "Total LBAs Written", NULL },
        { 242,          "Total LBAs Read", NULL },
+       { 246,          "Total Host Sector Writes", NULL },
+       { 247,          "Contact Factory (Micron)", NULL },
+       { 248,          "Contact Factory (Micron)", NULL },
        { 250,          "Read error retry rate", NULL },
        { 254,          "Free Fall Sensor", NULL },
        {   0,          "Unknown", NULL },



Home | Main Index | Thread Index | Old Index