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 code 187: "Reported uncorrect". from ...



details:   https://anonhg.NetBSD.org/src/rev/6745fd8ef972
branches:  trunk
changeset: 752985:6745fd8ef972
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Mar 13 19:49:50 2010 +0000

description:
add SMART code 187: "Reported uncorrect".  from smartmontools.

diffstat:

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

diffs (26 lines):

diff -r 761b3f942bf9 -r 6745fd8ef972 sbin/atactl/atactl.c
--- a/sbin/atactl/atactl.c      Sat Mar 13 19:31:51 2010 +0000
+++ b/sbin/atactl/atactl.c      Sat Mar 13 19:49:50 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atactl.c,v 1.56 2010/01/25 01:24:11 jakllsch Exp $     */
+/*     $NetBSD: atactl.c,v 1.57 2010/03/13 19:49:50 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.56 2010/01/25 01:24:11 jakllsch Exp $");
+__RCSID("$NetBSD: atactl.c,v 1.57 2010/03/13 19:49:50 mrg Exp $");
 #endif
 
 
@@ -266,6 +266,7 @@
        {  11,          "Calibration retry count", NULL },
        {  12,          "Device power cycle count", NULL },
        {  13,          "Soft read error rate", NULL },
+       { 187,          "Reported uncorrect", NULL },
        { 189,          "High Fly Writes", NULL },
        { 190,          "Airflow Temperature",          device_smart_temp },
        { 191,          "G-sense error rate", NULL },



Home | Main Index | Thread Index | Old Index