Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/atactl update the micron smart codes for 247/248 to mat...
details: https://anonhg.NetBSD.org/src/rev/27daa9204722
branches: trunk
changeset: 345148:27daa9204722
user: mrg <mrg%NetBSD.org@localhost>
date: Tue May 10 08:08:59 2016 +0000
description:
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
diffstat:
sbin/atactl/atactl.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 51b74daa1807 -r 27daa9204722 sbin/atactl/atactl.c
--- a/sbin/atactl/atactl.c Tue May 10 00:02:31 2016 +0000
+++ b/sbin/atactl/atactl.c Tue May 10 08:08:59 2016 +0000
@@ -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 @@
{ 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 },
Home |
Main Index |
Thread Index |
Old Index