Skip to content
Snippets Groups Projects
Commit 87628a04 authored by chrfranke's avatar chrfranke
Browse files

Add names for attributes 184 and 188, see ticket #17.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2928 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 4245248d
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,8 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
[CF] Add names for attributes 184 and 188, see ticket #17.
[CF] configure.in: Change configure date syntax.
Add message to '-mno-cygwin' option check.
......
......@@ -2012,9 +2012,15 @@ void ataPrintSmartAttribName(char * out, unsigned char id, const unsigned char *
case 183:
name="Runtime_Bad_Block";
break;
case 184:
name="End-to-End_Error";
break;
case 187:
name="Reported_Uncorrect";
break;
case 188:
name="Command_Timeout";
break;
case 189:
name="High_Fly_Writes";
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment