Module Name:    src
Committed By:   mrg
Date:           Sat Mar 13 19:49:50 UTC 2010

Modified Files:
        src/sbin/atactl: atactl.c

Log Message:
add SMART code 187: "Reported uncorrect".  from smartmontools.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sbin/atactl/atactl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/atactl/atactl.c
diff -u src/sbin/atactl/atactl.c:1.56 src/sbin/atactl/atactl.c:1.57
--- src/sbin/atactl/atactl.c:1.56	Mon Jan 25 01:24:11 2010
+++ src/sbin/atactl/atactl.c	Sat Mar 13 19:49:50 2010
@@ -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 },

Reply via email to