add SMART 249: Total Raw NAND Writes (1GiB units), sourced from

intel spec sheets.
This commit is contained in:
mrg 2016-10-04 21:37:46 +00:00
parent 808af16fa6
commit e6efae7434

View File

@ -1,4 +1,4 @@
/* $NetBSD: atactl.c,v 1.76 2016/05/10 08:08:59 mrg Exp $ */ /* $NetBSD: atactl.c,v 1.77 2016/10/04 21:37:46 mrg Exp $ */
/*- /*-
* Copyright (c) 1998 The NetBSD Foundation, Inc. * Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -35,7 +35,7 @@
#include <sys/cdefs.h> #include <sys/cdefs.h>
#ifndef lint #ifndef lint
__RCSID("$NetBSD: atactl.c,v 1.76 2016/05/10 08:08:59 mrg Exp $"); __RCSID("$NetBSD: atactl.c,v 1.77 2016/10/04 21:37:46 mrg Exp $");
#endif #endif
@ -335,6 +335,7 @@ static const struct {
{ 246, "Total Host Sector Writes", NULL }, { 246, "Total Host Sector Writes", NULL },
{ 247, "Host Program NAND Pages Count", NULL }, { 247, "Host Program NAND Pages Count", NULL },
{ 248, "FTL Program Pages Count ", NULL }, { 248, "FTL Program Pages Count ", NULL },
{ 249, "Total Raw NAND Writes (1GiB units)", NULL },
{ 250, "Read error retry rate", NULL }, { 250, "Read error retry rate", NULL },
{ 254, "Free Fall Sensor", NULL }, { 254, "Free Fall Sensor", NULL },
{ 0, "Unknown", NULL }, { 0, "Unknown", NULL },