Module Name: src
Committed By: mrg
Date: Tue May 10 08:08:59 UTC 2016
Modified Files:
src/sbin/atactl: atactl.c
Log Message:
update the micron smart codes for 247/248 to match data i found in
micron's "TN-FD-33: M510DC SSD SMART Implementation Introduction"
document.
these two values can be used to calculate the write amplication
factor:
WAF = ( A247 + A248 ) / A247
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 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.75 src/sbin/atactl/atactl.c:1.76
--- src/sbin/atactl/atactl.c:1.75 Mon Sep 21 06:05:00 2015
+++ src/sbin/atactl/atactl.c Tue May 10 08:08:59 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: atactl.c,v 1.75 2015/09/21 06:05:00 mrg Exp $ */
+/* $NetBSD: atactl.c,v 1.76 2016/05/10 08:08:59 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.75 2015/09/21 06:05:00 mrg Exp $");
+__RCSID("$NetBSD: atactl.c,v 1.76 2016/05/10 08:08:59 mrg Exp $");
#endif
@@ -333,8 +333,8 @@ static const struct {
{ 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 },
+ { 247, "Host Program NAND Pages Count", NULL },
+ { 248, "FTL Program Pages Count ", NULL },
{ 250, "Read error retry rate", NULL },
{ 254, "Free Fall Sensor", NULL },
{ 0, "Unknown", NULL },