Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/sbin/atactl Pull up following revision(s) (requested by m...
details: https://anonhg.NetBSD.org/src/rev/1d588467d020
branches: netbsd-9
changeset: 964216:1d588467d020
user: martin <martin%NetBSD.org@localhost>
date: Sat Dec 12 13:01:18 2020 +0000
description:
Pull up following revision(s) (requested by mrg in ticket #1148):
sbin/atactl/atactl.c: revision 1.84
micron SMART 202 is percent lifetime used not remaining.
almost gave myself a heart attack when my server said 7% remaining!
diffstat:
sbin/atactl/atactl.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3166d455fe47 -r 1d588467d020 sbin/atactl/atactl.c
--- a/sbin/atactl/atactl.c Sat Dec 12 12:56:40 2020 +0000
+++ b/sbin/atactl/atactl.c Sat Dec 12 13:01:18 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: atactl.c,v 1.83 2019/05/30 21:32:08 mlelstv Exp $ */
+/* $NetBSD: atactl.c,v 1.83.2.1 2020/12/12 13:01:18 martin Exp $ */
/*-
* Copyright (c) 1998, 2019 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: atactl.c,v 1.83 2019/05/30 21:32:08 mlelstv Exp $");
+__RCSID("$NetBSD: atactl.c,v 1.83.2.1 2020/12/12 13:01:18 martin Exp $");
#endif
@@ -418,7 +418,7 @@
{ 189, "Factory bad block count", NULL },
{ 197, "Current pending ECC count", NULL },
{ 198, "SMART offline scan uncorrectable error count", NULL },
- { 202, "Percent lifetime remaining", NULL },
+ { 202, "Percent lifetime used", NULL },
{ 206, "Write error rate", NULL },
{ 247, "Number of NAND pages of data written by the host", NULL },
{ 248, "Number of NAND pages written by the FTL", NULL },
Home |
Main Index |
Thread Index |
Old Index