Skip to content
Snippets Groups Projects
Commit 0acc3458 authored by chrfranke's avatar chrfranke
Browse files

knowndrives.cpp updates:

- add OCZ-Vertex raw64 attributes
- add OCZ-Agility


git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2979 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 217e9db4
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,11 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
[CF] knowndrives.cpp updates:
- add OCZ-Vertex raw64 attributes
- add OCZ-Agility
Thanks to Marcin Marszalek for the patch.
[CF] Add '-v ID,hex*' print formats. Fix '-v N,FORMAT,NAME' parsing.
[CF] Add '-v ID,raw64[,...]' print format based on a patch provided
......
......@@ -70,8 +70,48 @@ static const drive_settings builtin_knowndrives[] = {
"", "", ""
},
{ "OCZ Vertex SSD",
"OCZ-VERTEX.*",
"", "", ""
"OCZ[ -]VERTEX.*",
"", "",
" -v 9,raw64"
" -v 12,raw64"
" -v 184,raw64,Initial_Bad_Block_Count"
" -v 195,raw64,Program_Failure_Blk_Ct"
" -v 196,raw64,Erase_Failure_Blk_Ct"
" -v 197,raw64,Read_Failure_Blk_Ct"
" -v 198,raw64,Read_Sectors_Tot_Ct"
" -v 199,raw64,Write_Sectors_Tot_Ct"
" -v 200,raw64,Read_Commands_Tot_Ct"
" -v 201,raw64,Write_Commands_Tot_Ct"
" -v 202,raw64,Error_Bits_Flash_Tot_Ct"
" -v 203,raw64,Corr_Read_Errors_Tot_Ct"
" -v 204,raw64,Bad_Block_Full_Flag"
" -v 205,raw64,Max_PE_Count_Spec"
" -v 206,raw64,Min_Erase_Count"
" -v 207,raw64,Max_Erase_Count"
" -v 208,raw64,Average_Erase_Count"
" -v 209,raw64,Remaining_Lifetime_Perc"
},
{ "OCZ Agility SSD",
"OCZ[ -]AGILITY",
"", "",
" -v 9,raw64"
" -v 12,raw64"
" -v 184,raw64,Initial_Bad_Block_Count"
" -v 195,raw64,Program_Failure_Blk_Ct"
" -v 196,raw64,Erase_Failure_Blk_Ct"
" -v 197,raw64,Read_Failure_Blk_Ct"
" -v 198,raw64,Read_Sectors_Tot_Ct"
" -v 199,raw64,Write_Sectors_Tot_Ct"
" -v 200,raw64,Read_Commands_Tot_Ct"
" -v 201,raw64,Write_Commands_Tot_Ct"
" -v 202,raw64,Error_Bits_Flash_Tot_Ct"
" -v 203,raw64,Corr_Read_Errors_Tot_Ct"
" -v 204,raw64,Bad_Block_Full_Flag"
" -v 205,raw64,Max_PE_Count_Spec"
" -v 206,raw64,Min_Erase_Count"
" -v 207,raw64,Max_Erase_Count"
" -v 208,raw64,Average_Erase_Count"
" -v 209,raw64,Remaining_Lifetime_Perc"
},
{ "Intel X25-E SSD",
"SSDSA2SH(032|064)G1.* INTEL",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment