Skip to content
Snippets Groups Projects
Commit 8314f090 authored by geoffk1's avatar geoffk1
Browse files

Add names for some attributes used in MLC flash drives:

175, 176, 177, 181, 182


git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2926 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 3e3ee383
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,9 @@ NOTES FOR FUTURE RELEASES: see TODO file. ...@@ -43,6 +43,9 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE> <DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
[GK] Add names for some attributes used in MLC flash drives:
175, 176, 177, 181, 182
[CF] Windows: Check support of gcc '-mno-cygwin' option in configure. [CF] Windows: Check support of gcc '-mno-cygwin' option in configure.
This option has been removed in Cygwin gcc 4.x. Update INSTALL This option has been removed in Cygwin gcc 4.x. Update INSTALL
instructions accordingly. instructions accordingly.
......
...@@ -1985,6 +1985,15 @@ void ataPrintSmartAttribName(char * out, unsigned char id, const unsigned char * ...@@ -1985,6 +1985,15 @@ void ataPrintSmartAttribName(char * out, unsigned char id, const unsigned char *
case 13: case 13:
name="Read_Soft_Error_Rate"; name="Read_Soft_Error_Rate";
break; break;
case 175:
name="Program_Fail_Count_Chip";
break;
case 176:
name="Erase_Fail_Count_Chip";
break;
case 177:
name="Wear_Leveling_Count";
break;
case 178: case 178:
name="Used_Rsvd_Blk_Cnt_Chip"; name="Used_Rsvd_Blk_Cnt_Chip";
break; break;
...@@ -1994,6 +2003,12 @@ void ataPrintSmartAttribName(char * out, unsigned char id, const unsigned char * ...@@ -1994,6 +2003,12 @@ void ataPrintSmartAttribName(char * out, unsigned char id, const unsigned char *
case 180: case 180:
name="Unused_Rsvd_Blk_Cnt_Tot"; name="Unused_Rsvd_Blk_Cnt_Tot";
break; break;
case 181:
name="Program_Fail_Cnt_Total";
break;
case 182:
name="Erase_Fail_Count_Total";
break;
case 183: case 183:
name="Runtime_Bad_Block"; name="Runtime_Bad_Block";
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment