Module Name:    src
Committed By:   mrg
Date:           Mon Sep 21 06:05:00 UTC 2015

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

Log Message:
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.)


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 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.74 src/sbin/atactl/atactl.c:1.75
--- src/sbin/atactl/atactl.c:1.74	Wed Oct 15 06:54:04 2014
+++ src/sbin/atactl/atactl.c	Mon Sep 21 06:05:00 2015
@@ -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 @@ static const struct {
 	{ 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 @@ static const struct {
 	{ 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 },

Reply via email to