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 249: Total Raw NAND Writes (1GiB units...



details:   https://anonhg.NetBSD.org/src/rev/b07a4bedc825
branches:  trunk
changeset: 818271:b07a4bedc825
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Oct 04 21:37:46 2016 +0000

description:
add SMART 249: Total Raw NAND Writes (1GiB units), sourced from
intel spec sheets.

diffstat:

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

diffs (26 lines):

diff -r f1f9ee1ad5e5 -r b07a4bedc825 sbin/atactl/atactl.c
--- a/sbin/atactl/atactl.c      Tue Oct 04 21:37:10 2016 +0000
+++ b/sbin/atactl/atactl.c      Tue Oct 04 21:37:46 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atactl.c,v 1.76 2016/05/10 08:08:59 mrg Exp $  */
+/*     $NetBSD: atactl.c,v 1.77 2016/10/04 21:37:46 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.76 2016/05/10 08:08:59 mrg Exp $");
+__RCSID("$NetBSD: atactl.c,v 1.77 2016/10/04 21:37:46 mrg Exp $");
 #endif
 
 
@@ -335,6 +335,7 @@
        { 246,          "Total Host Sector Writes", NULL },
        { 247,          "Host Program NAND Pages Count", NULL },
        { 248,          "FTL Program Pages Count ", NULL },
+       { 249,          "Total Raw NAND Writes (1GiB units)", NULL },
        { 250,          "Read error retry rate", NULL },
        { 254,          "Free Fall Sensor", NULL },
        {   0,          "Unknown", NULL },



Home | Main Index | Thread Index | Old Index