Changes between Initial Version and Version 2 of Ticket #958
- Timestamp:
- Mar 1, 2018, 7:28:18 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #958
- Property Keywords M500IT removed
- Property Milestone Release 6.7 → unscheduled
- Property Priority major → minor
-
Ticket #958 – Description
initial v2 2 2 could you add M500IT products family in the drivedb.h database? 3 3 In the structure used to store drive database entries 4 {{{ 4 5 struct drive_settings { 5 6 const char * modelfamily; … … 9 10 const char * presets; 10 11 }; 11 12 }}} 12 13 as regular expression modelregexp the following one: 13 14 14 "(Micron[_ ])?M500IT[_ ]MTFDDA[KTY](032|050|060|064|120|128|240|256)[MS]BD" 15 `"(Micron[_ ])?M500IT[_ ]MTFDDA[KTY](032|050|060|064|120|128|240|256)[MS]BD"` 15 16 16 17 should be able to manage all the products belonging to the M500IT family. … … 18 19 19 20 Please use the following names for the smart attributes showed as "unknown" in that report 20 21 {{{ 21 22 ID# ATTRIBUTE_NAME 22 23 171 Program Fail Count … … 30 31 247 Host Program Page Count 31 32 248 FTL Program Page Count 32 33 }}} 33 34 Thanks and regards, 34 35 Giuseppe Di Genova