Annotation of embedaddon/smartmontools/drivedb.h, revision 1.1.1.4

1.1       misho       1: /*
                      2:  * drivedb.h - smartmontools drive database file
                      3:  *
                      4:  * Home page of code is: http://smartmontools.sourceforge.net
                      5:  *
                      6:  * Copyright (C) 2003-11 Philip Williams, Bruce Allen
1.1.1.3   misho       7:  * Copyright (C) 2008-13 Christian Franke <smartmontools-support@lists.sourceforge.net>
1.1       misho       8:  *
                      9:  * This program is free software; you can redistribute it and/or modify
                     10:  * it under the terms of the GNU General Public License as published by
                     11:  * the Free Software Foundation; either version 2, or (at your option)
                     12:  * any later version.
                     13:  *
                     14:  * You should have received a copy of the GNU General Public License
                     15:  * (for example COPYING); If not, see <http://www.gnu.org/licenses/>.
                     16:  *
                     17:  */
                     18: 
                     19: /*
                     20:  * Structure used to store drive database entries:
                     21:  *
                     22:  * struct drive_settings {
                     23:  *   const char * modelfamily;
                     24:  *   const char * modelregexp;
                     25:  *   const char * firmwareregexp;
                     26:  *   const char * warningmsg;
                     27:  *   const char * presets;
                     28:  * };
                     29:  *
                     30:  * The elements are used in the following ways:
                     31:  *
                     32:  *  modelfamily     Informal string about the model family/series of a
                     33:  *                  device. Set to "" if no info (apart from device id)
                     34:  *                  known.  The entry is ignored if this string starts with
                     35:  *                  a dollar sign.  Must not start with "USB:", see below.
                     36:  *  modelregexp     POSIX extended regular expression to match the model of
                     37:  *                  a device.  This should never be "".
                     38:  *  firmwareregexp  POSIX extended regular expression to match a devices's
                     39:  *                  firmware.  This is optional and should be "" if it is not
                     40:  *                  to be used.  If it is nonempty then it will be used to
                     41:  *                  narrow the set of devices matched by modelregexp.
                     42:  *  warningmsg      A message that may be displayed for matching drives.  For
                     43:  *                  example, to inform the user that they may need to apply a
                     44:  *                  firmware patch.
                     45:  *  presets         String with vendor-specific attribute ('-v') and firmware
                     46:  *                  bug fix ('-F') options.  Same syntax as in smartctl command
                     47:  *                  line.  The user's own settings override these.
                     48:  *
                     49:  * The regular expressions for drive model and firmware must match the full
                     50:  * string.  The effect of "^FULLSTRING$" is identical to "FULLSTRING".
                     51:  * The form ".*SUBSTRING.*" can be used if substring match is desired.
                     52:  *
                     53:  * The table will be searched from the start to end or until the first match,
                     54:  * so the order in the table is important for distinct entries that could match
                     55:  * the same drive.
                     56:  *
                     57:  *
                     58:  * Format for USB ID entries:
                     59:  *
                     60:  *  modelfamily     String with format "USB: DEVICE; BRIDGE" where
                     61:  *                  DEVICE is the name of the device and BRIDGE is
                     62:  *                  the name of the USB bridge.  Both may be empty
                     63:  *                  if no info known.
                     64:  *  modelregexp     POSIX extended regular expression to match the USB
                     65:  *                  vendor:product ID in hex notation ("0x1234:0xabcd").
                     66:  *                  This should never be "".
                     67:  *  firmwareregexp  POSIX extended regular expression to match the USB
                     68:  *                  bcdDevice info.  Only compared during search if other
                     69:  *                  entries with same USB vendor:product ID exist.
                     70:  *  warningmsg      Not used yet.
                     71:  *  presets         String with one device type ('-d') option.
                     72:  *
                     73:  */
                     74: 
                     75: /*
                     76: const drive_settings builtin_knowndrives[] = {
                     77:  */
1.1.1.4 ! misho      78:   { "$Id: drivedb.h 3840 2013-07-25 21:29:08Z chrfranke $",
1.1       misho      79:     "-", "-",
                     80:     "This is a dummy entry to hold the SVN-Id of drivedb.h",
                     81:     ""
1.1.1.2   misho      82:   /* Default settings:
                     83:     "-v 1,raw48,Raw_Read_Error_Rate "
                     84:     "-v 2,raw48,Throughput_Performance "
                     85:     "-v 3,raw16(avg16),Spin_Up_Time "
                     86:     "-v 4,raw48,Start_Stop_Count "
                     87:     "-v 5,raw16(raw16),Reallocated_Sector_Ct "
1.1.1.3   misho      88:     "-v 6,raw48,Read_Channel_Margin "             // HDD only
                     89:     "-v 7,raw48,Seek_Error_Rate "                 // HDD only
                     90:     "-v 8,raw48,Seek_Time_Performance "           // HDD only
                     91:     "-v 9,raw24(raw8),Power_On_Hours "
                     92:     "-v 10,raw48,Spin_Retry_Count "               // HDD only
                     93:     "-v 11,raw48,Calibration_Retry_Count "        // HDD only
1.1.1.2   misho      94:     "-v 12,raw48,Power_Cycle_Count "
                     95:     "-v 13,raw48,Read_Soft_Error_Rate "
                     96:     //  14-174 Unknown_Attribute
1.1.1.3   misho      97:     "-v 175,raw48,Program_Fail_Count_Chip "       // SSD only
                     98:     "-v 176,raw48,Erase_Fail_Count_Chip "         // SSD only
                     99:     "-v 177,raw48,Wear_Leveling_Count "           // SSD only
                    100:     "-v 178,raw48,Used_Rsvd_Blk_Cnt_Chip "        // SSD only
                    101:     "-v 179,raw48,Used_Rsvd_Blk_Cnt_Tot "         // SSD only
                    102:     "-v 180,raw48,Unused_Rsvd_Blk_Cnt_Tot "       // SSD only
1.1.1.2   misho     103:     "-v 181,raw48,Program_Fail_Cnt_Total "
1.1.1.3   misho     104:     "-v 182,raw48,Erase_Fail_Count_Total "        // SSD only
1.1.1.2   misho     105:     "-v 183,raw48,Runtime_Bad_Block "
                    106:     "-v 184,raw48,End-to-End_Error "
                    107:     //  185-186 Unknown_Attribute
                    108:     "-v 187,raw48,Reported_Uncorrect "
                    109:     "-v 188,raw48,Command_Timeout "
1.1.1.3   misho     110:     "-v 189,raw48,High_Fly_Writes "               // HDD only
1.1.1.2   misho     111:     "-v 190,tempminmax,Airflow_Temperature_Cel "
1.1.1.3   misho     112:     "-v 191,raw48,G-Sense_Error_Rate "            // HDD only
1.1.1.2   misho     113:     "-v 192,raw48,Power-Off_Retract_Count "
1.1.1.3   misho     114:     "-v 193,raw48,Load_Cycle_Count "              // HDD only
1.1.1.2   misho     115:     "-v 194,tempminmax,Temperature_Celsius "
                    116:     "-v 195,raw48,Hardware_ECC_Recovered "
                    117:     "-v 196,raw16(raw16),Reallocated_Event_Count "
                    118:     "-v 197,raw48,Current_Pending_Sector "
                    119:     "-v 198,raw48,Offline_Uncorrectable "
                    120:     "-v 199,raw48,UDMA_CRC_Error_Count "
1.1.1.3   misho     121:     "-v 200,raw48,Multi_Zone_Error_Rate "         // HDD only
                    122:     "-v 201,raw48,Soft_Read_Error_Rate "          // HDD only
                    123:     "-v 202,raw48,Data_Address_Mark_Errs "        // HDD only
1.1.1.2   misho     124:     "-v 203,raw48,Run_Out_Cancel "
                    125:     "-v 204,raw48,Soft_ECC_Correction "
                    126:     "-v 205,raw48,Thermal_Asperity_Rate "
1.1.1.3   misho     127:     "-v 206,raw48,Flying_Height "                 // HDD only
                    128:     "-v 207,raw48,Spin_High_Current "             // HDD only
                    129:     "-v 208,raw48,Spin_Buzz "                     // HDD only
                    130:     "-v 209,raw48,Offline_Seek_Performnce "       // HDD only
1.1.1.2   misho     131:     //  210-219 Unknown_Attribute
1.1.1.3   misho     132:     "-v 220,raw48,Disk_Shift "                    // HDD only
                    133:     "-v 221,raw48,G-Sense_Error_Rate "            // HDD only
                    134:     "-v 222,raw48,Loaded_Hours "                  // HDD only
                    135:     "-v 223,raw48,Load_Retry_Count "              // HDD only
                    136:     "-v 224,raw48,Load_Friction "                 // HDD only
                    137:     "-v 225,raw48,Load_Cycle_Count "              // HDD only
                    138:     "-v 226,raw48,Load-in_Time "                  // HDD only
                    139:     "-v 227,raw48,Torq-amp_Count "                // HDD only
1.1.1.2   misho     140:     "-v 228,raw48,Power-off_Retract_Count "
                    141:     //  229 Unknown_Attribute
1.1.1.3   misho     142:     "-v 230,raw48,Head_Amplitude "                // HDD only
1.1.1.2   misho     143:     "-v 231,raw48,Temperature_Celsius "
                    144:     "-v 232,raw48,Available_Reservd_Space "
1.1.1.3   misho     145:     "-v 233,raw48,Media_Wearout_Indicator "       // SSD only
1.1.1.2   misho     146:     //  234-239 Unknown_Attribute
1.1.1.3   misho     147:     "-v 240,raw48,Head_Flying_Hours "             // HDD only
1.1.1.2   misho     148:     "-v 241,raw48,Total_LBAs_Written "
                    149:     "-v 242,raw48,Total_LBAs_Read "
                    150:     //  243-249 Unknown_Attribute
                    151:     "-v 250,raw48,Read_Error_Retry_Rate "
                    152:     //  251-253 Unknown_Attribute
1.1.1.3   misho     153:     "-v 254,raw48,Free_Fall_Sensor "              // HDD only
1.1.1.2   misho     154:   */
1.1       misho     155:   },
                    156:   { "Apple SSD SM128", // Samsung?
                    157:     "APPLE SSD SM128",
                    158:     "", "", ""
                    159:   },
1.1.1.4 ! misho     160:   { "Apacer SDM4",
        !           161:     "2GB SATA Flash Drive", // tested with APSDM002G15AN-CT/SFI2101D
        !           162:     "SFI2101D", "",
        !           163:     "-v 160,raw48,Initial_Bad_Block_Count "
        !           164:     "-v 161,raw48,Bad_Block_Count "
        !           165:     "-v 162,raw48,Spare_Block_Count "
        !           166:     "-v 163,raw48,Max_Erase_Count "
        !           167:     "-v 164,raw48,Min_Erase_Count " // could be wrong
        !           168:     "-v 165,raw48,Average_Erase_Count " // could be wrong
        !           169:   },
1.1       misho     170:   { "Asus-Phison SSD",
                    171:     "ASUS-PHISON SSD",
                    172:     "", "", ""
                    173:   },
1.1.1.4 ! misho     174:   { "Crucial/Micron RealSSD C300/M500", // Marvell 88SS91xx
        !           175:     "C300-CTFDDA[AC](064|128|256)MAG|" // Marvell 88SS9174 BJP2, tested with C300-CTFDDAC128MAG/0002,
1.1.1.3   misho     176:       // C300-CTFDDAC064MAG/0006
1.1.1.4 ! misho     177:     "Crucial_CT(120|240|480)M500SSD3", // Marvell 88SS9187 BLD2, tested with Crucial_CT120M500SSD3/MU02
1.1       misho     178:     "", "",
                    179:   //"-v 1,raw48,Raw_Read_Error_Rate "
1.1.1.2   misho     180:   //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
                    181:   //"-v 9,raw24(raw8),Power_On_Hours "
1.1       misho     182:   //"-v 12,raw48,Power_Cycle_Count "
                    183:     "-v 170,raw48,Grown_Failing_Block_Ct "
                    184:     "-v 171,raw48,Program_Fail_Count "
                    185:     "-v 172,raw48,Erase_Fail_Count "
1.1.1.3   misho     186:     "-v 173,raw48,Wear_Leveling_Count "
1.1       misho     187:     "-v 174,raw48,Unexpect_Power_Loss_Ct "
                    188:     "-v 181,raw16,Non4k_Aligned_Access "
                    189:     "-v 183,raw48,SATA_Iface_Downshift "
                    190:   //"-v 184,raw48,End-to-End_Error "
1.1.1.2   misho     191:   //"-v 187,raw48,Reported_Uncorrect "
                    192:   //"-v 188,raw48,Command_Timeout "
1.1       misho     193:     "-v 189,raw48,Factory_Bad_Block_Ct "
1.1.1.2   misho     194:   //"-v 194,tempminmax,Temperature_Celsius "
                    195:   //"-v 195,raw48,Hardware_ECC_Recovered "
                    196:   //"-v 196,raw16(raw16),Reallocated_Event_Count "
                    197:   //"-v 197,raw48,Current_Pending_Sector "
                    198:   //"-v 198,raw48,Offline_Uncorrectable "
                    199:   //"-v 199,raw48,UDMA_CRC_Error_Count "
1.1       misho     200:     "-v 202,raw48,Perc_Rated_Life_Used "
                    201:     "-v 206,raw48,Write_Error_Rate"
                    202:   },
1.1.1.4 ! misho     203:   { "Crucial/Micron RealSSD m4/C400/P400", // Marvell 9176, fixed firmware
1.1.1.3   misho     204:     "C400-MTFDDA[ACK](064|128|256|512)MAM|"
1.1.1.4 ! misho     205:     "M4-CT(064|128|256|512)M4SSD[23]|" // tested with M4-CT512M4SSD2/0309
        !           206:     "MTFDDAK(064|128|256|512|050|100|200|400)MA[RN]-1[JKS]1AA.*", // tested with
        !           207:                                              // MTFDDAK256MAR-1K1AA/MA52
1.1.1.3   misho     208:     "030[9-Z]|03[1-Z].|0[4-Z]..|[1-Z]....*", // >= "0309"
                    209:     "",
                    210:   //"-v 1,raw48,Raw_Read_Error_Rate "
                    211:   //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
                    212:   //"-v 9,raw24(raw8),Power_On_Hours "
                    213:   //"-v 12,raw48,Power_Cycle_Count "
                    214:     "-v 170,raw48,Grown_Failing_Block_Ct "
                    215:     "-v 171,raw48,Program_Fail_Count "
                    216:     "-v 172,raw48,Erase_Fail_Count "
                    217:     "-v 173,raw48,Wear_Leveling_Count "
                    218:     "-v 174,raw48,Unexpect_Power_Loss_Ct "
                    219:     "-v 181,raw16,Non4k_Aligned_Access "
                    220:     "-v 183,raw48,SATA_Iface_Downshift "
                    221:   //"-v 184,raw48,End-to-End_Error "
                    222:   //"-v 187,raw48,Reported_Uncorrect "
                    223:   //"-v 188,raw48,Command_Timeout "
                    224:     "-v 189,raw48,Factory_Bad_Block_Ct "
                    225:   //"-v 194,tempminmax,Temperature_Celsius "
                    226:   //"-v 195,raw48,Hardware_ECC_Recovered "
                    227:   //"-v 196,raw16(raw16),Reallocated_Event_Count "
                    228:   //"-v 197,raw48,Current_Pending_Sector "
                    229:   //"-v 198,raw48,Offline_Uncorrectable "
                    230:   //"-v 199,raw48,UDMA_CRC_Error_Count "
                    231:     "-v 202,raw48,Perc_Rated_Life_Used "
                    232:     "-v 206,raw48,Write_Error_Rate"
                    233:   },
                    234:   { "Crucial/Micron RealSSD m4/C400", // Marvell 9176, buggy or unknown firmware
                    235:     "C400-MTFDDA[ACK](064|128|256|512)MAM|" // tested with C400-MTFDDAC256MAM/0002
                    236:     "M4-CT(064|128|256|512)M4SSD[23]", // tested with M4-CT064M4SSD2/0002,
                    237:       // M4-CT064M4SSD2/0009, M4-CT256M4SSD3/000F
                    238:     "",
                    239:     "This drive may hang after 5184 hours of power-on time:\n"
                    240:     "http://www.tomshardware.com/news/Crucial-m4-Firmware-BSOD,14544.html\n"
                    241:     "See the following web pages for firmware updates:\n"
                    242:     "http://www.crucial.com/support/firmware.aspx\n"
                    243:     "http://www.micron.com/products/solid-state-storage/client-ssd#software",
                    244:     "-v 170,raw48,Grown_Failing_Block_Ct "
                    245:     "-v 171,raw48,Program_Fail_Count "
                    246:     "-v 172,raw48,Erase_Fail_Count "
                    247:     "-v 173,raw48,Wear_Leveling_Count "
                    248:     "-v 174,raw48,Unexpect_Power_Loss_Ct "
                    249:     "-v 181,raw16,Non4k_Aligned_Access "
                    250:     "-v 183,raw48,SATA_Iface_Downshift "
                    251:     "-v 189,raw48,Factory_Bad_Block_Ct "
                    252:     "-v 202,raw48,Perc_Rated_Life_Used "
                    253:     "-v 206,raw48,Write_Error_Rate"
                    254:   },
1.1       misho     255:   { "SandForce Driven SSDs",
                    256:     "SandForce 1st Ed\\.|" // Demo Drive, tested with firmware 320A13F0
1.1.1.3   misho     257:     "ADATA SSD S(396|510|599) .?..GB|" // tested with ADATA SSD S510 60GB/320ABBF0,
1.1.1.2   misho     258:       // ADATA SSD S599 256GB/3.1.0, 64GB/3.4.6
1.1.1.4 ! misho     259:     "ADATA SP900|" // Premier Pro, SF-2281, tested with ADATA SP900/5.0.6
1.1.1.3   misho     260:     "Corsair CSSD-F(40|60|80|115|120|160|240)GBP?2.*|" // Corsair Force, tested with
                    261:       // Corsair CSSD-F40GB2/1.1, Corsair CSSD-F115GB2-A/2.1a
                    262:     "Corsair Force (3 SSD|GS|GT)|" // SF-2281, tested with
                    263:       // Corsair Force 3 SSD/1.3.2, GT/1.3.3, GS/5.03
1.1.1.2   misho     264:     "FM-25S2S-(60|120|240)GBP2|" // G.SKILL Phoenix Pro, SF-1200, tested with
                    265:       // FM-25S2S-240GBP2/4.2
1.1       misho     266:     "FTM(06|12|24|48)CT25H|" // Supertalent TeraDrive CT, tested with
                    267:       // FTM24CT25H/STTMP2P1
1.1.1.3   misho     268:     "KINGSTON SH10[03]S3(90|120|240|480)G|" // HyperX (3K), SF-2281, tested with
                    269:       // SH100S3240G/320ABBF0, SH103S3120G/505ABBF0
1.1.1.4 ! misho     270:     "KINGSTON SKC300S37A(60|120|240|480)G|" // SF-2281, tested with SKC300S37A120G/KC4ABBF0
1.1.1.3   misho     271:     "KINGSTON SVP200S3(7A)?(60|90|120|240|480)G|" // V+ 200, SF-2281, tested with
                    272:       // SVP200S37A480G/502ABBF0, SVP200S390G/332ABBF0
1.1.1.4 ! misho     273:     "KINGSTON SMS200S3(30|60|120)G|" // mSATA, SF-2241, tested with SMS200S3120G/KC3ABBF0
1.1.1.3   misho     274:     "KINGSTON SMS450S3(32|64|128)G|" // mSATA, SF-2281, tested with SMS450S3128G/503ABBF0
                    275:     "KINGSTON (SV300|SKC100|SE100)S3.*G|" // other SF-2281
                    276:     "MKNSSDCR(45|60|90|120|180|240|480)GB(-DX)?|" // Mushkin Chronos (deluxe), SF-2281,
                    277:       // tested with MKNSSDCR120GB
                    278:     "Mushkin MKNSSDCL(40|60|80|90|115|120|180|240|480)GB-DX2?|" // Mushkin Callisto deluxe,
                    279:       // SF-1200/1222, Mushkin MKNSSDCL60GB-DX/361A13F0
1.1.1.2   misho     280:     "OCZ[ -](AGILITY2([ -]EX)?|COLOSSUS2|ONYX2|VERTEX(2|-LE))( [123]\\..*)?|" // SF-1200,
1.1       misho     281:       // tested with OCZ-VERTEX2/1.11, OCZ-VERTEX2 3.5/1.11
1.1.1.2   misho     282:     "OCZ-NOCTI|" // mSATA, SF-2100, tested with OCZ-NOCTI/2.15
                    283:     "OCZ-REVODRIVE3?( X2)?|" // PCIe, SF-1200/2281, tested with
                    284:       // OCZ-REVODRIVE( X2)?/1.20, OCZ-REVODRIVE3 X2/2.11
1.1       misho     285:     "OCZ[ -](VELO|VERTEX2[ -](EX|PRO))( [123]\\..*)?|" // SF-1500, tested with
                    286:       // OCZ VERTEX2-PRO/1.10 (Bogus thresholds for attribute 232 and 235)
1.1.1.2   misho     287:     "D2[CR]STK251...-....|" // OCZ Deneva 2 C/R, SF-22xx/25xx,
                    288:       // tested with D2CSTK251M11-0240/2.08, D2CSTK251A10-0240/2.15
                    289:     "OCZ-(AGILITY3|SOLID3|VERTEX3( MI)?)|"  // SF-2200, tested with OCZ-VERTEX3/2.02,
                    290:       // OCZ-AGILITY3/2.11, OCZ-SOLID3/2.15, OCZ-VERTEX3 MI/2.15
                    291:     "OCZ Z-DRIVE R4 [CR]M8[48]|" // PCIe, SF-2282/2582, tested with OCZ Z-DRIVE R4 CM84/2.13
                    292:       // (Bogus attributes under Linux)
1.1.1.3   misho     293:     "TALOS2|" // OCZ Talos 2 C/R, SAS (works with -d sat), 2*SF-2282, tested with TALOS2/3.20E
1.1       misho     294:     "(APOC|DENC|DENEVA|FTNC|GFGC|MANG|MMOC|NIMC|TMSC).*|" // other OCZ SF-1200,
                    295:       // tested with DENCSTE251M11-0120/1.33, DENEVA PCI-E/1.33
                    296:     "(DENR|DRSAK|EC188|NIMR|PSIR|TRSAK).*|" // other OCZ SF-1500
1.1.1.2   misho     297:     "OWC Mercury Electra [36]G SSD|" // tested with
                    298:       // OWC Mercury Electra 6G SSD/502ABBF0
1.1       misho     299:     "OWC Mercury Extreme Pro (RE )?SSD|" // tested with
                    300:       // OWC Mercury Extreme Pro SSD/360A13F0
1.1.1.4 ! misho     301:     "OWC Mercury EXTREME Pro 6G SSD|" // tested with
        !           302:       // OWC Mercury EXTREME Pro 6G SSD/507ABBF0
1.1.1.2   misho     303:     "Patriot Pyro|" // tested with Patriot Pyro/332ABBF0
1.1.1.3   misho     304:     "SanDisk SDSSDX(60|120|240|480)GG25|" // SanDisk Extreme, SF-2281, tested with
                    305:       // SDSSDX240GG25/R201
                    306:     "SuperSSpeed S301 [0-9]*GB|" // SF-2281, tested with SuperSSpeed S301 128GB/503
                    307:     "(TX32|TX31C1|VN0.?..GCNMK).*|" // Smart Storage Systems XceedSTOR
1.1.1.2   misho     308:     "(TX22D1|TX21B1).*|" // Smart Storage Systems XceedIOPS2
                    309:     "TX52D1.*|" // Smart Storage Systems Xcel-200
1.1.1.3   misho     310:     "TS(64|128|256|512)GSSD320|" // Transcend SSD320, SF-2281, tested with TS128GSSD320
1.1       misho     311:     "UGB(88P|99S)GC...H[BF].", // Unigen, tested with
                    312:       // UGB88PGC100HF2/MP Rev2, UGB99SGC100HB3/RC Rev3
                    313:     "", "",
                    314:     "-v 1,raw24/raw32,Raw_Read_Error_Rate "
                    315:     "-v 5,raw48,Retired_Block_Count "
                    316:     "-v 9,msec24hour32,Power_On_Hours_and_Msec "
                    317:   //"-v 12,raw48,Power_Cycle_Count "
                    318:     "-v 13,raw24/raw32,Soft_Read_Error_Rate "
                    319:     "-v 100,raw48,Gigabytes_Erased "
                    320:     "-v 170,raw48,Reserve_Block_Count "
                    321:     "-v 171,raw48,Program_Fail_Count "
                    322:     "-v 172,raw48,Erase_Fail_Count "
                    323:     "-v 174,raw48,Unexpect_Power_Loss_Ct "
                    324:     "-v 177,raw48,Wear_Range_Delta "
                    325:     "-v 181,raw48,Program_Fail_Count "
                    326:     "-v 182,raw48,Erase_Fail_Count "
                    327:     "-v 184,raw48,IO_Error_Detect_Code_Ct "
                    328:   //"-v 187,raw48,Reported_Uncorrect "
1.1.1.3   misho     329:     "-v 189,tempminmax,Airflow_Temperature_Cel "
1.1       misho     330:   //"-v 194,tempminmax,Temperature_Celsius "
                    331:     "-v 195,raw24/raw32,ECC_Uncorr_Error_Count "
1.1.1.2   misho     332:   //"-v 196,raw16(raw16),Reallocated_Event_Count "
1.1.1.3   misho     333:     "-v 198,raw24/raw32:210zr54,Uncorrectable_Sector_Ct " // KINGSTON SE100S3100G/510ABBF0
1.1       misho     334:     "-v 199,raw48,SATA_CRC_Error_Count "
                    335:     "-v 201,raw24/raw32,Unc_Soft_Read_Err_Rate "
                    336:     "-v 204,raw24/raw32,Soft_ECC_Correct_Rate "
                    337:     "-v 230,raw48,Life_Curve_Status "
                    338:     "-v 231,raw48,SSD_Life_Left "
                    339:   //"-v 232,raw48,Available_Reservd_Space "
                    340:     "-v 233,raw48,SandForce_Internal "
                    341:     "-v 234,raw48,SandForce_Internal "
                    342:     "-v 235,raw48,SuperCap_Health "
                    343:     "-v 241,raw48,Lifetime_Writes_GiB "
                    344:     "-v 242,raw48,Lifetime_Reads_GiB"
                    345:   },
                    346:   { "Indilinx Barefoot based SSDs",
1.1.1.2   misho     347:     "Corsair CSSD-V(32|60|64|128|256)GB2|" // Corsair Nova, tested with Corsair CSSD-V32GB2/2.2
1.1       misho     348:     "CRUCIAL_CT(64|128|256)M225|" // tested with CRUCIAL_CT64M225/1571
                    349:     "G.SKILL FALCON (64|128|256)GB SSD|" // tested with G.SKILL FALCON 128GB SSD/2030
                    350:     "OCZ[ -](AGILITY|ONYX|VERTEX( 1199|-TURBO)?)|" // tested with
                    351:       // OCZ-ONYX/1.6, OCZ-VERTEX 1199/00.P97, OCZ-VERTEX/1.30, OCZ VERTEX-TURBO/1.5
                    352:     "Patriot[ -]Torqx.*|"
                    353:     "RENICE Z2|" // tested with RENICE Z2/2030
                    354:     "STT_FT[MD](28|32|56|64)GX25H|" // Super Talent Ultradrive GX, tested with STT_FTM64GX25H/1916
                    355:     "TS(18|25)M(64|128)MLC(16|32|64|128|256|512)GSSD|" // ASAX Leopard Hunt II, tested with TS25M64MLC64GSSD/0.1
                    356:     "FM-25S2I-(64|128)GBFII|" // G.Skill FALCON II, tested with FM-25S2I-64GBFII
                    357:     "TS(60|120)GSSD25D-M", // Transcend Ultra SSD (SATA II), see also Ticket #80
                    358:     "", "",
                    359:     "-v 1,raw64 " // Raw_Read_Error_Rate
                    360:     "-v 9,raw64 " // Power_On_Hours
                    361:     "-v 12,raw64 " // Power_Cycle_Count
                    362:     "-v 184,raw64,Initial_Bad_Block_Count "
                    363:     "-v 195,raw64,Program_Failure_Blk_Ct "
                    364:     "-v 196,raw64,Erase_Failure_Blk_Ct "
                    365:     "-v 197,raw64,Read_Failure_Blk_Ct "
                    366:     "-v 198,raw64,Read_Sectors_Tot_Ct "
                    367:     "-v 199,raw64,Write_Sectors_Tot_Ct "
                    368:     "-v 200,raw64,Read_Commands_Tot_Ct "
                    369:     "-v 201,raw64,Write_Commands_Tot_Ct "
                    370:     "-v 202,raw64,Error_Bits_Flash_Tot_Ct "
                    371:     "-v 203,raw64,Corr_Read_Errors_Tot_Ct "
                    372:     "-v 204,raw64,Bad_Block_Full_Flag "
                    373:     "-v 205,raw64,Max_PE_Count_Spec "
                    374:     "-v 206,raw64,Min_Erase_Count "
                    375:     "-v 207,raw64,Max_Erase_Count "
                    376:     "-v 208,raw64,Average_Erase_Count "
                    377:     "-v 209,raw64,Remaining_Lifetime_Perc "
                    378:     "-v 210,raw64,Indilinx_Internal "
                    379:     "-v 211,raw64,SATA_Error_Ct_CRC "
                    380:     "-v 212,raw64,SATA_Error_Ct_Handshake "
                    381:     "-v 213,raw64,Indilinx_Internal"
                    382:   },
1.1.1.3   misho     383:   { "Indilinx Barefoot_2/Everest/Martini based SSDs",
                    384:     "OCZ VERTEX[ -]PLUS|" // tested with OCZ VERTEX-PLUS/3.55, OCZ VERTEX PLUS/3.55
                    385:     "OCZ-VERTEX PLUS R2|" // Barefoot 2, tested with OCZ-VERTEX PLUS R2/1.2
                    386:     "OCZ-PETROL|" // Everest 1, tested with OCZ-PETROL/3.12
                    387:     "OCZ-AGILITY4|" // Everest 2, tested with OCZ-AGILITY4/1.5.2
                    388:     "OCZ-VERTEX4", // Everest 2, tested with OCZ-VERTEX4/1.5
1.1.1.2   misho     389:     "", "", ""
                    390:   //"-v 1,raw48,Raw_Read_Error_Rate "
                    391:   //"-v 3,raw16(avg16),Spin_Up_Time "
                    392:   //"-v 4,raw48,Start_Stop_Count "
                    393:   //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
                    394:   //"-v 9,raw24(raw8),Power_On_Hours "
                    395:   //"-v 12,raw48,Power_Cycle_Count "
1.1.1.3   misho     396:     "-v 232,raw48,Lifetime_Writes " // LBA?
1.1.1.2   misho     397:   //"-v 233,raw48,Media_Wearout_Indicator"
                    398:   },
1.1.1.3   misho     399:   { "Indilinx Barefoot 3 based SSDs",
                    400:     "OCZ-VECTOR", // tested with OCZ-VECTOR/1.03
                    401:     "", "", ""
                    402:     "-v 5,raw48,Runtime_Bad_Block "
                    403:   //"-v 9,raw24(raw8),Power_On_Hours "
                    404:   //"-v 12,raw48,Power_Cycle_Count "
                    405:     "-v 171,raw48,Avail_OP_Block_Count "
                    406:     "-v 174,raw48,Pwr_Cycle_Ct_Unplanned "
                    407:     "-v 187,raw48,Total_Unc_NAND_Reads "
                    408:     "-v 195,raw48,Total_Prog_Failures "
                    409:     "-v 196,raw48,Total_Erase_Failures "
                    410:     "-v 197,raw48,Total_Unc_Read_Failures "
                    411:     "-v 198,raw48,Host_Reads_GiB "
                    412:     "-v 199,raw48,Host_Writes_GiB "
                    413:     "-v 208,raw48,Average_Erase_Count "
                    414:     "-v 210,raw48,SATA_CRC_Error_Count "
                    415:     "-v 233,raw48,Remaining_Lifetime_Perc "
                    416:     "-v 249,raw48,Total_NAND_Prog_Ct_GiB"
                    417:   },
1.1.1.4 ! misho     418:   { "InnoDisk InnoLite SATADOM D150QV-L SSDs", // tested with InnoLite SATADOM D150QV-L/120319
        !           419:     "InnoLite SATADOM D150QV-L",
        !           420:     "", "",
        !           421:   //"-v 1,raw48,Raw_Read_Error_Rate "
        !           422:   //"-v 2,raw48,Throughput_Performance "
        !           423:   //"-v 3,raw16(avg16),Spin_Up_Time "
        !           424:   //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
        !           425:   //"-v 7,raw48,Seek_Error_Rate " // from InnoDisk iSMART Linux tool, useless for SSD
        !           426:   //"-v 8,raw48,Seek_Time_Performance "
        !           427:   //"-v 9,raw24(raw8),Power_On_Hours "
        !           428:   //"-v 10,raw48,Spin_Retry_Count "
        !           429:   //"-v 12,raw48,Power_Cycle_Count "
        !           430:     "-v 168,raw48,SATA_PHY_Error_Count "
        !           431:     "-v 170,raw48,Bad_Block_Count "
        !           432:     "-v 173,raw48,Erase_Count "
        !           433:     "-v 175,raw48,Bad_Cluster_Table_Count "
        !           434:     "-v 192,raw48,Unexpect_Power_Loss_Ct "
        !           435:   //"-v 194,tempminmax,Temperature_Celsius "
        !           436:   //"-v 197,raw48,Current_Pending_Sector "
        !           437:     "-v 229,hex48,Flash_ID "
        !           438:     "-v 235,raw48,Later_Bad_Block "
        !           439:     "-v 236,raw48,Unstable_Power_Count "
        !           440:     "-v 240,raw48,Write_Head"
        !           441:   },
1.1       misho     442:   { "Intel X25-E SSDs",
                    443:     "SSDSA2SH(032|064)G1.* INTEL",  // G1 = first generation
                    444:     "", "",
1.1.1.2   misho     445:   //"-v 3,raw16(avg16),Spin_Up_Time "
1.1       misho     446:   //"-v 4,raw48,Start_Stop_Count "
1.1.1.2   misho     447:   //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
                    448:   //"-v 9,raw24(raw8),Power_On_Hours "
1.1       misho     449:   //"-v 12,raw48,Power_Cycle_Count "
                    450:     "-v 192,raw48,Unsafe_Shutdown_Count "
                    451:     "-v 225,raw48,Host_Writes_32MiB "
                    452:     "-v 226,raw48,Intel_Internal "
                    453:     "-v 227,raw48,Intel_Internal "
                    454:     "-v 228,raw48,Intel_Internal "
                    455:   //"-v 232,raw48,Available_Reservd_Space "
                    456:   //"-v 233,raw48,Media_Wearout_Indicator"
                    457:   },
                    458:   { "Intel X18-M/X25-M G1 SSDs",
                    459:     "INTEL SSDSA[12]MH(080|160)G1.*",  // G1 = first generation, 50nm
                    460:     "", "",
1.1.1.2   misho     461:   //"-v 3,raw16(avg16),Spin_Up_Time "
1.1       misho     462:   //"-v 4,raw48,Start_Stop_Count "
1.1.1.2   misho     463:   //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
                    464:   //"-v 9,raw24(raw8),Power_On_Hours "
1.1       misho     465:   //"-v 12,raw48,Power_Cycle_Count "
                    466:     "-v 192,raw48,Unsafe_Shutdown_Count "
                    467:     "-v 225,raw48,Host_Writes_32MiB "
                    468:     "-v 226,raw48,Intel_Internal "
                    469:     "-v 227,raw48,Intel_Internal "
                    470:     "-v 228,raw48,Intel_Internal "
                    471:   //"-v 232,raw48,Available_Reservd_Space "
                    472:   //"-v 233,raw48,Media_Wearout_Indicator"
                    473:   },
                    474:   { "Intel X18-M/X25-M/X25-V G2 SSDs", // fixed firmware
                    475:       // tested with INTEL SSDSA2M(080|160)G2GC/2CV102J8 (X25-M)
                    476:     "INTEL SSDSA[12]M(040|080|120|160)G2.*",  // G2 = second generation, 34nm
                    477:     "2CV102(J[89A-Z]|[K-Z].)", // >= "2CV102J8"
                    478:     "",
1.1.1.2   misho     479:   //"-v 3,raw16(avg16),Spin_Up_Time "
1.1       misho     480:   //"-v 4,raw48,Start_Stop_Count "
1.1.1.2   misho     481:   //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
                    482:   //"-v 9,raw24(raw8),Power_On_Hours "
1.1       misho     483:   //"-v 12,raw48,Power_Cycle_Count "
                    484:   //"-v 184,raw48,End-to-End_Error " // G2 only
                    485:     "-v 192,raw48,Unsafe_Shutdown_Count "
                    486:     "-v 225,raw48,Host_Writes_32MiB "
                    487:     "-v 226,raw48,Workld_Media_Wear_Indic " // Timed Workload Media Wear Indicator (percent*1024)
                    488:     "-v 227,raw48,Workld_Host_Reads_Perc "  // Timed Workload Host Reads Percentage
                    489:     "-v 228,raw48,Workload_Minutes " // 226,227,228 can be reset by 'smartctl -t vendor,0x40'
                    490:   //"-v 232,raw48,Available_Reservd_Space "
                    491:   //"-v 233,raw48,Media_Wearout_Indicator"
                    492:   },
                    493:   { "Intel X18-M/X25-M/X25-V G2 SSDs", // buggy or unknown firmware
                    494:       // tested with INTEL SSDSA2M040G2GC/2CV102HD (X25-V)
                    495:     "INTEL SSDSA[12]M(040|080|120|160)G2.*",
                    496:     "",
                    497:     "This drive may require a firmware update to\n"
                    498:     "fix possible drive hangs when reading SMART self-test log:\n"
                    499:     "http://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=18363",
                    500:     "-v 192,raw48,Unsafe_Shutdown_Count "
                    501:     "-v 225,raw48,Host_Writes_32MiB "
                    502:     "-v 226,raw48,Workld_Media_Wear_Indic "
                    503:     "-v 227,raw48,Workld_Host_Reads_Perc "
                    504:     "-v 228,raw48,Workload_Minutes"
                    505:   },
1.1.1.4 ! misho     506:   { "Intel 313 Series SSDs", // tested with INTEL SSDSA2VP020G3/9CV10379
        !           507:     "INTEL SSDSA2VP(020|024)G3",
        !           508:     "", "",
        !           509:   //"-v 3,raw16(avg16),Spin_Up_Time "
        !           510:   //"-v 4,raw48,Start_Stop_Count "
        !           511:   //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
        !           512:   //"-v 9,raw24(raw8),Power_On_Hours "
        !           513:   //"-v 12,raw48,Power_Cycle_Count "
        !           514:     "-v 170,raw48,Reserve_Block_Count "
        !           515:     "-v 171,raw48,Program_Fail_Count "
        !           516:     "-v 172,raw48,Erase_Fail_Count "
        !           517:     "-v 183,raw48,SATA_Downshift_Count "
        !           518:   //"-v 184,raw48,End-to-End_Error "
        !           519:   //"-v 187,raw48,Reported_Uncorrect "
        !           520:     "-v 192,raw48,Unsafe_Shutdown_Count "
        !           521:     "-v 225,raw48,Host_Writes_32MiB "
        !           522:     "-v 226,raw48,Workld_Media_Wear_Indic " // Timed Workload Media Wear Indicator (percent*1024)
        !           523:     "-v 227,raw48,Workld_Host_Reads_Perc "  // Timed Workload Host Reads Percentage
        !           524:     "-v 228,raw48,Workload_Minutes " // 226,227,228 can be reset by 'smartctl -t vendor,0x40'
        !           525:   //"-v 232,raw48,Available_Reservd_Space "
        !           526:   //"-v 233,raw48,Media_Wearout_Indicator "
        !           527:     "-v 241,raw48,Host_Writes_32MiB "
        !           528:     "-v 242,raw48,Host_Reads_32MiB"
        !           529:   },
1.1.1.3   misho     530:   { "Intel 320 Series SSDs", // tested with INTEL SSDSA2CT040G3/4PC10362,
1.1.1.4 ! misho     531:       // INTEL SSDSA2CW160G3/4PC10362, INTEL SSDSA2BT040G3/4PC10362, INTEL SSDSA2BW120G3A/4PC10362
        !           532:     "INTEL SSDSA[12][BC][WT](040|080|120|160|300|600)G3A?",
1.1       misho     533:     "", "",
1.1.1.3   misho     534:     "-F nologdir "
1.1.1.2   misho     535:   //"-v 3,raw16(avg16),Spin_Up_Time "
1.1       misho     536:   //"-v 4,raw48,Start_Stop_Count "
1.1.1.2   misho     537:   //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
                    538:   //"-v 9,raw24(raw8),Power_On_Hours "
1.1       misho     539:   //"-v 12,raw48,Power_Cycle_Count "
                    540:     "-v 170,raw48,Reserve_Block_Count "
                    541:     "-v 171,raw48,Program_Fail_Count "
                    542:     "-v 172,raw48,Erase_Fail_Count "
                    543:   //"-v 184,raw48,End-to-End_Error "
                    544:   //"-v 187,raw48,Reported_Uncorrect "
                    545:     "-v 192,raw48,Unsafe_Shutdown_Count "
                    546:     "-v 225,raw48,Host_Writes_32MiB "
                    547:     "-v 226,raw48,Workld_Media_Wear_Indic " // Timed Workload Media Wear Indicator (percent*1024)
                    548:     "-v 227,raw48,Workld_Host_Reads_Perc "  // Timed Workload Host Reads Percentage
                    549:     "-v 228,raw48,Workload_Minutes " // 226,227,228 can be reset by 'smartctl -t vendor,0x40'
                    550:   //"-v 232,raw48,Available_Reservd_Space "
                    551:   //"-v 233,raw48,Media_Wearout_Indicator "
                    552:     "-v 241,raw48,Host_Writes_32MiB "
                    553:     "-v 242,raw48,Host_Reads_32MiB"
                    554:   },
1.1.1.3   misho     555:   { "Intel 710 Series SSDs", // tested with INTEL SSDSA2BZ[12]00G3/6PB10362
1.1       misho     556:     "INTEL SSDSA2BZ(100|200|300)G3",
                    557:     "", "",
1.1.1.3   misho     558:     "-F nologdir "
1.1.1.2   misho     559:   //"-v 3,raw16(avg16),Spin_Up_Time "
1.1       misho     560:   //"-v 4,raw48,Start_Stop_Count "
1.1.1.2   misho     561:   //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
                    562:   //"-v 9,raw24(raw8),Power_On_Hours "
1.1       misho     563:   //"-v 12,raw48,Power_Cycle_Count "
                    564:     "-v 170,raw48,Reserve_Block_Count "
                    565:     "-v 171,raw48,Program_Fail_Count "
                    566:     "-v 172,raw48,Erase_Fail_Count "
1.1.1.3   misho     567:     "-v 174,raw48,Unexpect_Power_Loss_Ct " // Missing in 710 specification from September 2011
1.1       misho     568:     "-v 183,raw48,SATA_Downshift_Count "
                    569:   //"-v 184,raw48,End-to-End_Error "
                    570:   //"-v 187,raw48,Reported_Uncorrect "
1.1.1.2   misho     571:   //"-v 190,tempminmax,Airflow_Temperature_Cel "
1.1       misho     572:     "-v 192,raw48,Unsafe_Shutdown_Count "
                    573:     "-v 225,raw48,Host_Writes_32MiB "
                    574:     "-v 226,raw48,Workld_Media_Wear_Indic " // Timed Workload Media Wear Indicator (percent*1024)
                    575:     "-v 227,raw48,Workld_Host_Reads_Perc "  // Timed Workload Host Reads Percentage
                    576:     "-v 228,raw48,Workload_Minutes " // 226,227,228 can be reset by 'smartctl -t vendor,0x40'
                    577:   //"-v 232,raw48,Available_Reservd_Space "
                    578:   //"-v 233,raw48,Media_Wearout_Indicator "
                    579:     "-v 241,raw48,Host_Writes_32MiB "
                    580:     "-v 242,raw48,Host_Reads_32MiB"
                    581:   },
                    582:   { "Intel 510 Series SSDs",
                    583:     "INTEL SSDSC2MH(120|250)A2",
                    584:     "", "",
1.1.1.2   misho     585:   //"-v 3,raw16(avg16),Spin_Up_Time "
1.1       misho     586:   //"-v 4,raw48,Start_Stop_Count "
1.1.1.2   misho     587:   //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
                    588:   //"-v 9,raw24(raw8),Power_On_Hours "
1.1       misho     589:   //"-v 12,raw48,Power_Cycle_Count "
                    590:     "-v 192,raw48,Unsafe_Shutdown_Count "
                    591:     "-v 225,raw48,Host_Writes_32MiB "
                    592:   //"-v 232,raw48,Available_Reservd_Space "
                    593:   //"-v 233,raw48,Media_Wearout_Indicator"
                    594:   },
1.1.1.3   misho     595:   { "Intel 520 Series SSDs", // tested with INTEL SSDSC2CW120A3/400i, SSDSC2BW480A3F/400i
                    596:     "INTEL SSDSC2[BC]W(060|120|180|240|480)A3F?",
1.1.1.2   misho     597:     "", "",
                    598:   //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
                    599:     "-v 9,msec24hour32,Power_On_Hours_and_Msec "
                    600:   //"-v 12,raw48,Power_Cycle_Count "
                    601:     "-v 170,raw48,Available_Reservd_Space "
                    602:     "-v 171,raw48,Program_Fail_Count "
                    603:     "-v 172,raw48,Erase_Fail_Count "
                    604:     "-v 174,raw48,Unexpect_Power_Loss_Ct "
                    605:   //"-v 184,raw48,End-to-End_Error "
                    606:     "-v 187,raw48,Uncorrectable_Error_Cnt "
                    607:   //"-v 192,raw48,Power-Off_Retract_Count "
                    608:     "-v 225,raw48,Host_Writes_32MiB "
                    609:     "-v 226,raw48,Workld_Media_Wear_Indic "
                    610:     "-v 227,raw48,Workld_Host_Reads_Perc "
                    611:     "-v 228,raw48,Workload_Minutes "
                    612:   //"-v 232,raw48,Available_Reservd_Space "
                    613:   //"-v 233,raw48,Media_Wearout_Indicator "
                    614:     "-v 241,raw48,Host_Writes_32MiB "
                    615:     "-v 242,raw48,Host_Reads_32MiB "
                    616:     "-v 249,raw48,NAND_Writes_1GiB"
                    617:   },
1.1.1.4 ! misho     618:   { "Intel 330/335 Series SSDs", // tested with INTEL SSDSC2CT180A3/300i, SSDSC2CT240A3/300i,
        !           619:       // INTEL SSDSC2CT240A4/335t
        !           620:     "INTEL SSDSC2CT(060|120|180|240)A[34]", // A4 = 335 Series
1.1.1.2   misho     621:     "", "",
                    622:   //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
                    623:     "-v 9,msec24hour32,Power_On_Hours_and_Msec "
                    624:   //"-v 12,raw48,Power_Cycle_Count "
                    625:   //"-v 181,raw48,Program_Fail_Cnt_Total " // ] Missing in 330 specification from April 2012
                    626:   //"-v 182,raw48,Erase_Fail_Count_Total " // ]
                    627:   //"-v 192,raw48,Power-Off_Retract_Count "
                    628:     "-v 225,raw48,Host_Writes_32MiB "
                    629:   //"-v 232,raw48,Available_Reservd_Space "
                    630:   //"-v 233,raw48,Media_Wearout_Indicator "
                    631:     "-v 241,raw48,Host_Writes_32MiB "
                    632:     "-v 242,raw48,Host_Reads_32MiB "
                    633:     "-v 249,raw48,NAND_Writes_1GiB"
                    634:   },
1.1.1.3   misho     635:   { "Intel DC S3700 Series SSDs", // tested with INTEL SSDSC2BA200G3/5DV10250
                    636:     "INTEL SSDSC(1N|2B)A(100|200|400|800)G3",
                    637:     "", "",
                    638:   //"-v 3,raw16(avg16),Spin_Up_Time "
                    639:   //"-v 4,raw48,Start_Stop_Count "
                    640:   //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
                    641:   //"-v 9,raw24(raw8),Power_On_Hours "
                    642:   //"-v 12,raw48,Power_Cycle_Count "
                    643:     "-v 170,raw48,Available_Reservd_Space "
                    644:     "-v 171,raw48,Program_Fail_Count "
                    645:     "-v 172,raw48,Erase_Fail_Count "
                    646:     "-v 174,raw48,Unsafe_Shutdown_Count "
                    647:     "-v 175,raw48,Power_Loss_Cap_Test "
                    648:     "-v 183,raw48,SATA_Downshift_Count "
                    649:   //"-v 184,raw48,End-to-End_Error "
                    650:   //"-v 187,raw48,Reported_Uncorrect "
                    651:     "-v 190,tempminmax,Temperature_Case "
                    652:     "-v 192,raw48,Unsafe_Shutdown_Count "
                    653:     "-v 194,tempminmax,Temperature_Internal "
                    654:   //"-v 197,raw48,Current_Pending_Sector "
                    655:     "-v 199,raw48,CRC_Error_Count "
                    656:     "-v 225,raw48,Host_Writes_32MiB "
                    657:     "-v 226,raw48,Workld_Media_Wear_Indic " // Timed Workload Media Wear Indicator (percent*1024)
                    658:     "-v 227,raw48,Workld_Host_Reads_Perc "  // Timed Workload Host Reads Percentage
                    659:     "-v 228,raw48,Workload_Minutes " // 226,227,228 can be reset by 'smartctl -t vendor,0x40'
                    660:   //"-v 232,raw48,Available_Reservd_Space "
                    661:   //"-v 233,raw48,Media_Wearout_Indicator "
                    662:     "-v 234,raw48,Thermal_Throttle "
                    663:     "-v 241,raw48,Host_Writes_32MiB "
                    664:     "-v 242,raw48,Host_Reads_32MiB"
                    665:   },
1.1       misho     666:   { "Kingston branded X25-V SSDs", // fixed firmware
                    667:     "KINGSTON SSDNow 40GB",
                    668:     "2CV102(J[89A-Z]|[K-Z].)", // >= "2CV102J8"
                    669:     "",
                    670:     "-v 192,raw48,Unsafe_Shutdown_Count "
                    671:     "-v 225,raw48,Host_Writes_32MiB "
                    672:     "-v 226,raw48,Workld_Media_Wear_Indic "
                    673:     "-v 227,raw48,Workld_Host_Reads_Perc "
                    674:     "-v 228,raw48,Workload_Minutes"
                    675:   },
                    676:   { "Kingston branded X25-V SSDs", // buggy or unknown firmware
                    677:     "KINGSTON SSDNow 40GB",
                    678:     "",
                    679:     "This drive may require a firmware update to\n"
                    680:     "fix possible drive hangs when reading SMART self-test log.\n"
                    681:     "To update Kingston branded drives, a modified Intel update\n"
                    682:     "tool must be used. Search for \"kingston 40gb firmware\".",
                    683:     "-v 192,raw48,Unsafe_Shutdown_Count "
                    684:     "-v 225,raw48,Host_Writes_32MiB "
                    685:     "-v 226,raw48,Workld_Media_Wear_Indic "
                    686:     "-v 227,raw48,Workld_Host_Reads_Perc "
                    687:     "-v 228,raw48,Workload_Minutes"
                    688:   },
                    689:   { "JMicron based SSDs", // JMicron JMF60x
                    690:     "Kingston SSDNow V Series [0-9]*GB|" // tested with Kingston SSDNow V Series 64GB/B090522a
                    691:     "TS(2|4|8|16|32|64|128|192)GSSD25S?-(M|S)", // Transcend IDE and SATA, tested with TS32GSSD25-M/V090331
                    692:     "[BV].*", // other Transcend SSD versions will be catched by subsequent entry
                    693:     "",
1.1.1.2   misho     694:   //"-v 9,raw24(raw8),Power_On_Hours " // raw value always 0?
1.1       misho     695:   //"-v 12,raw48,Power_Cycle_Count "
                    696:   //"-v 194,tempminmax,Temperature_Celsius " // raw value always 0?
                    697:     "-v 229,hex64:w012345r,Halt_System/Flash_ID " // Halt, Flash[7]
                    698:     "-v 232,hex64:w012345r,Firmware_Version_Info " // "YYMMDD", #Channels, #Banks
                    699:     "-v 233,hex48:w01234,ECC_Fail_Record " // Fail number, Row[3], Channel, Bank
1.1.1.3   misho     700:     "-v 234,raw24/raw24:w01234,Avg/Max_Erase_Count "
                    701:     "-v 235,raw24/raw24:w01z23,Good/Sys_Block_Count"
1.1       misho     702:   },
                    703:   { "JMicron based SSDs", // JMicron JMF61x
1.1.1.2   misho     704:     "ADATA S596 Turbo|"  // tested with ADATA S596 Turbo 256GB SATA SSD (JMicron JMF616)
                    705:     "APPLE SSD TS.*|"  // Toshiba?, tested with APPLE SSD TS064C/CJAA0201
1.1       misho     706:     "KINGSTON SNV425S2(64|128)GB|"  // SSDNow V Series (2. Generation, JMF618),
                    707:                                     // tested with KINGSTON SNV425S264GB/C091126a
1.1.1.3   misho     708:     "KINGSTON SSDNOW 30GB|" // tested with KINGSTON SSDNOW 30GB/AJXA0202
1.1       misho     709:     "KINGSTON SS100S2(8|16)G|"  // SSDNow S100 Series, tested with KINGSTON SS100S28G/D100309a
                    710:     "KINGSTON SVP?100S2B?(64|96|128|256|512)G|"  // SSDNow V100/V+100 Series,
1.1.1.4 ! misho     711:       // tested with KINGSTON SVP100S296G/CJR10202, KINGSTON SV100S2256G/D110225a
        !           712:     "KINGSTON SV200S3(64|128|256)G|" // SSDNow V200 Series, tested with KINGSTON SV200S3128G/E120506a
1.1       misho     713:     "TOSHIBA THNS128GG4BBAA|"  // Toshiba / Super Talent UltraDrive DX,
                    714:                                // tested with Toshiba 128GB 2.5" SSD (built in MacBooks)
1.1.1.2   misho     715:     "TOSHIBA THNSNC128GMLJ|" // tested with THNSNC128GMLJ/CJTA0202 (built in Toshiba Protege/Dynabook)
1.1.1.3   misho     716:     "TS(8|16|32|64|128|192|256|512)GSSD25S?-(MD?|S)", // Transcend IDE and SATA (JMF612), tested with
                    717:       // TS256GSSD25S-M/101028, TS32GSSD25-M/20101227
1.1       misho     718:     "", "",
                    719:   //"-v 1,raw48,Raw_Read_Error_Rate "
                    720:   //"-v 2,raw48,Throughput_Performance "
                    721:     "-v 3,raw48,Unknown_Attribute "
1.1.1.2   misho     722:   //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
1.1       misho     723:     "-v 7,raw48,Unknown_Attribute "
                    724:     "-v 8,raw48,Unknown_Attribute "
1.1.1.2   misho     725:   //"-v 9,raw24(raw8),Power_On_Hours "
1.1       misho     726:     "-v 10,raw48,Unknown_Attribute "
                    727:   //"-v 12,raw48,Power_Cycle_Count "
1.1.1.2   misho     728:   //"-v 167,raw48,Unknown_Attribute "
1.1       misho     729:     "-v 168,raw48,SATA_Phy_Error_Count "
1.1.1.2   misho     730:   //"-v 169,raw48,Unknown_Attribute "
1.1       misho     731:     "-v 170,raw16,Bad_Block_Count "
                    732:     "-v 173,raw16,Erase_Count "
                    733:     "-v 175,raw48,Bad_Cluster_Table_Count "
                    734:     "-v 192,raw48,Unexpect_Power_Loss_Ct "
                    735:   //"-v 194,tempminmax,Temperature_Celsius "
                    736:   //"-v 197,raw48,Current_Pending_Sector "
                    737:     "-v 240,raw48,Unknown_Attribute"
                    738:   },
1.1.1.3   misho     739:   { "Plextor M3 (Pro) Series SSDs", // Marvell 9174, tested with PLEXTOR PX-128M3/1.01,
                    740:       // PLEXTOR PX-128M3P/1.04, PLEXTOR PX-256M3/1.05
                    741:       // (1.04/5 Firmware self-test log lifetime unit is bogus, possibly 1/256 hours)
                    742:     "PLEXTOR PX-(64|128|256|512)M3P?",
                    743:     "", "",
                    744:   //"-v 1,raw48,Raw_Read_Error_Rate "
                    745:   //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
                    746:   //"-v 9,raw24(raw8),Power_On_Hours "
                    747:   //"-v 12,raw48,Power_Cycle_Count "
                    748:   //"-v 177,raw48,Wear_Leveling_Count "
                    749:   //"-v 178,raw48,Used_Rsvd_Blk_Cnt_Chip "
                    750:   //"-v 181,raw48,Program_Fail_Cnt_Total "
                    751:   //"-v 182,raw48,Erase_Fail_Count_Total "
                    752:   //"-v 187,raw48,Reported_Uncorrect "
                    753:   //"-v 192,raw48,Power-Off_Retract_Count "
                    754:   //"-v 196,raw16(raw16),Reallocated_Event_Count "
                    755:   //"-v 198,raw48,Offline_Uncorrectable "
                    756:   //"-v 199,raw48,UDMA_CRC_Error_Count "
                    757:   //"-v 232,raw48,Available_Reservd_Space "
                    758:     ""
                    759:   },
1.1       misho     760:   { "Samsung based SSDs",
                    761:     "SAMSUNG SSD PM800 .*GB|"  // SAMSUNG PM800 SSDs, tested with SAMSUNG SSD PM800 TH 64GB/VBM25D1Q
                    762:     "SAMSUNG SSD PM810 .*GB|"  // SAMSUNG PM810 (470 series) SSDs, tested with SAMSUNG SSD PM810 2.5" 128GB/AXM06D1Q
1.1.1.2   misho     763:     "SAMSUNG 470 Series SSD|"  // tested with SAMSUNG 470 Series SSD 64GB/AXM09B1Q
1.1.1.3   misho     764:     "SAMSUNG SSD 830 Series|"  // tested with SAMSUNG SSD 830 Series 64GB/CXM03B1Q
1.1.1.4 ! misho     765:     "Samsung SSD 840 (PRO )?Series|" // tested with Samsung SSD 840 PRO Series 128GB/DXM04B0Q,
        !           766:       // Samsung SSD 840 Series/DXT06B0Q
        !           767:     "SAMSUNG MZ7WD((120|240)HAFV|480HAGM|960HAGP)-00003", // SM843T Series, tested with
        !           768:       // SAMSUNG MZ7WD120HAFV-00003/DXM85W3Q
1.1       misho     769:     "", "",
1.1.1.3   misho     770:   //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
1.1.1.2   misho     771:   //"-v 9,raw24(raw8),Power_On_Hours "
1.1       misho     772:   //"-v 12,raw48,Power_Cycle_Count "
                    773:   //"-v 175,raw48,Program_Fail_Count_Chip "
                    774:   //"-v 176,raw48,Erase_Fail_Count_Chip "
1.1.1.2   misho     775:   //"-v 177,raw48,Wear_Leveling_Count "
1.1       misho     776:   //"-v 178,raw48,Used_Rsvd_Blk_Cnt_Chip "
                    777:   //"-v 179,raw48,Used_Rsvd_Blk_Cnt_Tot "
                    778:   //"-v 180,raw48,Unused_Rsvd_Blk_Cnt_Tot "
                    779:   //"-v 181,raw48,Program_Fail_Cnt_Total "
                    780:   //"-v 182,raw48,Erase_Fail_Count_Total "
                    781:   //"-v 183,raw48,Runtime_Bad_Block "
1.1.1.4 ! misho     782:   //"-v 184,raw48,End-to-End_Error " // SM843T Series
1.1       misho     783:     "-v 187,raw48,Uncorrectable_Error_Cnt "
1.1.1.2   misho     784:   //"-v 190,tempminmax,Airflow_Temperature_Cel "  // seems to be some sort of temperature value for 470 Series?
                    785:   //"-v 194,tempminmax,Temperature_Celsius "
1.1.1.4 ! misho     786:     "-v 195,raw48,ECC_Error_Rate "
1.1       misho     787:   //"-v 198,raw48,Offline_Uncorrectable "
                    788:     "-v 199,raw48,CRC_Error_Count "
                    789:     "-v 201,raw48,Supercap_Status "
1.1.1.2   misho     790:     "-v 202,raw48,Exception_Mode_Status "
1.1.1.3   misho     791:     "-v 235,raw48,POR_Recovery_Count " // 830/840 Series
                    792:   //"-v 241,raw48,Total_LBAs_Written"
                    793:   },
                    794:   { "Smart Storage Systems Xcel-10 SSDs",  // based on http://www.smartm.com/files/salesLiterature/storage/xcel10.pdf
                    795:     "SMART A25FD-(32|64|128)GI32N", // tested with SMART A25FD-128GI32N/B9F23D4K
                    796:     "",
                    797:     "", // attributes info from http://www.adtron.com/pdf/SMART_Attributes_Xcel-10_810800014_RevB.pdf
                    798:     "-v 1,raw48,Not_Supported "
                    799:     "-v 2,raw48,Not_Supported "
                    800:   //"-v 9,raw24(raw8),Power_On_Hours "
                    801:   //"-v 12,raw48,Power_Cycle_Count "
                    802:     "-v 191,raw48,Not_Supported "
                    803:   //"-v 192,raw48,Power-Off_Retract_Count "
                    804:     "-v 197,raw48,ECC_Error_Count "
                    805:   //"-v 198,raw48,Offline_Uncorrectable "
                    806:   //"-v 199,raw48,UDMA_CRC_Error_Count "
                    807:     "-v 251,raw48,Min_Spares_Remain_Perc " // percentage of the total number of spare blocks available
                    808:     "-v 252,raw48,Added_Bad_Flash_Blk_Ct " // number of bad flash blocks
                    809:     "-v 254,raw48,Total_Erase_Blocks_Ct" // number of times the drive has erased any erase block
1.1.1.2   misho     810:   },
                    811:   { "Smart Storage Systems XceedSecure2 SSDs",
                    812:     "(SMART|Adtron) ([AIS]25FBS|S35FCS).*",
                    813:     "", "",
                    814:     "-v 9,sec2hour,Power_On_Hours "
                    815:     "-v 194,hex64,Proprietary_194"
                    816:   },
                    817:   { "Smart Storage Systems XceedUltraX/Adtron A25FBX SSDs",
                    818:     "(SMART|Adtron) (A|I)25FBX.*",
                    819:     "", "",
                    820:     "-v 9,hex64,Proprietary_9 "
                    821:     "-v 194,hex48,Proprietary_194"
                    822:   },
                    823:   { "Smart Storage Systems Adtron A25FB 2xN SSDs",
                    824:     "(SMART|Adtron) A25FB.*2.N",
                    825:     "", "",
                    826:     "-v 110,hex64,Proprietary_HWC "
                    827:     "-v 111,hex64,Proprietary_MP "
                    828:     "-v 112,hex64,Proprietary_RtR "
                    829:     "-v 113,hex64,Proprietary_RR "
                    830:     "-v 120,hex64,Proprietary_HFAll "
                    831:     "-v 121,hex64,Proprietary_HF1st "
                    832:     "-v 122,hex64,Proprietary_HF2nd "
                    833:     "-v 123,hex64,Proprietary_HF3rd "
                    834:     "-v 125,hex64,Proprietary_SFAll "
                    835:     "-v 126,hex64,Proprietary_SF1st "
                    836:     "-v 127,hex64,Proprietary_SF2nd "
                    837:     "-v 128,hex64,Proprietary_SF3rd "
1.1.1.3   misho     838:     "-v 194,raw24/raw32:zvzzzw,Fractional_Temperature"
1.1.1.2   misho     839:   },
                    840:   { "Smart Storage Systems Adtron A25FB 3xN SSDs",
                    841:     "(SMART|Adtron) A25FB-.*3.N",
                    842:     "", "",
                    843:     "-v 9,sec2hour,Power_On_Hours "
                    844:     "-v 113,hex48,Proprietary_RR "
                    845:     "-v 130,raw48:54321,Minimum_Spares_All_Zs"
                    846:   //"-v 194,tempminmax,Temperature_Celsius"
1.1       misho     847:   },
1.1.1.3   misho     848:   { "STEC Mach2 CompactFlash Cards", // tested with STEC M2P CF 1.0.0/K1385MS
                    849:     "STEC M2P CF 1.0.0",
                    850:     "", "",
                    851:     "-v 100,raw48,Erase_Program_Cycles "
                    852:     "-v 103,raw48,Remaining_Energy_Storg "
                    853:     "-v 170,raw48,Reserved_Block_Count "
                    854:     "-v 171,raw48,Program_Fail_Count "
                    855:     "-v 172,raw48,Erase_Fail_Count "
                    856:     "-v 173,raw48,Wear_Leveling_Count "
                    857:     "-v 174,raw48,Unexpect_Power_Loss_Ct "
                    858:     "-v 211,raw48,Unknown_Attribute " // ] Missing in specification
                    859:     "-v 212,raw48,Unknown_Attribute"  // ] from September 2012
                    860:   },
1.1       misho     861:   { "Transcend CompactFlash Cards", // tested with TRANSCEND/20080820,
1.1.1.4 ! misho     862:       // TS4GCF133/20100709, TS16GCF133/20100709, TS16GCF150/20110407
        !           863:     "TRANSCEND|TS(4|8|16)GCF(133|150)",
1.1       misho     864:     "", "",
                    865:     "-v 7,raw48,Unknown_Attribute "
                    866:     "-v 8,raw48,Unknown_Attribute"
                    867:   },
                    868:   { "Marvell SSD SD88SA024BA0 (SUN branded)",
                    869:     "MARVELL SD88SA024BA0 SUN24G 0902M0054V",
                    870:     "", "", ""
                    871:   },
                    872:   { "HP 1TB SATA disk GB1000EAFJL",
                    873:     "GB1000EAFJL",
                    874:     "", "", ""
                    875:   },
                    876:   { "HP 500GB SATA disk MM0500EANCR",
                    877:     "MM0500EANCR",
                    878:     "", "", ""
                    879:   },
                    880:   { "HP 250GB SATA disk VB0250EAVER",
                    881:     "VB0250EAVER",
                    882:     "", "", ""
                    883:   },
                    884:   { "IBM Deskstar 60GXP",  // ER60A46A firmware
                    885:     "(IBM-|Hitachi )?IC35L0[12346]0AVER07.*",
                    886:     "ER60A46A",
                    887:     "", ""
                    888:   },
                    889:   { "IBM Deskstar 60GXP",  // All other firmware
                    890:     "(IBM-|Hitachi )?IC35L0[12346]0AVER07.*",
                    891:     "",
                    892:     "IBM Deskstar 60GXP drives may need upgraded SMART firmware.\n"
1.1.1.2   misho     893:     "Please see http://haque.net/dtla_update/",
1.1       misho     894:     ""
                    895:   },
                    896:   { "IBM Deskstar 40GV & 75GXP (A5AA/A6AA firmware)",
                    897:     "(IBM-)?DTLA-30[57]0[123467][05].*",
                    898:     "T[WX][123468AG][OF]A[56]AA",
                    899:     "", ""
                    900:   },
                    901:   { "IBM Deskstar 40GV & 75GXP (all other firmware)",
                    902:     "(IBM-)?DTLA-30[57]0[123467][05].*",
                    903:     "",
                    904:     "IBM Deskstar 40GV and 75GXP drives may need upgraded SMART firmware.\n"
1.1.1.2   misho     905:     "Please see http://haque.net/dtla_update/",
1.1       misho     906:     ""
                    907:   },
                    908:   { "", // ExcelStor J240, J340, J360, J680, J880 and J8160
                    909:     "ExcelStor Technology J(24|34|36|68|88|816)0",
                    910:     "", "", ""
                    911:   },
                    912:   { "", // Fujitsu M1623TAU
                    913:     "FUJITSU M1623TAU",
                    914:     "",
                    915:     "",
                    916:     "-v 9,seconds"
                    917:   },
                    918:   { "Fujitsu MHG",
                    919:     "FUJITSU MHG2...ATU?.*",
                    920:     "",
                    921:     "",
                    922:     "-v 9,seconds"
                    923:   },
                    924:   { "Fujitsu MHH",
                    925:     "FUJITSU MHH2...ATU?.*",
                    926:     "",
                    927:     "",
                    928:     "-v 9,seconds"
                    929:   },
                    930:   { "Fujitsu MHJ",
                    931:     "FUJITSU MHJ2...ATU?.*",
                    932:     "",
                    933:     "",
                    934:     "-v 9,seconds"
                    935:   },
                    936:   { "Fujitsu MHK",
                    937:     "FUJITSU MHK2...ATU?.*",
                    938:     "",
                    939:     "",
                    940:     "-v 9,seconds"
                    941:   },
                    942:   { "",  // Fujitsu MHL2300AT
                    943:     "FUJITSU MHL2300AT",
                    944:     "",
                    945:     "This drive's firmware has a harmless Drive Identity Structure\n"
                    946:       "checksum error bug.",
                    947:     "-v 9,seconds"
                    948:   },
                    949:   { "",  // MHM2200AT, MHM2150AT, MHM2100AT, MHM2060AT
                    950:     "FUJITSU MHM2(20|15|10|06)0AT",
                    951:     "",
                    952:     "This drive's firmware has a harmless Drive Identity Structure\n"
                    953:       "checksum error bug.",
                    954:     "-v 9,seconds"
                    955:   },
                    956:   { "Fujitsu MHN",
                    957:     "FUJITSU MHN2...AT",
                    958:     "",
                    959:     "",
                    960:     "-v 9,seconds"
                    961:   },
                    962:   { "", // Fujitsu MHR2020AT
                    963:     "FUJITSU MHR2020AT",
                    964:     "",
                    965:     "",
                    966:     "-v 9,seconds"
                    967:   },
                    968:   { "", // Fujitsu MHR2040AT
                    969:     "FUJITSU MHR2040AT",
                    970:     "",    // Tested on 40BA
                    971:     "",
                    972:     "-v 9,seconds -v 192,emergencyretractcyclect "
                    973:     "-v 198,offlinescanuncsectorct -v 200,writeerrorcount"
                    974:   },
                    975:   { "Fujitsu MHS AT",
                    976:     "FUJITSU MHS20[6432]0AT(  .)?",
                    977:     "",
                    978:     "",
                    979:     "-v 9,seconds -v 192,emergencyretractcyclect "
                    980:     "-v 198,offlinescanuncsectorct -v 200,writeerrorcount "
                    981:     "-v 201,detectedtacount"
                    982:   },
                    983:   { "Fujitsu MHT", // tested with FUJITSU MHT2030AC/909B
                    984:     "FUJITSU MHT2...(AC|AH|AS|AT|BH)U?.*",
                    985:     "",
                    986:     "",
                    987:     "-v 9,seconds"
                    988:   },
                    989:   { "Fujitsu MHU",
                    990:     "FUJITSU MHU2...ATU?.*",
                    991:     "",
                    992:     "",
                    993:     "-v 9,seconds"
                    994:   },
                    995:   { "Fujitsu MHV",
                    996:     "FUJITSU MHV2...(AH|AS|AT|BH|BS|BT).*",
                    997:     "",
                    998:     "",
                    999:     "-v 9,seconds"
                   1000:   },
                   1001:   { "Fujitsu MPA..MPG",
                   1002:     "FUJITSU MP[A-G]3...A[HTEV]U?.*",
                   1003:     "",
                   1004:     "",
                   1005:     "-v 9,seconds"
                   1006:   },
                   1007:   { "Fujitsu MHY BH",
                   1008:     "FUJITSU MHY2(04|06|08|10|12|16|20|25)0BH.*",
                   1009:     "", "",
                   1010:     "-v 240,raw48,Transfer_Error_Rate"
                   1011:   },
                   1012:   { "Fujitsu MHW AC", // tested with FUJITSU MHW2060AC/00900004
                   1013:     "FUJITSU MHW20(40|60)AC",
                   1014:     "", "", ""
                   1015:   },
                   1016:   { "Fujitsu MHW BH",
                   1017:     "FUJITSU MHW2(04|06|08|10|12|16)0BH.*",
                   1018:     "", "", ""
                   1019:   },
                   1020:   { "Fujitsu MHW BJ",
                   1021:     "FUJITSU MHW2(08|12|16)0BJ.*",
                   1022:     "", "", ""
                   1023:   },
                   1024:   { "Fujitsu MHZ BH",
                   1025:     "FUJITSU MHZ2(04|08|12|16|20|25|32)0BH.*",
                   1026:     "", "", ""
                   1027:   },
                   1028:   { "Fujitsu MHZ BJ",
                   1029:     "FUJITSU MHZ2(08|12|16|20|25|32)0BJ.*",
                   1030:     "",
                   1031:     "",
                   1032:     "-v 9,minutes"
                   1033:   },
                   1034:   { "Fujitsu MHZ BS",
                   1035:     "FUJITSU MHZ2(12|25)0BS.*",
                   1036:     "", "", ""
                   1037:   },
                   1038:   { "Fujitsu MHZ BK",
                   1039:     "FUJITSU MHZ2(08|12|16|25)0BK.*",
                   1040:     "", "", ""
                   1041:   },
                   1042:   { "Fujitsu MJA BH",
                   1043:     "FUJITSU MJA2(08|12|16|25|32|40|50)0BH.*",
                   1044:     "", "", ""
                   1045:   },
                   1046:   { "", // Samsung SV4012H (known firmware)
                   1047:     "SAMSUNG SV4012H",
                   1048:     "RM100-08",
                   1049:     "",
                   1050:     "-v 9,halfminutes -F samsung"
                   1051:   },
                   1052:   { "", // Samsung SV4012H (all other firmware)
                   1053:     "SAMSUNG SV4012H",
                   1054:     "",
                   1055:     "May need -F samsung disabled; see manual for details.",
                   1056:     "-v 9,halfminutes -F samsung"
                   1057:   },
                   1058:   { "", // Samsung SV0412H (known firmware)
                   1059:     "SAMSUNG SV0412H",
                   1060:     "SK100-01",
                   1061:     "",
                   1062:     "-v 9,halfminutes -v 194,10xCelsius -F samsung"
                   1063:   },
                   1064:   { "", // Samsung SV0412H (all other firmware)
                   1065:     "SAMSUNG SV0412H",
                   1066:     "",
                   1067:     "May need -F samsung disabled; see manual for details.",
                   1068:     "-v 9,halfminutes -v 194,10xCelsius -F samsung"
                   1069:   },
                   1070:   { "", // Samsung SV1204H (known firmware)
                   1071:     "SAMSUNG SV1204H",
                   1072:     "RK100-1[3-5]",
                   1073:     "",
                   1074:     "-v 9,halfminutes -v 194,10xCelsius -F samsung"
                   1075:   },
                   1076:   { "", // Samsung SV1204H (all other firmware)
                   1077:     "SAMSUNG SV1204H",
                   1078:     "",
                   1079:     "May need -F samsung disabled; see manual for details.",
                   1080:     "-v 9,halfminutes -v 194,10xCelsius -F samsung"
                   1081:   },
                   1082:   { "", // SAMSUNG SV0322A tested with FW JK200-35
                   1083:     "SAMSUNG SV0322A",
                   1084:     "", "", ""
                   1085:   },
                   1086:   { "SAMSUNG SpinPoint V80", // tested with SV1604N/TR100-23
                   1087:     "SAMSUNG SV(0211|0401|0612|0802|1203|1604)N",
                   1088:     "",
                   1089:     "",
                   1090:     "-v 9,halfminutes -F samsung2"
                   1091:   },
                   1092:   { "", // SAMSUNG SP40A2H with RR100-07 firmware
                   1093:     "SAMSUNG SP40A2H",
                   1094:     "RR100-07",
                   1095:     "",
                   1096:     "-v 9,halfminutes -F samsung"
                   1097:   },
                   1098:   { "", // SAMSUNG SP80A4H with RT100-06 firmware
                   1099:     "SAMSUNG SP80A4H",
                   1100:     "RT100-06",
                   1101:     "",
                   1102:     "-v 9,halfminutes -F samsung"
                   1103:   },
                   1104:   { "", // SAMSUNG SP8004H with QW100-61 firmware
                   1105:     "SAMSUNG SP8004H",
                   1106:     "QW100-61",
                   1107:     "",
                   1108:     "-v 9,halfminutes -F samsung"
                   1109:   },
                   1110:   { "SAMSUNG SpinPoint F1 DT", // tested with HD103UJ/1AA01113
                   1111:     "SAMSUNG HD(083G|16[12]G|25[12]H|32[12]H|50[12]I|642J|75[23]L|10[23]U)J",
                   1112:     "", "", ""
                   1113:   },
1.1.1.3   misho    1114:   { "SAMSUNG SpinPoint F1 EG", // tested with HD103UI/1AA01113
                   1115:     "SAMSUNG HD(252H|322H|502I|642J|753L|103U)I",
                   1116:     "", "", ""
                   1117:   },
1.1       misho    1118:   { "SAMSUNG SpinPoint F1 RE", // tested with HE103UJ/1AA01113
                   1119:     "SAMSUNG HE(252H|322H|502I|642J|753L|103U)J",
                   1120:     "", "", ""
                   1121:   },
                   1122:   { "SAMSUNG SpinPoint F2 EG", // tested with HD154UI/1AG01118
                   1123:     "SAMSUNG HD(502H|10[23]S|15[34]U)I",
                   1124:     "", "", ""
                   1125:   },
                   1126:   { "SAMSUNG SpinPoint F3", // tested with HD502HJ/1AJ100E4
                   1127:     "SAMSUNG HD(502H|754J|103S)J",
                   1128:     "", "", ""
                   1129:   },
1.1.1.3   misho    1130:   { "Seagate Barracuda SpinPoint F3", // tested with ST1000DM005 HD103SJ/1AJ100E5
                   1131:     "ST[0-9DM]* HD(502H|754J|103S)J",
                   1132:     "", "", ""
                   1133:   },
1.1       misho    1134:   { "SAMSUNG SpinPoint F3 EG", // tested with HD503HI/1AJ100E4, HD153WI/1AN10002
                   1135:     "SAMSUNG HD(253G|(324|503)H|754J|105S|(153|203)W)I",
                   1136:     "", "", ""
                   1137:   },
1.1.1.3   misho    1138:   { "SAMSUNG SpinPoint F3 RE", // tested with HE103SJ/1AJ30001
                   1139:     "SAMSUNG HE(502H|754J|103S)J",
                   1140:     "", "", ""
                   1141:   },
                   1142:   { "SAMSUNG SpinPoint F4 EG (AF)",// tested with HD204UI/1AQ10001(buggy|fixed)
1.1       misho    1143:     "SAMSUNG HD(155|204)UI",
                   1144:     "", // 1AQ10001
                   1145:     "Using smartmontools or hdparm with this\n"
                   1146:     "drive may result in data loss due to a firmware bug.\n"
                   1147:     "****** THIS DRIVE MAY OR MAY NOT BE AFFECTED! ******\n"
                   1148:     "Buggy and fixed firmware report same version number!\n"
                   1149:     "See the following web pages for details:\n"
1.1.1.2   misho    1150:     "http://knowledge.seagate.com/articles/en_US/FAQ/223571en\n"
1.1       misho    1151:     "http://sourceforge.net/apps/trac/smartmontools/wiki/SamsungF4EGBadBlocks",
                   1152:     ""
                   1153:   },
                   1154:   { "SAMSUNG SpinPoint S250", // tested with HD200HJ/KF100-06
                   1155:     "SAMSUNG HD(162|200|250)HJ",
                   1156:     "", "", ""
                   1157:   },
                   1158:   { "SAMSUNG SpinPoint T133", // tested with HD300LJ/ZT100-12, HD400LJ/ZZ100-14, HD401LJ/ZZ100-15
                   1159:     "SAMSUNG HD(250KD|(30[01]|320|40[01])L[DJ])",
                   1160:     "", "", ""
                   1161:   },
                   1162:   { "SAMSUNG SpinPoint T166", // tested with HD501LJ/CR100-1[01]
                   1163:     "SAMSUNG HD(080G|160H|32[01]K|403L|50[01]L)J",
                   1164:     "", "",
                   1165:     "-v 197,increasing" // at least HD501LJ/CR100-11
                   1166:   },
                   1167:   { "SAMSUNG SpinPoint P120", // VF100-37 firmware, tested with SP2514N/VF100-37
                   1168:     "SAMSUNG SP(16[01]3|2[05][01]4)[CN]",
                   1169:     "VF100-37",
                   1170:     "",
                   1171:     "-F samsung3"
                   1172:   },
                   1173:   { "SAMSUNG SpinPoint P120", // other firmware, tested with SP2504C/VT100-33
                   1174:     "SAMSUNG SP(16[01]3|2[05][01]4)[CN]",
                   1175:     "",
                   1176:     "May need -F samsung3 enabled; see manual for details.",
                   1177:     ""
                   1178:   },
                   1179:   { "SAMSUNG SpinPoint P80 SD", // tested with HD160JJ/ZM100-33
                   1180:     "SAMSUNG HD(080H|120I|160J)J",
                   1181:     "", "", ""
                   1182:   },
                   1183:   { "SAMSUNG SpinPoint P80", // BH100-35 firmware, tested with SP0842N/BH100-35
                   1184:     "SAMSUNG SP(0451|08[0124]2|12[0145]3|16[0145]4)[CN]",
                   1185:     "BH100-35",
                   1186:     "",
                   1187:     "-F samsung3"
                   1188:   },
                   1189:   { "SAMSUNG SpinPoint P80", // firmware *-35 or later
                   1190:     "SAMSUNG SP(0451|08[0124]2|12[0145]3|16[0145]4)[CN]",
                   1191:     ".*-3[5-9]",
                   1192:     "May need -F samsung3 enabled; see manual for details.",
                   1193:     ""
                   1194:   },
1.1.1.3   misho    1195:   { "SAMSUNG SpinPoint P80", // firmware *-25...34, tested with
                   1196:       // SP0401N/TJ100-30, SP1614C/SW100-25 and -34
                   1197:     "SAMSUNG SP(04[05]1|08[0124]2|12[0145]3|16[0145]4)[CN]",
1.1       misho    1198:     ".*-(2[5-9]|3[0-4])",
                   1199:     "",
                   1200:     "-v 9,halfminutes -v 198,increasing"
                   1201:   },
                   1202:   { "SAMSUNG SpinPoint P80", // firmware *-23...24, tested with
                   1203:     // SP0802N/TK100-23,
                   1204:     // SP1213N/TL100-23,
                   1205:     // SP1604N/TM100-23 and -24
                   1206:     "SAMSUNG SP(0451|08[0124]2|12[0145]3|16[0145]4)[CN]",
                   1207:     ".*-2[34]",
                   1208:     "",
                   1209:     "-v 9,halfminutes -F samsung2"
                   1210:   },
                   1211:   { "SAMSUNG SpinPoint P80", // unknown firmware
                   1212:     "SAMSUNG SP(0451|08[0124]2|12[0145]3|16[0145]4)[CN]",
                   1213:     "",
                   1214:     "May need -F samsung2 or -F samsung3 enabled; see manual for details.",
                   1215:     ""
                   1216:   },
1.1.1.3   misho    1217:   { "SAMSUNG SpinPoint M40/60/80", // tested with HM120IC/AN100-16, HM160JI/AD100-16
                   1218:     "SAMSUNG HM(0[468]0H|120I|1[026]0J)[CI]",
1.1       misho    1219:     "",
                   1220:     "",
                   1221:     "-v 9,halfminutes"
                   1222:   },
                   1223:   { "SAMSUNG SpinPoint M5", // tested with HM160HI/HH100-12
                   1224:     "SAMSUNG HM(((061|080)G|(121|160)H|250J)I|160HC)",
                   1225:     "", "", ""
                   1226:   },
                   1227:   { "SAMSUNG SpinPoint M6", // tested with HM320JI/2SS00_01 M6
                   1228:     "SAMSUNG HM(251J|320[HJ]|[45]00L)I",
                   1229:     "", "", ""
                   1230:   },
                   1231:   { "SAMSUNG SpinPoint M7", // tested with HM500JI/2AC101C4
                   1232:     "SAMSUNG HM(250H|320I|[45]00J)I",
                   1233:     "", "", ""
                   1234:   },
1.1.1.3   misho    1235:   { "SAMSUNG SpinPoint M7E (AF)", // tested with HM321HI/2AJ10001, HM641JI/2AJ10001
1.1       misho    1236:     "SAMSUNG HM(161G|(251|321)H|501I|641J)I",
                   1237:     "", "", ""
                   1238:   },
1.1.1.2   misho    1239:   { "SAMSUNG SpinPoint M7U (USB)", // tested with HM252HX/2AC101C4
1.1       misho    1240:     "SAMSUNG HM(162H|252H|322I|502J)X",
                   1241:     "", "", ""
                   1242:   },
1.1.1.3   misho    1243:   { "SAMSUNG SpinPoint M8 (AF)", // tested with HN-M101MBB/2AR10001
                   1244:     "SAMSUNG HN-M(250|320|500|640|750|101)MBB",
1.1.1.2   misho    1245:     "", "", ""
                   1246:   },
1.1.1.3   misho    1247:   { "Seagate Momentus SpinPoint M8 (AF)", // tested with
                   1248:       // ST750LM022 HN-M750MBB/2AR10001, ST320LM001 HN-M320MBB/2AR10002
                   1249:     "ST(250|320|500|640|750|1000)LM0[012][124] HN-M[0-9]*MBB",
1.1.1.2   misho    1250:     "", "", ""
                   1251:   },
                   1252:   { "SAMSUNG SpinPoint M8U (USB)", // tested with HN-M500XBB/2AR10001
                   1253:     "SAMSUNG HN-M(320|500|750|101)XBB",
                   1254:     "", "", ""
                   1255:   },
1.1.1.3   misho    1256:   { "Seagate Samsung SpinPoint M8U (USB)", // tested with ST1000LM025 HN-M101ABB/2AR10001
                   1257:     "ST(250|320|500|640|750|1000)LM0[012][3459] HN-M[0-9]*ABB",
                   1258:     "", "", ""
                   1259:   },
1.1       misho    1260:   { "SAMSUNG SpinPoint MP5", // tested with HM250HJ/2AK10001
                   1261:     "SAMSUNG HM(250H|320H|500J|640J)J",
                   1262:     "", "", ""
                   1263:   },
                   1264:   { "SAMSUNG SpinPoint MT2", // tested with HM100UI/2AM10001
                   1265:     "SAMSUNG HM100UI",
                   1266:     "", "", ""
                   1267:   },
                   1268:   { "SAMSUNG HM100UX (S2 Portable)", // tested with HM100UX/2AM10001
                   1269:     "SAMSUNG HM100UX",
                   1270:     "", "", ""
                   1271:   },
                   1272:   { "SAMSUNG SpinPoint M", // tested with MP0402H/UC100-11
                   1273:     "SAMSUNG MP0(302|402|603|804)H",
                   1274:     "",
                   1275:     "",
                   1276:     "-v 9,halfminutes"
                   1277:   },
                   1278:   { "SAMSUNG SpinPoint N3U-3 (USB, 4KiB LLS)", // tested with HS25YJZ/3AU10-01
                   1279:     "SAMSUNG HS(122H|2[05]YJ)Z",
                   1280:     "", "", ""
                   1281:   },
                   1282:   { "Maxtor Fireball 541DX",
                   1283:     "Maxtor 2B0(0[468]|1[05]|20)H1",
                   1284:     "",
                   1285:     "",
                   1286:     "-v 9,minutes -v 194,unknown"
                   1287:   },
                   1288:   { "Maxtor Fireball 3",
                   1289:     "Maxtor 2F0[234]0[JL]0",
                   1290:     "",
                   1291:     "",
                   1292:     "-v 9,minutes"
                   1293:   },
                   1294:   { "Maxtor DiamondMax 1280 ATA",  // no self-test log, ATA2-Fast
                   1295:     "Maxtor 8(1280A2|2160A4|2560A4|3840A6|4000A6|5120A8)",
                   1296:     "",
                   1297:     "",
                   1298:     "-v 9,minutes"
                   1299:   },
                   1300:   { "Maxtor DiamondMax 2160 Ultra ATA",
                   1301:     "Maxtor 8(2160D2|3228D3|3240D3|4320D4|6480D6|8400D8|8455D8)",
                   1302:     "",
                   1303:     "",
                   1304:     "-v 9,minutes"
                   1305:   },
                   1306:   { "Maxtor DiamondMax 2880 Ultra ATA",
                   1307:     "Maxtor 9(0510D4|0576D4|0648D5|0720D5|0840D6|0845D6|0864D6|1008D7|1080D8|1152D8)",
                   1308:     "",
                   1309:     "",
                   1310:     "-v 9,minutes"
                   1311:   },
                   1312:   { "Maxtor DiamondMax 3400 Ultra ATA",
                   1313:     "Maxtor 9(1(360|350|202)D8|1190D7|10[12]0D6|0840D5|06[48]0D4|0510D3|1(350|202)E8|1010E6|0840E5|0640E4)",
                   1314:     "",
                   1315:     "",
                   1316:     "-v 9,minutes"
                   1317:   },
                   1318:   { "Maxtor DiamondMax D540X-4G",
                   1319:     "Maxtor 4G(120J6|160J[68])",
                   1320:     "",
                   1321:     "",
                   1322:     "-v 9,minutes -v 194,unknown"
                   1323:   },
                   1324:   { "Maxtor DiamondMax D540X-4K",
                   1325:     "MAXTOR 4K(020H1|040H2|060H3|080H4)",
                   1326:     "", "", ""
                   1327:   },
                   1328:   { "Maxtor DiamondMax Plus D740X",
                   1329:     "MAXTOR 6L0(20[JL]1|40[JL]2|60[JL]3|80[JL]4)",
                   1330:     "", "", ""
                   1331:   },
                   1332:   { "Maxtor DiamondMax Plus 5120 Ultra ATA 33",
                   1333:     "Maxtor 9(0512D2|0680D3|0750D3|0913D4|1024D4|1360D6|1536D6|1792D7|2048D8)",
                   1334:     "",
                   1335:     "",
                   1336:     "-v 9,minutes"
                   1337:   },
                   1338:   { "Maxtor DiamondMax Plus 6800 Ultra ATA 66",
                   1339:     "Maxtor 9(2732U8|2390U7|204[09]U6|1707U5|1366U4|1024U3|0845U3|0683U2)",
                   1340:     "",
                   1341:     "",
                   1342:     "-v 9,minutes"
                   1343:   },
                   1344:   { "Maxtor DiamondMax D540X-4D",
                   1345:     "Maxtor 4D0(20H1|40H2|60H3|80H4)",
                   1346:     "",
                   1347:     "",
                   1348:     "-v 9,minutes -v 194,unknown"
                   1349:   },
                   1350:   { "Maxtor DiamondMax 16",
                   1351:     "Maxtor 4(R0[68]0[JL]0|R1[26]0L0|A160J0|R120L4)",
                   1352:     "",
                   1353:     "",
                   1354:     "-v 9,minutes"
                   1355:   },
                   1356:   { "Maxtor DiamondMax 4320 Ultra ATA",
                   1357:     "Maxtor (91728D8|91512D7|91303D6|91080D5|90845D4|90645D3|90648D[34]|90432D2)",
                   1358:     "",
                   1359:     "",
                   1360:     "-v 9,minutes"
                   1361:   },
                   1362:   { "Maxtor DiamondMax 17 VL",
                   1363:     "Maxtor 9(0431U1|0641U2|0871U2|1301U3|1741U4)",
                   1364:     "",
                   1365:     "",
                   1366:     "-v 9,minutes"
                   1367:   },
                   1368:   { "Maxtor DiamondMax 20 VL",
                   1369:     "Maxtor (94091U8|93071U6|92561U5|92041U4|91731U4|91531U3|91361U3|91021U2|90841U2|90651U2)",
                   1370:     "",
                   1371:     "",
                   1372:     "-v 9,minutes"
                   1373:   },
                   1374:   { "Maxtor DiamondMax VL 30",  // U: ATA66, H: ATA100
                   1375:     "Maxtor (33073U4|32049U3|31536U2|30768U1|33073H4|32305H3|31536H2|30768H1)",
                   1376:     "",
                   1377:     "",
                   1378:     "-v 9,minutes"
                   1379:   },
                   1380:   { "Maxtor DiamondMax 36",
                   1381:     "Maxtor (93652U8|92739U6|91826U4|91369U3|90913U2|90845U2|90435U1)",
                   1382:     "",
                   1383:     "",
                   1384:     "-v 9,minutes"
                   1385:   },
                   1386:   { "Maxtor DiamondMax 40 ATA 66",
                   1387:     "Maxtor 9(0684U2|1024U2|1362U3|1536U3|2049U4|2562U5|3073U6|4098U8)",
                   1388:     "",
                   1389:     "",
                   1390:     "-v 9,minutes"
                   1391:   },
                   1392:   { "Maxtor DiamondMax Plus 40 (Ultra ATA 66 and Ultra ATA 100)",
                   1393:     "Maxtor (54098[UH]8|53073[UH]6|52732[UH]6|52049[UH]4|51536[UH]3|51369[UH]3|51024[UH]2)",
                   1394:     "",
                   1395:     "",
                   1396:     "-v 9,minutes"
                   1397:   },
                   1398:   { "Maxtor DiamondMax 40 VL Ultra ATA 100",
                   1399:     "Maxtor 3(1024H1|1535H2|2049H2|3073H3|4098H4)( B)?",
                   1400:     "",
                   1401:     "",
                   1402:     "-v 9,minutes"
                   1403:   },
                   1404:   { "Maxtor DiamondMax Plus 45 Ulta ATA 100",
                   1405:     "Maxtor 5(4610H6|4098H6|3073H4|2049H3|1536H2|1369H2|1023H2)",
                   1406:     "",
                   1407:     "",
                   1408:     "-v 9,minutes"
                   1409:   },
                   1410:   { "Maxtor DiamondMax 60 ATA 66",
                   1411:     "Maxtor 9(1023U2|1536U2|2049U3|2305U3|3073U4|4610U6|6147U8)",
                   1412:     "",
                   1413:     "",
                   1414:     "-v 9,minutes"
                   1415:   },
                   1416:   { "Maxtor DiamondMax 60 ATA 100",
                   1417:     "Maxtor 9(1023H2|1536H2|2049H3|2305H3|3073H4|4098H6|4610H6|6147H8)",
                   1418:     "",
                   1419:     "",
                   1420:     "-v 9,minutes"
                   1421:   },
                   1422:   { "Maxtor DiamondMax Plus 60",
                   1423:     "Maxtor 5T0(60H6|40H4|30H3|20H2|10H1)",
                   1424:     "",
                   1425:     "",
                   1426:     "-v 9,minutes"
                   1427:   },
                   1428:   { "Maxtor DiamondMax 80",
                   1429:     "Maxtor (98196H8|96147H6)",
                   1430:     "",
                   1431:     "",
                   1432:     "-v 9,minutes"
                   1433:   },
                   1434:   { "Maxtor DiamondMax 536DX",
                   1435:     "Maxtor 4W(100H6|080H6|060H4|040H3|030H2)",
                   1436:     "",
                   1437:     "",
                   1438:     "-v 9,minutes"
                   1439:   },
                   1440:   { "Maxtor DiamondMax Plus 8",
                   1441:     "Maxtor 6(E0[234]|K04)0L0",
                   1442:     "",
                   1443:     "",
                   1444:     "-v 9,minutes"
                   1445:   },
                   1446:   { "Maxtor DiamondMax 10 (ATA/133 and SATA/150)",
                   1447:     "Maxtor 6(B(30|25|20|16|12|10|08)0[MPRS]|L(080[MLP]|(100|120)[MP]|160[MP]|200[MPRS]|250[RS]|300[RS]))0",
                   1448:     "",
                   1449:     "",
                   1450:     "-v 9,minutes"
                   1451:   },
                   1452:   { "Maxtor DiamondMax 10 (SATA/300)",
                   1453:     "Maxtor 6V(080E|160E|200E|250F|300F|320F)0",
                   1454:     "", "", ""
                   1455:   },
                   1456:   { "Maxtor DiamondMax Plus 9",
                   1457:     "Maxtor 6Y((060|080|120|160)L0|(060|080|120|160|200|250)P0|(060|080|120|160|200|250)M0)",
                   1458:     "",
                   1459:     "",
                   1460:     "-v 9,minutes"
                   1461:   },
                   1462:   { "Maxtor DiamondMax 11",
                   1463:     "Maxtor 6H[45]00[FR]0",
                   1464:     "", "", ""
                   1465:   },
                   1466:   { "Maxtor DiamondMax 17",
                   1467:     "Maxtor 6G(080L|160[PE])0",
                   1468:     "", "", ""
                   1469:   },
                   1470:   { "Seagate Maxtor DiamondMax 20",
                   1471:     "MAXTOR STM3(40|80|160)[28]1[12]0?AS?",
                   1472:     "", "", ""
                   1473:   },
                   1474:   { "Seagate Maxtor DiamondMax 21", // tested with MAXTOR STM3250310AS/3.AAF
                   1475:     "MAXTOR STM3(80[28]15|160215|250310|(250|320)820|320620|500630)AS?",
                   1476:     "", "", ""
                   1477:   },
                   1478:   { "Seagate Maxtor DiamondMax 22", // fixed firmware
                   1479:     "(MAXTOR )?STM3(500320|750330|1000340)AS?",
1.1.1.2   misho    1480:     "MX1A", // http://knowledge.seagate.com/articles/en_US/FAQ/207969en
1.1       misho    1481:     "", ""
                   1482:   },
                   1483:   { "Seagate Maxtor DiamondMax 22", // fixed firmware
                   1484:     "(MAXTOR )?STM3(160813|320614|640323|1000334)AS?",
1.1.1.2   misho    1485:     "MX1B", // http://knowledge.seagate.com/articles/en_US/FAQ/207975en
1.1       misho    1486:     "", ""
                   1487:   },
                   1488:   { "Seagate Maxtor DiamondMax 22", // buggy firmware
                   1489:     "(MAXTOR )?STM3(500320|750330|1000340)AS?",
                   1490:     "MX15",
                   1491:     "There are known problems with these drives,\n"
                   1492:     "AND THIS FIRMWARE VERSION IS AFFECTED,\n"
                   1493:     "see the following Seagate web pages:\n"
1.1.1.2   misho    1494:     "http://knowledge.seagate.com/articles/en_US/FAQ/207931en\n"
                   1495:     "http://knowledge.seagate.com/articles/en_US/FAQ/207969en",
1.1       misho    1496:     ""
                   1497:   },
                   1498:   { "Seagate Maxtor DiamondMax 22", // unknown firmware
                   1499:     "(MAXTOR )?STM3(160813|32061[34]|500320|640323|750330|10003(34|40))AS?",
                   1500:     "",
                   1501:     "There are known problems with these drives,\n"
                   1502:     "see the following Seagate web pages:\n"
1.1.1.2   misho    1503:     "http://knowledge.seagate.com/articles/en_US/FAQ/207931en\n"
                   1504:     "http://knowledge.seagate.com/articles/en_US/FAQ/207969en\n"
                   1505:     "http://knowledge.seagate.com/articles/en_US/FAQ/207975en",
1.1       misho    1506:     ""
                   1507:   },
1.1.1.3   misho    1508:   { "Seagate Maxtor DiamondMax 23", // new firmware
1.1       misho    1509:     "STM3((160|250)31|(320|500)41|(750|1000)52)8AS?",
1.1.1.3   misho    1510:     "CC3[D-Z]",
                   1511:     "", ""
                   1512:   },
                   1513:   { "Seagate Maxtor DiamondMax 23", // unknown firmware
                   1514:     "STM3((160|250)31|(320|500)41|(750|1000)52)8AS?",
                   1515:     "",
                   1516:     "A firmware update for this drive may be available,\n"
                   1517:     "see the following Seagate web pages:\n"
                   1518:     "http://knowledge.seagate.com/articles/en_US/FAQ/207931en\n"
                   1519:     "http://knowledge.seagate.com/articles/en_US/FAQ/213911en",
                   1520:     ""
1.1       misho    1521:   },
                   1522:   { "Maxtor MaXLine Plus II",
                   1523:     "Maxtor 7Y250[PM]0",
                   1524:     "",
                   1525:     "",
                   1526:     "-v 9,minutes"
                   1527:   },
                   1528:   { "Maxtor MaXLine II",
                   1529:     "Maxtor [45]A(25|30|32)0[JN]0",
                   1530:     "",
                   1531:     "",
                   1532:     "-v 9,minutes"
                   1533:   },
                   1534:   { "Maxtor MaXLine III (ATA/133 and SATA/150)",
                   1535:     "Maxtor 7L(25|30)0[SR]0",
                   1536:     "",
                   1537:     "",
                   1538:     "-v 9,minutes"
                   1539:   },
                   1540:   { "Maxtor MaXLine III (SATA/300)",
                   1541:     "Maxtor 7V(25|30)0F0",
                   1542:     "", "", ""
                   1543:   },
                   1544:   { "Maxtor MaXLine Pro 500",  // There is also a 7H500R0 model, but I
                   1545:     "Maxtor 7H500F0",               // haven't added it because I suspect
                   1546:     "",                               // it might need vendoropts_9_minutes
                   1547:     "", ""                            // and nobody has submitted a report yet
                   1548:   },
                   1549:   { "", // HITACHI_DK14FA-20B
                   1550:     "HITACHI_DK14FA-20B",
                   1551:     "",
                   1552:     "",
                   1553:     "-v 9,minutes -v 193,loadunload"
                   1554:   },
                   1555:   { "HITACHI Travelstar DK23XX/DK23XXB",
                   1556:     "HITACHI_DK23..-..B?",
                   1557:     "",
                   1558:     "",
                   1559:     "-v 9,minutes -v 193,loadunload"
                   1560:   },
                   1561:   { "Hitachi Endurastar J4K20/N4K20 (formerly DK23FA-20J)",
                   1562:     "(HITACHI_DK23FA-20J|HTA422020F9AT[JN]0)",
                   1563:     "",
                   1564:     "",
                   1565:     "-v 9,minutes -v 193,loadunload"
                   1566:   },
                   1567:   { "Hitachi Endurastar J4K30/N4K30",
                   1568:     "HE[JN]4230[23]0F9AT00",
                   1569:     "",
                   1570:     "",
                   1571:     "-v 9,minutes -v 193,loadunload"
                   1572:   },
                   1573:   { "Hitachi Travelstar C4K60",  // 1.8" slim drive
                   1574:     "HTC4260[23]0G5CE00|HTC4260[56]0G8CE00",
                   1575:     "",
                   1576:     "",
                   1577:     "-v 9,minutes -v 193,loadunload"
                   1578:   },
                   1579:   { "IBM Travelstar 4GT",
                   1580:     "IBM-DTCA-2(324|409)0",
                   1581:     "", "", ""
                   1582:   },
                   1583:   { "IBM Travelstar 6GN",
                   1584:     "IBM-DBCA-20(324|486|648)0",
                   1585:     "", "", ""
                   1586:   },
                   1587:   { "IBM Travelstar 25GS, 18GT, and 12GN",
                   1588:     "IBM-DARA-2(25|18|15|12|09|06)000",
                   1589:     "", "", ""
                   1590:   },
                   1591:   { "IBM Travelstar 14GS",
                   1592:     "IBM-DCYA-214000",
                   1593:     "", "", ""
                   1594:   },
                   1595:   { "IBM Travelstar 4LP",
                   1596:     "IBM-DTNA-2(180|216)0",
                   1597:     "", "", ""
                   1598:   },
                   1599:   { "IBM Travelstar 48GH, 30GN, and 15GN",
                   1600:     "(IBM-|Hitachi )?IC25(T048ATDA05|N0(30|20|15|12|10|07|06|05)ATDA04)-.",
                   1601:     "", "", ""
                   1602:   },
                   1603:   { "IBM Travelstar 32GH, 30GT, and 20GN",
                   1604:     "IBM-DJSA-2(32|30|20|10|05)",
                   1605:     "", "", ""
                   1606:   },
                   1607:   { "IBM Travelstar 4GN",
                   1608:     "IBM-DKLA-2(216|324|432)0",
                   1609:     "", "", ""
                   1610:   },
                   1611:   { "IBM/Hitachi Travelstar 60GH and 40GN",
                   1612:     "(IBM-|Hitachi )?IC25(T060ATC[SX]05|N0[4321]0ATC[SX]04)-.",
                   1613:     "", "", ""
                   1614:   },
                   1615:   { "IBM/Hitachi Travelstar 40GNX",
                   1616:     "(IBM-|Hitachi )?IC25N0[42]0ATC[SX]05-.",
                   1617:     "", "", ""
                   1618:   },
                   1619:   { "Hitachi Travelstar 80GN",
                   1620:     "(Hitachi )?IC25N0[23468]0ATMR04-.",
                   1621:     "", "", ""
                   1622:   },
                   1623:   { "Hitachi Travelstar 4K40",
                   1624:     "(Hitachi )?HTS4240[234]0M9AT00",
                   1625:     "", "", ""
                   1626:   },
                   1627:   { "Hitachi Travelstar 4K120",
                   1628:     "(Hitachi )?(HTS4212(60|80|10|12)H9AT00|HTS421260G9AT00)",
                   1629:     "", "", ""
                   1630:   },
                   1631:   { "Hitachi Travelstar 5K80",
                   1632:     "(Hitachi )?HTS5480[8642]0M9AT00",
                   1633:     "", "", ""
                   1634:   },
                   1635:   { "Hitachi Travelstar 5K100",
                   1636:     "(Hitachi )?HTS5410[1864]0G9(AT|SA)00",
                   1637:     "", "", ""
                   1638:   },
                   1639:   { "Hitachi Travelstar E5K100",
                   1640:     "(Hitachi )?HTE541040G9(AT|SA)00",
                   1641:     "", "", ""
                   1642:   },
                   1643:   { "Hitachi Travelstar 5K120",
                   1644:     "(Hitachi )?HTS5412(60|80|10|12)H9(AT|SA)00",
                   1645:     "", "", ""
                   1646:   },
                   1647:   { "Hitachi Travelstar 5K160",
                   1648:     "(Hitachi |HITACHI )?HTS5416([468]0|1[26])J9(AT|SA)00",
                   1649:     "", "", ""
                   1650:   },
                   1651:   { "Hitachi Travelstar E5K160",
                   1652:     "(Hitachi )?HTE5416(12|16|60|80)J9(AT|SA)00",
                   1653:     "", "", ""
                   1654:   },
                   1655:   { "Hitachi Travelstar 5K250",
                   1656:     "(Hitachi |HITACHI )?HTS5425(80|12|16|20|25)K9(A3|SA)00",
                   1657:     "", "", ""
                   1658:   },
1.1.1.2   misho    1659:   { "Hitachi Travelstar 5K320", // tested with HITACHI HTS543232L9SA00/FB4ZC4EC,
                   1660:     // Hitachi HTS543212L9SA02/FBBAC52F
                   1661:     "(Hitachi |HITACHI )?HT(S|E)5432(80|12|16|25|32)L9(A3(00)?|SA0[012])",
1.1       misho    1662:     "", "", ""
                   1663:   },
                   1664:   { "Hitachi Travelstar 5K500.B",
                   1665:     "(Hitachi )?HT[ES]5450(12|16|25|32|40|50)B9A30[01]",
                   1666:     "", "", ""
                   1667:   },
1.1.1.3   misho    1668:   { "Hitachi/HGST Travelstar Z5K500", // tested with HGST HTS545050A7E380/GG2OAC90
                   1669:     "HGST HT[ES]5450(25|32|50)A7E38[01]",
                   1670:     "", "", ""
                   1671:   },
1.1.1.4 ! misho    1672:   { "Hitachi/HGST Travelstar 5K750", // tested with Hitachi HTS547575A9E384/JE4OA60A,
        !          1673:        // APPLE HDD HTS547550A9E384/JE3AD70F
        !          1674:     "(Hitachi|APPLE HDD) HT[ES]5475(50|64|75)A9E38[14]",
1.1.1.3   misho    1675:     "", "", ""
                   1676:   },
1.1       misho    1677:   { "Hitachi Travelstar 7K60",
                   1678:     "(Hitachi )?HTS726060M9AT00",
                   1679:     "", "", ""
                   1680:   },
                   1681:   { "Hitachi Travelstar E7K60",
                   1682:     "(Hitachi )?HTE7260[46]0M9AT00",
                   1683:     "", "", ""
                   1684:   },
                   1685:   { "Hitachi Travelstar 7K100",
                   1686:     "(Hitachi )?HTS7210[168]0G9(AT|SA)00",
                   1687:     "", "", ""
                   1688:   },
                   1689:   { "Hitachi Travelstar E7K100",
                   1690:     "(Hitachi )?HTE7210[168]0G9(AT|SA)00",
                   1691:     "", "", ""
                   1692:   },
                   1693:   { "Hitachi Travelstar 7K200", // tested with HITACHI HTS722016K9SA00/DCDZC75A
                   1694:     "(Hitachi |HITACHI )?HTS7220(80|10|12|16|20)K9(A3|SA)00",
                   1695:     "", "", ""
                   1696:   },
                   1697:   { "Hitachi Travelstar 7K320", // tested with
                   1698:     // HTS723225L9A360/FCDOC30F, HTS723216L9A362/FC2OC39F
                   1699:     "(Hitachi )?HT[ES]7232(80|12|16|25|32)L9(A300|A36[02]|SA61)",
                   1700:     "", "", ""
                   1701:   },
1.1.1.2   misho    1702:   { "Hitachi Travelstar Z7K320", // tested with HITACHI HTS723232A7A364/EC2ZB70B
                   1703:     "(HITACHI )?HT[ES]7232(16|25|32)A7A36[145]",
                   1704:     "", "", ""
                   1705:   },
1.1       misho    1706:   { "Hitachi Travelstar 7K500",
1.1.1.2   misho    1707:     "(Hitachi )?HT[ES]7250(12|16|25|32|50)A9A36[2-5]",
1.1       misho    1708:     "", "", ""
                   1709:   },
1.1.1.4 ! misho    1710:   { "Hitachi/HGST Travelstar Z7K500", // tested with HITACHI HTS725050A7E630/GH2ZB390,
        !          1711:       // HGST HTS725050A7E630/GH2OA420
        !          1712:     "(HITACHI|HGST) HT[ES]7250(25|32|50)A7E63[015]",
        !          1713:     "", "", ""
        !          1714:   },
        !          1715:   { "Hitachi/HGST Travelstar 7K750", // tested with Hitachi HTS727550A9E364/JF3OA0E0,
        !          1716:       // Hitachi HTS727575A9E364/JF4OA0D0
        !          1717:     "(Hitachi|HGST) HT[ES]7275(50|64|75)A9E36[14]",
        !          1718:     "", "", ""
        !          1719:   },
1.1.1.3   misho    1720:   { "HGST Travelstar 7K1000", // tested with HGST HTS721010A9E630/JB0OA3B0
                   1721:     "HGST HTS721010A9E630",
                   1722:     "", "", ""
                   1723:   },
1.1       misho    1724:   { "IBM Deskstar 14GXP and 16GP",
                   1725:     "IBM-DTTA-3(7101|7129|7144|5032|5043|5064|5084|5101|5129|5168)0",
                   1726:     "", "", ""
                   1727:   },
                   1728:   { "IBM Deskstar 25GP and 22GXP",
                   1729:     "IBM-DJNA-3(5(101|152|203|250)|7(091|135|180|220))0",
                   1730:     "", "", ""
                   1731:   },
                   1732:   { "IBM Deskstar 37GP and 34GXP",
                   1733:     "IBM-DPTA-3(5(375|300|225|150)|7(342|273|205|136))0",
                   1734:     "", "", ""
                   1735:   },
                   1736:   { "IBM/Hitachi Deskstar 120GXP",
                   1737:     "(IBM-)?IC35L((020|040|060|080|120)AVVA|0[24]0AVVN)07-[01]",
                   1738:     "", "", ""
                   1739:   },
                   1740:   { "IBM/Hitachi Deskstar GXP-180",
                   1741:     "(IBM-)?IC35L(030|060|090|120|180)AVV207-[01]",
                   1742:     "", "", ""
                   1743:   },
1.1.1.4 ! misho    1744:   { "Hitachi Deskstar 5K3000", // tested with HDS5C3030ALA630/MEAOA5C0,
        !          1745:        // Hitachi HDS5C3020BLE630/MZ4OAAB0 (OEM, Toshiba Canvio Desktop)
        !          1746:     "(Hitachi )?HDS5C30(15|20|30)(ALA|BLE)63[02].*",
1.1       misho    1747:     "", "", ""
                   1748:   },
1.1.1.2   misho    1749:   { "Hitachi Deskstar 5K4000", // tested with HDS5C4040ALE630/MPAOA250
                   1750:     "(Hitachi )?HDS5C40(30|40)ALE63[01].*",
                   1751:     "", "", ""
                   1752:   },
1.1       misho    1753:   { "Hitachi Deskstar 7K80",
                   1754:     "(Hitachi )?HDS7280([48]0PLAT20|(40)?PLA320|80PLA380).*",
                   1755:     "", "", ""
                   1756:   },
                   1757:   { "Hitachi Deskstar 7K160",
                   1758:     "(Hitachi )?HDS7216(80|16)PLA[3T]80.*",
                   1759:     "", "", ""
                   1760:   },
                   1761:   { "Hitachi Deskstar 7K250",
                   1762:     "(Hitachi )?HDS7225((40|80|12|16)VLAT20|(12|16|25)VLAT80|(80|12|16|25)VLSA80)",
                   1763:     "", "", ""
                   1764:   },
                   1765:   { "Hitachi Deskstar 7K250 (SUN branded)",
                   1766:     "HITACHI HDS7225SBSUN250G.*",
                   1767:     "", "", ""
                   1768:   },
                   1769:   { "Hitachi Deskstar T7K250",
                   1770:     "(Hitachi )?HDT7225((25|20|16)DLA(T80|380))",
                   1771:     "", "", ""
                   1772:   },
                   1773:   { "Hitachi Deskstar 7K400",
                   1774:     "(Hitachi )?HDS724040KL(AT|SA)80",
                   1775:     "", "", ""
                   1776:   },
                   1777:   { "Hitachi Deskstar 7K500",
                   1778:     "(Hitachi )?HDS725050KLA(360|T80)",
                   1779:     "", "", ""
                   1780:   },
                   1781:   { "Hitachi Deskstar P7K500",
                   1782:     "(Hitachi )?HDP7250(16|25|32|40|50)GLA(36|38|T8)0",
                   1783:     "", "", ""
                   1784:   },
                   1785:   { "Hitachi Deskstar T7K500",
                   1786:     "(Hitachi )?HDT7250(25|32|40|50)VLA(360|380|T80)",
                   1787:     "", "", ""
                   1788:   },
                   1789:   { "Hitachi Deskstar 7K1000",
                   1790:     "(Hitachi )?HDS7210(50|75|10)KLA330",
                   1791:     "", "", ""
                   1792:   },
                   1793:   { "Hitachi Deskstar 7K1000.B",
                   1794:     "(Hitachi )?HDT7210((16|25)SLA380|(32|50|64|75|10)SLA360)",
                   1795:     "", "", ""
                   1796:   },
1.1.1.3   misho    1797:   { "Hitachi Deskstar 7K1000.C", // tested with Hitachi HDS721010CLA330/JP4OA3MA
                   1798:     "(Hitachi )?HDS7210((16|25)CLA382|(32|50)CLA362|(64|75|10)CLA33[02])",
1.1       misho    1799:     "", "", ""
                   1800:   },
1.1.1.2   misho    1801:   { "Hitachi Deskstar 7K1000.D", // tested with HDS721010DLE630/MS2OA5Q0
                   1802:     "Hitachi HDS7210(25|32|50|75|10)DLE630",
                   1803:     "", "", ""
                   1804:   },
                   1805:   { "Hitachi Deskstar E7K1000", // tested with HDE721010SLA330/ST6OA31B
                   1806:     "Hitachi HDE7210(50|75|10)SLA330",
                   1807:     "", "", ""
                   1808:   },
1.1       misho    1809:   { "Hitachi Deskstar 7K2000",
                   1810:     "Hitachi HDS722020ALA330",
                   1811:     "", "", ""
                   1812:   },
                   1813:   { "Hitachi Deskstar 7K3000", // tested with HDS723030ALA640/MKAOA3B0
                   1814:     "Hitachi HDS7230((15|20)BLA642|30ALA640)",
                   1815:     "", "", ""
                   1816:   },
1.1.1.3   misho    1817:   { "Hitachi/HGST Deskstar 7K4000", // tested with Hitachi HDS724040ALE640/MJAOA250
                   1818:     "Hitachi HDS724040ALE640",
                   1819:     "", "", ""
                   1820:   },
1.1.1.2   misho    1821:   { "Hitachi Ultrastar A7K1000", // tested with
                   1822:     // HUA721010KLA330      44X2459 42C0424IBM/GKAOAB4A
                   1823:     "(Hitachi )?HUA7210(50|75|10)KLA330.*",
1.1       misho    1824:     "", "", ""
                   1825:   },
1.1.1.2   misho    1826:   { "Hitachi Ultrastar A7K2000", // tested with
                   1827:     // HUA722010CLA330      43W7629 42C0401IBM
                   1828:     "(Hitachi )?HUA7220(50|10|20)[AC]LA33[01].*",
1.1       misho    1829:     "", "", ""
                   1830:   },
1.1.1.2   misho    1831:   { "Hitachi Ultrastar 7K3000", // tested with HUA723030ALA640/MKAOA580
                   1832:     "Hitachi HUA7230(20|30)ALA640",
1.1       misho    1833:     "", "", ""
                   1834:   },
1.1.1.3   misho    1835:   { "Hitachi Ultrastar 7K4000", // tested with Hitachi HUS724040ALE640/MJAOA3B0
                   1836:     "Hitachi HUS7240(20|30|40)ALE640",
                   1837:     "", "", ""
                   1838:   },
1.1       misho    1839:   { "Toshiba 2.5\" HDD (10-20 GB)",
                   1840:     "TOSHIBA MK(101[67]GAP|15[67]GAP|20(1[678]GAP|(18|23)GAS))",
                   1841:     "", "", ""
                   1842:   },
                   1843:   { "Toshiba 2.5\" HDD (30-60 GB)",
                   1844:     "TOSHIBA MK((6034|4032)GSX|(6034|4032)GAX|(6026|4026|4019|3019)GAXB?|(6025|6021|4025|4021|4018|3025|3021|3018)GAS|(4036|3029)GACE?|(4018|3017)GAP)",
                   1845:     "", "", ""
                   1846:   },
                   1847:   { "Toshiba 2.5\" HDD (80 GB and above)",
                   1848:     "TOSHIBA MK(80(25GAS|26GAX|32GAX|32GSX)|10(31GAS|32GAX)|12(33GAS|34G[AS]X)|2035GSS)",
                   1849:     "", "", ""
                   1850:   },
1.1.1.3   misho    1851:   { "Toshiba 2.5\" HDD MK..37GSX", // tested with TOSHIBA MK1637GSX/DL032C
                   1852:     "TOSHIBA MK(12|16)37GSX",
                   1853:     "", "", ""
                   1854:   },
1.1.1.4 ! misho    1855:   { "Toshiba 2.5\" HDD MK..46GSX", // tested with TOSHIBA MK1246GSX/LB213M
        !          1856:     "TOSHIBA MK(80|12|16|25)46GSX",
        !          1857:     "", "", ""
        !          1858:   },
1.1       misho    1859:   { "Toshiba 2.5\" HDD MK..50GACY", // tested with TOSHIBA MK8050GACY/TF105A
                   1860:     "TOSHIBA MK8050GACY",
                   1861:     "", "", ""
                   1862:   },
                   1863:   { "Toshiba 2.5\" HDD MK..52GSX",
                   1864:     "TOSHIBA MK(80|12|16|25|32)52GSX",
                   1865:     "", "", ""
                   1866:   },
1.1.1.3   misho    1867:   { "Toshiba 2.5\" HDD MK..55GSX", // tested with TOSHIBA MK5055GSX/FG001A, MK3255GSXF/FH115B
                   1868:     "TOSHIBA MK(12|16|25|32|40|50)55GSXF?",
1.1.1.2   misho    1869:     "", "", ""
                   1870:   },
                   1871:   { "Toshiba 2.5\" HDD MK..56GSY", // tested with TOSHIBA MK2556GSYF/LJ001D
                   1872:     "TOSHIBA MK(16|25|32|50)56GSYF?",
                   1873:     "",
                   1874:     "",
                   1875:     "-v 9,minutes"
                   1876:   },
1.1.1.3   misho    1877:   { "Toshiba 2.5\" HDD MK..59GSXP (AF)",
1.1       misho    1878:     "TOSHIBA MK(32|50|64|75)59GSXP?",
                   1879:     "", "", ""
                   1880:   },
1.1.1.3   misho    1881:   { "Toshiba 2.5\" HDD MK..59GSM (AF)",
1.1       misho    1882:     "TOSHIBA MK(75|10)59GSM",
                   1883:     "", "", ""
                   1884:   },
1.1.1.4 ! misho    1885:   { "Toshiba 2.5\" HDD MK..61GSY[N]", // tested with TOSHIBA MK5061GSY/MC102E, MK5061GSYN/MH000A
        !          1886:     "TOSHIBA MK(16|25|32|50|64)61GSYN?",
1.1.1.2   misho    1887:     "", "", ""
                   1888:   },
1.1.1.4 ! misho    1889:   { "Toshiba 2.5\" HDD MK..65GSX", // tested with TOSHIBA MK5065GSX/GJ003A, MK3265GSXN/GH012H,
        !          1890:       // MK5065GSXF/GP006B
        !          1891:     "TOSHIBA MK(16|25|32|50|64)65GSX[FN]?",
1.1       misho    1892:     "", "", ""
                   1893:   },
                   1894:   { "Toshiba 2.5\" HDD MK..76GSX", // tested with TOSHIBA MK3276GSX/GS002D
                   1895:     "TOSHIBA MK(16|25|32|50|64)76GSX",
                   1896:     "",
                   1897:     "",
                   1898:     "-v 9,minutes"
                   1899:   },
1.1.1.3   misho    1900:   { "Toshiba 2.5\" HDD MQ01ABD...", // tested with TOSHIBA MQ01ABD100/AX001U
                   1901:     "TOSHIBA MQ01ABD(025|032|050|064|075|100)",
                   1902:     "", "", ""
                   1903:   },
1.1.1.2   misho    1904:   { "Toshiba 3.5\" HDD MK.002TSKB", // tested with TOSHIBA MK1002TSKB/MT1A
                   1905:     "TOSHIBA MK(10|20)02TSKB",
                   1906:     "", "", ""
                   1907:   },
1.1.1.4 ! misho    1908:   { "Toshiba 3.5\" HDD DT01ACA...", // tested with TOSHIBA DT01ACA100/MS2OA750,
        !          1909:       // TOSHIBA DT01ACA200/MX4OABB0, TOSHIBA DT01ACA300/MX6OABB0
        !          1910:     "TOSHIBA DT01ACA(025|032|050|075|100|150|200|300)",
        !          1911:     "", "", ""
        !          1912:   },
1.1       misho    1913:   { "Toshiba 1.8\" HDD",
                   1914:     "TOSHIBA MK[23468]00[4-9]GA[HL]",
                   1915:     "", "", ""
                   1916:   },
                   1917:   { "Toshiba 1.8\" HDD MK..29GSG",
                   1918:     "TOSHIBA MK(12|16|25)29GSG",
                   1919:     "", "", ""
                   1920:   },
                   1921:   { "", // TOSHIBA MK6022GAX
                   1922:     "TOSHIBA MK6022GAX",
                   1923:     "", "", ""
                   1924:   },
                   1925:   { "", // TOSHIBA MK6409MAV
                   1926:     "TOSHIBA MK6409MAV",
                   1927:     "", "", ""
                   1928:   },
                   1929:   { "Toshiba MKx019GAXB (SUN branded)",
                   1930:     "TOS MK[34]019GAXB SUN[34]0G",
                   1931:     "", "", ""
                   1932:   },
                   1933:   { "Seagate Momentus",
                   1934:     "ST9(20|28|40|48)11A",
                   1935:     "", "", ""
                   1936:   },
                   1937:   { "Seagate Momentus 42",
                   1938:     "ST9(2014|3015|4019)A",
                   1939:     "", "", ""
                   1940:   },
1.1.1.2   misho    1941:   { "Seagate Momentus 4200.2", // tested with ST960812A/3.05
                   1942:     "ST9(100822|808210|60812|50212|402113|30219)A",
1.1       misho    1943:     "", "", ""
                   1944:   },
                   1945:   { "Seagate Momentus 5400.2",
1.1.1.2   misho    1946:     "ST9(808211|6082[12]|408114|308110|120821|10082[34]|8823|6812|4813|3811)AS?",
1.1       misho    1947:     "", "", ""
                   1948:   },
                   1949:   { "Seagate Momentus 5400.3",
                   1950:     "ST9(4081[45]|6081[35]|8081[15]|100828|120822|160821)AS?",
                   1951:     "", "", ""
                   1952:   },
                   1953:   { "Seagate Momentus 5400.3 ED",
                   1954:     "ST9(4081[45]|6081[35]|8081[15]|100828|120822|160821)AB",
                   1955:     "", "", ""
                   1956:   },
                   1957:   { "Seagate Momentus 5400.4",
                   1958:     "ST9(120817|(160|200|250)827)AS",
                   1959:     "", "", ""
                   1960:   },
                   1961:   { "Seagate Momentus 5400.5",
                   1962:     "ST9((80|120|160)310|(250|320)320)AS",
                   1963:     "", "", ""
                   1964:   },
                   1965:   { "Seagate Momentus 5400.6",
                   1966:     "ST9(80313|160(301|314)|(12|25)0315|250317|(320|500)325|500327|640320)ASG?",
                   1967:     "", "", ""
                   1968:   },
1.1.1.2   misho    1969:   { "Seagate Momentus 5400.7",
                   1970:     "ST9(160316|(250|320)310|(500|640)320)AS",
                   1971:     "", "", ""
                   1972:   },
1.1.1.3   misho    1973:   { "Seagate Momentus 5400.7 (AF)", // tested with ST9640322AS/0001BSM2
1.1.1.2   misho    1974:       // (device reports 4KiB LPS with 1 sector offset)
                   1975:     "ST9(320312|400321|640322|750423)AS",
                   1976:     "", "", ""
                   1977:   },
1.1       misho    1978:   { "Seagate Momentus 5400 PSD", // Hybrid drives
                   1979:     "ST9(808212|(120|160)8220)AS",
                   1980:     "", "", ""
                   1981:   },
                   1982:   { "Seagate Momentus 7200.1",
                   1983:     "ST9(10021|80825|6023|4015)AS?",
                   1984:     "", "", ""
                   1985:   },
                   1986:   { "Seagate Momentus 7200.2",
                   1987:     "ST9(80813|100821|120823|160823|200420)ASG?",
                   1988:     "", "", ""
                   1989:   },
                   1990:   { "Seagate Momentus 7200.3",
                   1991:     "ST9((80|120|160)411|(250|320)421)ASG?",
                   1992:     "", "", ""
                   1993:   },
                   1994:   { "Seagate Momentus 7200.4",
                   1995:     "ST9(160412|250410|320423|500420)ASG?",
                   1996:     "", "", ""
                   1997:   },
                   1998:   { "Seagate Momentus 7200 FDE.2",
                   1999:     "ST9((160413|25041[12]|320426|50042[12])AS|(16041[489]|2504[16]4|32042[67]|500426)ASG)",
                   2000:     "", "", ""
                   2001:   },
1.1.1.3   misho    2002:   { "Seagate Momentus 7200.5", // tested with ST9750420AS/0001SDM5, ST9750420AS/0002SDM1
                   2003:     "ST9(50042[34]|64042[012]|75042[02])ASG?",
                   2004:     "", "", ""
                   2005:   },
1.1.1.2   misho    2006:   { "Seagate Momentus XT", // fixed firmware
1.1       misho    2007:     "ST9(2505610|3205620|5005620)AS",
1.1.1.2   misho    2008:     "SD2[68]", // http://knowledge.seagate.com/articles/en_US/FAQ/215451en
                   2009:     "", ""
                   2010:   },
                   2011:   { "Seagate Momentus XT", // buggy firmware, tested with ST92505610AS/SD24
                   2012:     "ST9(2505610|3205620|5005620)AS",
                   2013:     "SD2[45]",
                   2014:     "These drives may corrupt large files,\n"
                   2015:     "AND THIS FIRMWARE VERSION IS AFFECTED,\n"
                   2016:     "see the following web pages for details:\n"
                   2017:     "http://knowledge.seagate.com/articles/en_US/FAQ/215451en\n"
                   2018:     "http://forums.seagate.com/t5/Momentus-XT-Momentus-Momentus/Momentus-XT-corrupting-large-files-Linux/td-p/109008\n"
                   2019:     "http://superuser.com/questions/313447/seagate-momentus-xt-corrupting-files-linux-and-mac",
                   2020:     ""
                   2021:   },
                   2022:   { "Seagate Momentus XT", // unknown firmware
                   2023:     "ST9(2505610|3205620|5005620)AS",
                   2024:     "",
                   2025:     "These drives may corrupt large files,\n"
                   2026:     "see the following web pages for details:\n"
                   2027:     "http://knowledge.seagate.com/articles/en_US/FAQ/215451en\n"
                   2028:     "http://forums.seagate.com/t5/Momentus-XT-Momentus-Momentus/Momentus-XT-corrupting-large-files-Linux/td-p/109008\n"
                   2029:     "http://superuser.com/questions/313447/seagate-momentus-xt-corrupting-files-linux-and-mac",
                   2030:     ""
1.1       misho    2031:   },
1.1.1.3   misho    2032:   { "Seagate Momentus XT (AF)", // tested with ST750LX003-1AC154/SM12
                   2033:     "ST750LX003-.*",
                   2034:     "", "", ""
                   2035:   },
                   2036:   { "Seagate Momentus Thin", // tested with ST320LT007-9ZV142/0004LVM1
                   2037:     "ST(160|250|320)LT0(07|09|11|14)-.*",
                   2038:     "", "", ""
                   2039:   },
1.1.1.4 ! misho    2040:   { "Seagate Laptop SSHD", // tested with ST500LM000-1EJ162/SM11
        !          2041:     "ST(500|1000)LM0(00|14)-.*",
        !          2042:     "", "", ""
        !          2043:   },
1.1       misho    2044:   { "Seagate Medalist 1010, 1720, 1721, 2120, 3230 and 4340",  // ATA2, with -t permissive
                   2045:     "ST3(1010|1720|1721|2120|3230|4340)A",
                   2046:     "", "", ""
                   2047:   },
                   2048:   { "Seagate Medalist 2110, 3221, 4321, 6531, and 8641",
                   2049:     "ST3(2110|3221|4321|6531|8641)A",
                   2050:     "", "", ""
                   2051:   },
1.1.1.2   misho    2052:   { "Seagate U4",
                   2053:     "ST3(2112|4311|6421|8421)A",
1.1       misho    2054:     "", "", ""
                   2055:   },
1.1.1.2   misho    2056:   { "Seagate U5",
                   2057:     "ST3(40823|30621|20413|15311|10211)A",
1.1       misho    2058:     "", "", ""
                   2059:   },
1.1.1.2   misho    2060:   { "Seagate U6",
1.1       misho    2061:     "ST3(8002|6002|4081|3061|2041)0A",
                   2062:     "", "", ""
                   2063:   },
1.1.1.2   misho    2064:   { "Seagate U7",
                   2065:     "ST3(30012|40012|60012|80022|120020)A",
1.1       misho    2066:     "", "", ""
                   2067:   },
1.1.1.2   misho    2068:   { "Seagate U8",
                   2069:     "ST3(4313|6811|8410|4313|13021|17221)A",
1.1       misho    2070:     "", "", ""
                   2071:   },
1.1.1.2   misho    2072:   { "Seagate U9", // tested with ST3160022ACE/9.51
                   2073:     "ST3(80012|120025|160022)A(CE)?",
1.1       misho    2074:     "", "", ""
                   2075:   },
                   2076:   { "Seagate U10",
                   2077:     "ST3(20423|15323|10212)A",
                   2078:     "", "", ""
                   2079:   },
1.1.1.2   misho    2080:   { "Seagate UX",
                   2081:     "ST3(10014A(CE)?|20014A)",
                   2082:     "", "", ""
                   2083:   },
1.1       misho    2084:   { "Seagate Barracuda ATA",
                   2085:     "ST3(2804|2724|2043|1362|1022|681)0A",
                   2086:     "", "", ""
                   2087:   },
                   2088:   { "Seagate Barracuda ATA II",
                   2089:     "ST3(3063|2042|1532|1021)0A",
                   2090:     "", "", ""
                   2091:   },
                   2092:   { "Seagate Barracuda ATA III",
                   2093:     "ST3(40824|30620|20414|15310|10215)A",
                   2094:     "", "", ""
                   2095:   },
                   2096:   { "Seagate Barracuda ATA IV",
                   2097:     "ST3(20011|30011|40016|60021|80021)A",
                   2098:     "", "", ""
                   2099:   },
                   2100:   { "Seagate Barracuda ATA V",
                   2101:     "ST3(12002(3A|4A|9A|3AS)|800(23A|15A|23AS)|60(015A|210A)|40017A)",
                   2102:     "", "", ""
                   2103:   },
                   2104:   { "Seagate Barracuda 5400.1",
                   2105:     "ST340015A",
                   2106:     "", "", ""
                   2107:   },
1.1.1.3   misho    2108:   { "Seagate Barracuda 7200.7 and 7200.7 Plus", // tested with "ST380819AS          39M3701 39M0171 IBM"/3.03
                   2109:     "ST3(200021A|200822AS?|16002[13]AS?|12002[26]AS?|1[26]082[78]AS|8001[13]AS?|8081[79]AS|60014A|40111AS|40014AS?)( .* IBM)?",
1.1       misho    2110:     "", "", ""
                   2111:   },
                   2112:   { "Seagate Barracuda 7200.8",
                   2113:     "ST3(400[68]32|300[68]31|250[68]23|200826)AS?",
                   2114:     "", "", ""
                   2115:   },
                   2116:   { "Seagate Barracuda 7200.9",
                   2117:     "ST3(402111?|80[28]110?|120[28]1[0134]|160[28]1[012]|200827|250[68]24|300[68]22|(320|400)[68]33|500[68](32|41))AS?.*",
                   2118:     "", "", ""
                   2119:   },
                   2120:   { "Seagate Barracuda 7200.10",
                   2121:     "ST3((80|160)[28]15|200820|250[34]10|(250|300|320|400)[68]20|360320|500[68]30|750[68]40)AS?",
                   2122:     "", "", ""
                   2123:   },
                   2124:   { "Seagate Barracuda 7200.11", // unaffected firmware
                   2125:     "ST3(160813|320[68]13|500[368]20|640[36]23|640[35]30|750[36]30|1000(333|[36]40)|1500341)AS?",
1.1.1.2   misho    2126:     "CC.?.?", // http://knowledge.seagate.com/articles/en_US/FAQ/207957en
1.1       misho    2127:     "", ""
                   2128:   },
                   2129:   { "Seagate Barracuda 7200.11", // fixed firmware
                   2130:     "ST3(500[368]20|750[36]30|1000340)AS?",
1.1.1.2   misho    2131:     "SD1A", // http://knowledge.seagate.com/articles/en_US/FAQ/207951en
1.1       misho    2132:     "", ""
                   2133:   },
                   2134:   { "Seagate Barracuda 7200.11", // fixed firmware
                   2135:     "ST3(160813|320[68]13|640[36]23|1000333|1500341)AS?",
1.1.1.2   misho    2136:     "SD[12]B", // http://knowledge.seagate.com/articles/en_US/FAQ/207957en
1.1       misho    2137:     "", ""
                   2138:   },
                   2139:   { "Seagate Barracuda 7200.11", // buggy or fixed firmware
                   2140:     "ST3(500[368]20|640[35]30|750[36]30|1000340)AS?",
                   2141:     "(AD14|SD1[5-9]|SD81)",
                   2142:     "There are known problems with these drives,\n"
                   2143:     "THIS DRIVE MAY OR MAY NOT BE AFFECTED,\n"
                   2144:     "see the following web pages for details:\n"
1.1.1.2   misho    2145:     "http://knowledge.seagate.com/articles/en_US/FAQ/207931en\n"
                   2146:     "http://knowledge.seagate.com/articles/en_US/FAQ/207951en\n"
1.1       misho    2147:     "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632758",
                   2148:     ""
                   2149:   },
                   2150:   { "Seagate Barracuda 7200.11", // unknown firmware
                   2151:     "ST3(160813|320[68]13|500[368]20|640[36]23|640[35]30|750[36]30|1000(333|[36]40)|1500341)AS?",
                   2152:     "",
                   2153:     "There are known problems with these drives,\n"
                   2154:     "see the following Seagate web pages:\n"
1.1.1.2   misho    2155:     "http://knowledge.seagate.com/articles/en_US/FAQ/207931en\n"
                   2156:     "http://knowledge.seagate.com/articles/en_US/FAQ/207951en\n"
                   2157:     "http://knowledge.seagate.com/articles/en_US/FAQ/207957en",
1.1       misho    2158:     ""
                   2159:   },
1.1.1.3   misho    2160:   { "Seagate Barracuda 7200.12", // new firmware
                   2161:     "ST3(160318|250318|320418|50041[08]|750528|1000528)AS",
                   2162:     "CC4[9A-Z]",
                   2163:     "", ""
                   2164:   },
                   2165:   { "Seagate Barracuda 7200.12", // unknown firmware
                   2166:     "ST3(160318|250318|320418|50041[08]|750528|1000528)AS",
                   2167:     "",
                   2168:     "A firmware update for this drive may be available,\n"
                   2169:     "see the following Seagate web pages:\n"
                   2170:     "http://knowledge.seagate.com/articles/en_US/FAQ/207931en\n"
                   2171:     "http://knowledge.seagate.com/articles/en_US/FAQ/213891en",
                   2172:     ""
                   2173:   },
                   2174:   { "Seagate Barracuda 7200.12", // tested with ST3250312AS/JC45, ST31000524AS/JC45,
                   2175:       // ST3500413AS/JC4B, ST3750525AS/JC4B
                   2176:     "ST3(160318|25031[128]|320418|50041[038]|750(518|52[358])|100052[348])AS",
1.1       misho    2177:     "", "", ""
                   2178:   },
1.1.1.3   misho    2179:   { "Seagate Barracuda XT", // tested with ST32000641AS/CC13,
                   2180:       // ST4000DX000-1C5160/CC42
                   2181:     "ST(3(2000641|3000651)AS|4000DX000-.*)",
                   2182:     "", "", ""
                   2183:   },
                   2184:   { "Seagate Barracuda 7200.14 (AF)", // new firmware, tested with
                   2185:       // ST3000DM001-9YN166/CC4H, ST3000DM001-9YN166/CC9E
                   2186:     "ST(1000|1500|2000|2500|3000)DM00[1-3]-.*",
                   2187:     "CC(4[H-Z]|[5-9A-Z]..*)", // >= "CC4H"
                   2188:     "",
                   2189:     "-v 188,raw16 -v 240,msec24hour32" // tested with ST3000DM001-9YN166/CC4H
                   2190:   },
                   2191:   { "Seagate Barracuda 7200.14 (AF)", // old firmware, tested with
                   2192:       // ST1000DM003-9YN162/CC46
                   2193:     "ST(1000|1500|2000|2500|3000)DM00[1-3]-.*",
                   2194:     "CC4[679CG]",
                   2195:     "A firmware update for this drive is available,\n"
                   2196:     "see the following Seagate web pages:\n"
                   2197:     "http://knowledge.seagate.com/articles/en_US/FAQ/207931en\n"
                   2198:     "http://knowledge.seagate.com/articles/en_US/FAQ/223651en",
                   2199:     "-v 188,raw16 -v 240,msec24hour32"
                   2200:   },
                   2201:   { "Seagate Barracuda 7200.14 (AF)", // unknown firmware
                   2202:     "ST(1000|1500|2000|2500|3000)DM00[1-3]-.*",
                   2203:     "",
                   2204:     "A firmware update for this drive may be available,\n"
                   2205:     "see the following Seagate web pages:\n"
                   2206:     "http://knowledge.seagate.com/articles/en_US/FAQ/207931en\n"
                   2207:     "http://knowledge.seagate.com/articles/en_US/FAQ/223651en",
                   2208:     "-v 188,raw16 -v 240,msec24hour32"
                   2209:   },
                   2210:   { "Seagate Barracuda 7200.14 (AF)", // < 1TB, tested with ST250DM000-1BC141
                   2211:     "ST(250|320|500|750)DM00[0-3]-.*",
                   2212:     "", "",
                   2213:     "-v 188,raw16 -v 240,msec24hour32"
                   2214:   },
                   2215:   { "Seagate Desktop HDD.15", // tested with ST4000DM000-1CD168/CC43
                   2216:     "ST4000DM000-.*",
                   2217:     "", "",
                   2218:     "-v 188,raw16 -v 240,msec24hour32"
                   2219:   },
                   2220:   { "Seagate Barracuda LP", // new firmware
                   2221:     "ST3(500412|1000520|1500541|2000542)AS",
                   2222:     "CC3[5-9A-Z]",
                   2223:     "",
                   2224:     "" // -F xerrorlba ?
                   2225:   },
                   2226:   { "Seagate Barracuda LP", // unknown firmware
                   2227:     "ST3(500412|1000520|1500541|2000542)AS",
                   2228:     "",
                   2229:     "A firmware update for this drive may be available,\n"
                   2230:     "see the following Seagate web pages:\n"
                   2231:     "http://knowledge.seagate.com/articles/en_US/FAQ/207931en\n"
                   2232:     "http://knowledge.seagate.com/articles/en_US/FAQ/213915en",
                   2233:     "-F xerrorlba" // tested with ST31000520AS/CC32
                   2234:   },
                   2235:   { "Seagate Barracuda Green (AF)", // new firmware
                   2236:     "ST((10|15|20)00DL00[123])-.*",
                   2237:     "CC3[2-9A-Z]",
                   2238:     "", ""
                   2239:   },
                   2240:   { "Seagate Barracuda Green (AF)", // unknown firmware
                   2241:     "ST((10|15|20)00DL00[123])-.*",
                   2242:     "",
                   2243:     "A firmware update for this drive may be available,\n"
                   2244:     "see the following Seagate web pages:\n"
                   2245:     "http://knowledge.seagate.com/articles/en_US/FAQ/207931en\n"
                   2246:     "http://knowledge.seagate.com/articles/en_US/FAQ/218171en",
                   2247:     ""
                   2248:   },
1.1       misho    2249:   { "Seagate Barracuda ES",
                   2250:     "ST3(250[68]2|32062|40062|50063|75064)0NS",
                   2251:     "", "", ""
                   2252:   },
                   2253:   { "Seagate Barracuda ES.2", // fixed firmware
                   2254:     "ST3(25031|50032|75033|100034)0NS",
1.1.1.2   misho    2255:     "SN[01]6|"         // http://knowledge.seagate.com/articles/en_US/FAQ/207963en
1.1       misho    2256:     "MA(0[^7]|[^0].)", // http://dellfirmware.seagate.com/dell_firmware/DellFirmwareRequest.jsp
1.1.1.3   misho    2257:     "",
                   2258:     "-F xerrorlba" // tested with ST31000340NS/SN06
1.1       misho    2259:   },
                   2260:   { "Seagate Barracuda ES.2", // buggy firmware (Dell)
                   2261:     "ST3(25031|50032|75033|100034)0NS",
                   2262:     "MA07",
                   2263:     "There are known problems with these drives,\n"
                   2264:     "AND THIS FIRMWARE VERSION IS AFFECTED,\n"
                   2265:     "see the following Seagate web page:\n"
                   2266:     "http://dellfirmware.seagate.com/dell_firmware/DellFirmwareRequest.jsp",
                   2267:     ""
                   2268:   },
                   2269:   { "Seagate Barracuda ES.2", // unknown firmware
                   2270:     "ST3(25031|50032|75033|100034)0NS",
                   2271:     "",
                   2272:     "There are known problems with these drives,\n"
                   2273:     "see the following Seagate web pages:\n"
1.1.1.2   misho    2274:     "http://knowledge.seagate.com/articles/en_US/FAQ/207931en\n"
                   2275:     "http://knowledge.seagate.com/articles/en_US/FAQ/207963en",
1.1       misho    2276:     ""
                   2277:   },
                   2278:   { "Seagate Constellation (SATA)", // tested with ST9500530NS/SN03
                   2279:     "ST9(160511|500530)NS",
                   2280:     "", "", ""
                   2281:   },
                   2282:   { "Seagate Constellation ES (SATA)", // tested with ST31000524NS/SN11
                   2283:     "ST3(50051|100052|200064)4NS",
                   2284:     "", "", ""
                   2285:   },
1.1.1.2   misho    2286:   { "Seagate Constellation ES (SATA 6Gb/s)", // tested with ST1000NM0011/SN02
                   2287:     "ST(5|10|20)00NM0011",
                   2288:     "", "", ""
                   2289:   },
1.1.1.4 ! misho    2290:   { "Seagate Constellation ES.2 (SATA 6Gb/s)", // tested with ST32000645NS/0004, ST33000650NS
        !          2291:     "ST3(2000645|300065[012])NS",
        !          2292:     "", "", ""
        !          2293:   },
        !          2294:   { "Seagate Constellation ES.3", // tested with ST1000NM0033-9ZM173/0001, ST4000NM0033-9ZM170/SN03
        !          2295:     "ST[1234]000NM00[35]3-.*",
1.1.1.2   misho    2296:     "", "", ""
                   2297:   },
1.1       misho    2298:   { "Seagate Pipeline HD 5900.1",
                   2299:     "ST3(160310|320[34]10|500(321|422))CS",
                   2300:     "", "", ""
                   2301:   },
                   2302:   { "Seagate Pipeline HD 5900.2", // tested with ST31000322CS/SC13
                   2303:     "ST3(160316|250[34]12|320(311|413)|500(312|414)|1000(322|424))CS",
                   2304:     "", "", ""
                   2305:   },
                   2306:   { "Seagate Medalist 17240, 13030, 10231, 8420, and 4310",
                   2307:     "ST3(17240|13030|10231|8420|4310)A",
                   2308:     "", "", ""
                   2309:   },
                   2310:   { "Seagate Medalist 17242, 13032, 10232, 8422, and 4312",
                   2311:     "ST3(1724|1303|1023|842|431)2A",
                   2312:     "", "", ""
                   2313:   },
                   2314:   { "Seagate NL35",
                   2315:     "ST3(250623|250823|400632|400832|250824|250624|400633|400833|500641|500841)NS",
                   2316:     "", "", ""
                   2317:   },
                   2318:   { "Seagate SV35.2",
1.1.1.2   misho    2319:     "ST3(160815|250820|320620|500630|750640)[AS]V",
                   2320:     "", "", ""
                   2321:   },
                   2322:   { "Seagate SV35.5", // tested with ST31000525SV/CV12
                   2323:     "ST3(250311|500410|1000525)SV",
                   2324:     "", "", ""
                   2325:   },
                   2326:   { "Seagate SV35", // tested with ST2000VX000-9YW164/CV12
                   2327:     "ST([123]000VX00[20]|31000526SV|3500411SV)(-.*)?",
                   2328:     "", "", ""
                   2329:   },
                   2330:   { "Seagate DB35", // tested with ST3250823ACE/3.03
                   2331:     "ST3(200826|250823|300831|400832)ACE",
                   2332:     "", "", ""
                   2333:   },
                   2334:   { "Seagate DB35.2", // tested with ST3160212SCE/3.ACB
                   2335:     "ST3(802110|120213|160212|200827|250824|300822|400833|500841)[AS]CE",
1.1       misho    2336:     "", "", ""
                   2337:   },
                   2338:   { "Seagate DB35.3",
1.1.1.2   misho    2339:     "ST3(750640SCE|((80|160)215|(250|320|400)820|500830|750840)[AS]CE)",
                   2340:     "", "", ""
                   2341:   },
1.1.1.3   misho    2342:   { "Seagate LD25.2", // tested with ST940210AS/3.ALC
                   2343:     "ST9(40|80)210AS?",
                   2344:     "", "", ""
                   2345:   },
1.1.1.2   misho    2346:   { "Seagate ST1.2 CompactFlash", // tested with ST68022CF/3.01
                   2347:     "ST6[468]022CF",
1.1       misho    2348:     "", "", ""
                   2349:   },
                   2350:   { "Western Digital Protege",
                   2351:   /* Western Digital drives with this comment all appear to use Attribute 9 in
                   2352:    * a  non-standard manner.  These entries may need to be updated when it
                   2353:    * is understood exactly how Attribute 9 should be interpreted.
                   2354:    * UPDATE: this is probably explained by the WD firmware bug described in the
                   2355:    * smartmontools FAQ */
                   2356:     "WDC WD([2468]00E|1[26]00A)B-.*",
                   2357:     "", "", ""
                   2358:   },
                   2359:   { "Western Digital Caviar",
                   2360:   /* Western Digital drives with this comment all appear to use Attribute 9 in
                   2361:    * a  non-standard manner.  These entries may need to be updated when it
                   2362:    * is understood exactly how Attribute 9 should be interpreted.
                   2363:    * UPDATE: this is probably explained by the WD firmware bug described in the
                   2364:    * smartmontools FAQ */
                   2365:     "WDC WD(2|3|4|6|8|10|12|16|18|20|25)00BB-.*",
                   2366:     "", "", ""
                   2367:   },
                   2368:   { "Western Digital Caviar WDxxxAB",
                   2369:   /* Western Digital drives with this comment all appear to use Attribute 9 in
                   2370:    * a  non-standard manner.  These entries may need to be updated when it
                   2371:    * is understood exactly how Attribute 9 should be interpreted.
                   2372:    * UPDATE: this is probably explained by the WD firmware bug described in the
                   2373:    * smartmontools FAQ */
                   2374:     "WDC WD(3|4|6|8|25)00AB-.*",
                   2375:     "", "", ""
                   2376:   },
                   2377:   { "Western Digital Caviar WDxxxAA",
                   2378:   /* Western Digital drives with this comment all appear to use Attribute 9 in
                   2379:    * a  non-standard manner.  These entries may need to be updated when it
                   2380:    * is understood exactly how Attribute 9 should be interpreted.
                   2381:    * UPDATE: this is probably explained by the WD firmware bug described in the
                   2382:    * smartmontools FAQ */
                   2383:     "WDC WD...?AA(-.*)?",
                   2384:     "", "", ""
                   2385:   },
                   2386:   { "Western Digital Caviar WDxxxBA",
                   2387:   /* Western Digital drives with this comment all appear to use Attribute 9 in
                   2388:    * a  non-standard manner.  These entries may need to be updated when it
                   2389:    * is understood exactly how Attribute 9 should be interpreted.
                   2390:    * UPDATE: this is probably explained by the WD firmware bug described in the
                   2391:    * smartmontools FAQ */
                   2392:     "WDC WD...BA",
                   2393:     "", "", ""
                   2394:   },
                   2395:   { "Western Digital Caviar AC", // add only 5400rpm/7200rpm (ata33 and faster)
                   2396:     "WDC AC((116|121|125|225|132|232)|([1-4][4-9][0-9])|([1-4][0-9][0-9][0-9]))00[A-Z]?.*",
                   2397:     "", "", ""
                   2398:   },
                   2399:   { "Western Digital Caviar SE",
                   2400:   /* Western Digital drives with this comment all appear to use Attribute 9 in
                   2401:    * a  non-standard manner.  These entries may need to be updated when it
                   2402:    * is understood exactly how Attribute 9 should be interpreted.
                   2403:    * UPDATE: this is probably explained by the WD firmware bug described in the
                   2404:    * smartmontools FAQ
                   2405:    * UPDATE 2: this does not apply to more recent models, at least WD3200AAJB */
                   2406:     "WDC WD(4|6|8|10|12|16|18|20|25|30|32|40|50)00(JB|PB)-.*",
                   2407:     "", "", ""
                   2408:   },
                   2409:   { "Western Digital Caviar Blue EIDE",  // WD Caviar SE EIDE
                   2410:     /* not completely accurate: at least also WD800JB, WD(4|8|20|25)00BB sold as Caviar Blue */
                   2411:     "WDC WD(16|25|32|40|50)00AAJB-.*",
                   2412:     "", "", ""
                   2413:   },
                   2414:   { "Western Digital Caviar Blue EIDE",  // WD Caviar SE16 EIDE
                   2415:     "WDC WD(25|32|40|50)00AAKB-.*",
                   2416:     "", "", ""
                   2417:   },
                   2418:   { "Western Digital RE EIDE",
                   2419:     "WDC WD(12|16|25|32)00SB-.*",
                   2420:     "", "", ""
                   2421:   },
                   2422:   { "Western Digital Caviar Serial ATA",
                   2423:     "WDC WD(4|8|20|32)00BD-.*",
                   2424:     "", "", ""
                   2425:   },
1.1.1.2   misho    2426:   { "Western Digital Caviar SE Serial ATA", // tested with WDC WD3000JD-98KLB0/08.05J08
                   2427:     "WDC WD(4|8|12|16|20|25|30|32|40)00(JD|KD|PD)-.*",
1.1       misho    2428:     "", "", ""
                   2429:   },
                   2430:   { "Western Digital Caviar SE Serial ATA",
                   2431:     "WDC WD(8|12|16|20|25|30|32|40|50)00JS-.*",
                   2432:     "", "", ""
                   2433:   },
                   2434:   { "Western Digital Caviar SE16 Serial ATA",
                   2435:     "WDC WD(16|20|25|32|40|50|75)00KS-.*",
                   2436:     "", "", ""
                   2437:   },
                   2438:   { "Western Digital Caviar Blue Serial ATA",  // WD Caviar SE Serial ATA
                   2439:     /* not completely accurate: at least also WD800BD, (4|8)00JD sold as Caviar Blue */
                   2440:     "WDC WD((8|12|16|25|32)00AABS|(8|12|16|25|32|40|50)00AAJS)-.*",
                   2441:     "", "", ""
                   2442:   },
1.1.1.4 ! misho    2443:   { "Western Digital Caviar Blue (SATA)",  // WD Caviar SE16 Serial ATA
        !          2444:       // tested with WD1602ABKS-18N8A0/DELL/02.03B04
        !          2445:     "WDC WD((16|20|25|32|40|50|64|75)00AAKS|1602ABKS|10EALS)-.*",
1.1       misho    2446:     "", "", ""
                   2447:   },
1.1.1.4 ! misho    2448:   { "Western Digital Caviar Blue (SATA 6Gb/s)", // tested with WDC WD10EZEX-00RKKA0/80.00A80
        !          2449:     "WDC WD((25|32|50)00AAKX|7500AALX|10EALX|10EZEX)-.*",
1.1       misho    2450:     "", "", ""
                   2451:   },
                   2452:   { "Western Digital RE Serial ATA",
                   2453:     "WDC WD(12|16|25|32)00(SD|YD|YS)-.*",
                   2454:     "", "", ""
                   2455:   },
                   2456:   { "Western Digital RE2 Serial ATA",
                   2457:     "WDC WD((40|50|75)00(YR|YS|AYYS)|(16|32|40|50)0[01]ABYS)-.*",
                   2458:     "", "", ""
                   2459:   },
                   2460:   { "Western Digital RE2-GP",
                   2461:     "WDC WD(5000AB|7500AY|1000FY)PS-.*",
                   2462:     "", "", ""
                   2463:   },
1.1.1.2   misho    2464:   { "Western Digital RE3 Serial ATA", // tested with WDC WD7502ABYS-02A6B0/03.00C06
                   2465:     "WDC WD((25|32|50|75)02A|(75|10)02F)BYS-.*",
1.1       misho    2466:     "", "", ""
                   2467:   },
1.1.1.3   misho    2468:   { "Western Digital RE4", // tested with WDC WD2003FYYS-18W0B0/01.01D02
1.1       misho    2469:     "WDC WD((((25|50)03A|1003F)BYX)|((15|20)03FYYS))-.*",
                   2470:     "", "", ""
                   2471:   },
                   2472:   { "Western Digital RE4-GP", // tested with WDC WD2002FYPS-02W3B0/04.01G01
                   2473:     "WDC WD2002FYPS-.*",
                   2474:     "", "", ""
                   2475:   },
1.1.1.3   misho    2476:   { "Western Digital RE4 (SATA 6Gb/s)", // tested with WDC WD2000FYYZ-01UL1B0/01.01K01
                   2477:     "WDC WD(20|30|40)00FYYZ-.*",
                   2478:     "", "", ""
                   2479:   },
1.1       misho    2480:   { "Western Digital Caviar Green",
                   2481:     "WDC WD((50|64|75)00AA(C|V)S|(50|64|75)00AADS|10EA(C|V)S|(10|15|20)EADS)-.*",
1.1.1.3   misho    2482:     "",
                   2483:     "",
                   2484:     "-F xerrorlba" // tested with WDC WD7500AADS-00M2B0/01.00A01
1.1       misho    2485:   },
1.1.1.3   misho    2486:   { "Western Digital Caviar Green (AF)",
1.1       misho    2487:     "WDC WD(((64|75|80)00AA|(10|15|20)EA|(25|30)EZ)R|20EAC)S-.*",
                   2488:     "", "", ""
                   2489:   },
1.1.1.3   misho    2490:   { "Western Digital Caviar Green (AF, SATA 6Gb/s)", // tested with
                   2491:       // WDC WD10EZRX-00A8LB0/01.01A01, WDC WD20EZRX-00DC0B0/80.00A80,
                   2492:       // WDC WD30EZRX-00MMMB0/80.00A80
                   2493:     "WDC WD(7500AA|(10|15|20)EA|(10|20|25|30)EZ)RX-.*",
1.1       misho    2494:     "", "", ""
                   2495:   },
                   2496:   { "Western Digital Caviar Black",
                   2497:     "WDC WD((500|640|750)1AAL|1001FA[EL]|2001FAS)S-.*",
                   2498:     "", "", ""
                   2499:   },
1.1.1.3   misho    2500:   { "Western Digital Caviar Black",  // SATA 6 Gb/s variants, tested with
                   2501:       //  WDC WD4001FAEX-00MJRA0/01.01L01
                   2502:     "WDC WD(5002AAL|(64|75)02AAE|((10|15|20)02|4001)FAE)X-.*",
                   2503:     "", "", ""
                   2504:   },
                   2505:   { "Western Digital Caviar Black (AF)", // tested with WDC WD5003AZEX-00RKKA0/80.00A80
                   2506:     "WDC WD(5003AZE)X-.*",
1.1       misho    2507:     "", "", ""
                   2508:   },
                   2509:   { "Western Digital AV ATA", // tested with WDC WD3200AVJB-63J5A0/01.03E01
                   2510:     "WDC WD(8|16|25|32|50)00AV[BJ]B-.*",
                   2511:     "", "", ""
                   2512:   },
                   2513:   { "Western Digital AV SATA",
                   2514:     "WDC WD(16|25|32)00AVJS-.*",
                   2515:     "", "", ""
                   2516:   },
                   2517:   { "Western Digital AV-GP",
1.1.1.2   misho    2518:     "WDC WD((16|25|32|50|64|75)00AV[CDV]S|(10|15|20)EV[CDV]S)-.*",
                   2519:     "", "", ""
                   2520:   },
1.1.1.3   misho    2521:   { "Western Digital AV-GP (AF)", // tested with WDC WD10EURS-630AB1/80.00A80, WDC WD10EUCX-63YZ1Y0/51.0AB52
1.1.1.2   misho    2522:     "WDC WD(7500AURS|10EU[CR]X|(10|15|20|25|30)EURS)-.*",
1.1       misho    2523:     "", "", ""
                   2524:   },
                   2525:   { "Western Digital AV-25",
                   2526:     "WDC WD((16|25|32|50)00BUD|5000BUC)T-.*",
                   2527:     "", "", ""
                   2528:   },
                   2529:   { "Western Digital Raptor",
                   2530:     "WDC WD((360|740|800)GD|(360|740|800|1500)ADF[DS])-.*",
                   2531:     "", "", ""
                   2532:   },
                   2533:   { "Western Digital Raptor X",
                   2534:     "WDC WD1500AHFD-.*",
                   2535:     "", "", ""
                   2536:   },
                   2537:   { "Western Digital VelociRaptor", // tested with WDC WD1500HLHX-01JJPV0/04.05G04
                   2538:     "WDC WD(((800H|(1500|3000)[BH]|1600H|3000G)LFS)|((1500|3000|4500|6000)[BH]LHX))-.*",
                   2539:     "", "", ""
                   2540:   },
1.1.1.3   misho    2541:   { "Western Digital VelociRaptor (AF)", // tested with WDC WD1000DHTZ-04N21V0/04.06A00
                   2542:     "WDC WD(2500H|5000H|1000D)HTZ-.*",
                   2543:     "", "", ""
                   2544:   },
1.1       misho    2545:   { "Western Digital Scorpio EIDE",
                   2546:     "WDC WD(4|6|8|10|12|16)00(UE|VE)-.*",
                   2547:     "", "", ""
                   2548:   },
                   2549:   { "Western Digital Scorpio Blue EIDE", // tested with WDC WD3200BEVE-00A0HT0/11.01A11
                   2550:     "WDC WD(4|6|8|10|12|16|25|32)00BEVE-.*",
                   2551:     "", "", ""
                   2552:   },
                   2553:   { "Western Digital Scorpio Serial ATA",
                   2554:     "WDC WD(4|6|8|10|12|16|25)00BEAS-.*",
                   2555:     "", "", ""
                   2556:   },
                   2557:   { "Western Digital Scorpio Blue Serial ATA",
                   2558:     "WDC WD((4|6|8|10|12|16|25)00BEVS|(8|12|16|25|32|40|50|64)00BEVT|7500KEVT|10TEVT)-.*",
                   2559:     "", "", ""
                   2560:   },
1.1.1.3   misho    2561:   { "Western Digital Scorpio Blue Serial ATA (AF)", // tested with
1.1       misho    2562:       // WDC WD10JPVT-00A1YT0/01.01A01
                   2563:     "WDC WD((16|25|32|50|64|75)00BPVT|10[JT]PVT)-.*",
                   2564:     "", "", ""
                   2565:   },
1.1.1.2   misho    2566:   { "Western Digital Scorpio Black", // tested with WDC WD5000BEKT-00KA9T0/01.01A01
                   2567:     "WDC WD(8|12|16|25|32|50)00B[EJ]KT-.*",
                   2568:     "", "", ""
                   2569:   },
1.1.1.3   misho    2570:   { "Western Digital Scorpio Black (AF)",
1.1.1.2   misho    2571:     "WDC WD(50|75)00BPKT-.*",
1.1       misho    2572:     "", "", ""
                   2573:   },
1.1.1.3   misho    2574:   { "Western Digital Red (AF)", // tested with WDC WD10EFRX-68JCSN0/01.01A01
                   2575:     "WDC WD(10|20|30)EFRX-.*",
1.1       misho    2576:     "", "", ""
                   2577:   },
1.1.1.3   misho    2578:   { "Western Digital My Passport (USB)", // tested with WDC WD5000BMVW-11AMCS0/01.01A01
                   2579:     "WDC WD(25|32|40|50)00BMV[UVW]-.*",  // *W-* = USB 3.0
1.1       misho    2580:     "", "", ""
                   2581:   },
1.1.1.3   misho    2582:   { "Western Digital My Passport (USB, AF)", // tested with
                   2583:       // WDC WD5000KMVV-11TK7S1/01.01A01, WDC WD10TMVW-11ZSMS5/01.01A01,
                   2584:       // WDC WD10JMVW-11S5XS1/01.01A01, WDC WD20NMVW-11W68S0/01.01A01
                   2585:     "WDC WD(5000[LK]|7500K|10[JT]|20N)MV[VW]-.*", // *W-* = USB 3.0
1.1       misho    2586:     "", "", ""
                   2587:   },
                   2588:   { "Quantum Bigfoot", // tested with TS10.0A/A21.0G00, TS12.7A/A21.0F00
                   2589:     "QUANTUM BIGFOOT TS(10\\.0|12\\.7)A",
                   2590:     "", "", ""
                   2591:   },
                   2592:   { "Quantum Fireball lct15",
                   2593:     "QUANTUM FIREBALLlct15 ([123]0|22)",
                   2594:     "", "", ""
                   2595:   },
                   2596:   { "Quantum Fireball lct20",
                   2597:     "QUANTUM FIREBALLlct20 [1234]0",
                   2598:     "", "", ""
                   2599:   },
                   2600:   { "Quantum Fireball CX",
                   2601:     "QUANTUM FIREBALL CX10.2A",
                   2602:     "", "", ""
                   2603:   },
                   2604:   { "Quantum Fireball CR",
                   2605:     "QUANTUM FIREBALL CR(4.3|6.4|8.4|13.0)A",
                   2606:     "", "", ""
                   2607:   },
1.1.1.3   misho    2608:   { "Quantum Fireball EX", // tested with QUANTUM FIREBALL EX10.2A/A0A.0D00
                   2609:     "QUANTUM FIREBALL EX(3\\.2|6\\.4|10\\.2)A",
1.1       misho    2610:     "", "", ""
                   2611:   },
                   2612:   { "Quantum Fireball ST",
                   2613:     "QUANTUM FIREBALL ST(3.2|4.3|4300)A",
                   2614:     "", "", ""
                   2615:   },
                   2616:   { "Quantum Fireball SE",
                   2617:     "QUANTUM FIREBALL SE4.3A",
                   2618:     "", "", ""
                   2619:   },
                   2620:   { "Quantum Fireball Plus LM",
                   2621:     "QUANTUM FIREBALLP LM(10.2|15|20.[45]|30)",
                   2622:     "", "", ""
                   2623:   },
                   2624:   { "Quantum Fireball Plus AS",
                   2625:     "QUANTUM FIREBALLP AS(10.2|20.5|30.0|40.0|60.0)",
                   2626:     "", "", ""
                   2627:   },
                   2628:   { "Quantum Fireball Plus KX",
                   2629:     "QUANTUM FIREBALLP KX27.3",
                   2630:     "", "", ""
                   2631:   },
                   2632:   { "Quantum Fireball Plus KA",
                   2633:     "QUANTUM FIREBALLP KA(9|10).1",
                   2634:     "", "", ""
                   2635:   },
                   2636: 
                   2637:   ////////////////////////////////////////////////////
                   2638:   // USB ID entries
                   2639:   ////////////////////////////////////////////////////
                   2640: 
1.1.1.2   misho    2641:   // Hewlett-Packard
                   2642:   { "USB: HP Desktop HD BD07; ", // 2TB
                   2643:     "0x03f0:0xbd07",
                   2644:     "",
                   2645:     "",
                   2646:     "-d sat"
                   2647:   },
1.1       misho    2648:   // ALi
                   2649:   { "USB: ; ALi M5621", // USB->PATA
                   2650:     "0x0402:0x5621",
                   2651:     "",
                   2652:     "",
                   2653:     "" // unsupported
                   2654:   },
                   2655:   // VIA
                   2656:   { "USB: Connectland BE-USB2-35BP-LCM; VIA VT6204",
                   2657:     "0x040d:0x6204",
                   2658:     "",
                   2659:     "",
                   2660:     "" // unsupported
                   2661:   },
                   2662:   // Buffalo / Melco
                   2663:   { "USB: Buffalo JustStore Portable HD-PVU2; ",
                   2664:     "0x0411:0x0181",
                   2665:     "",
                   2666:     "",
                   2667:     "-d sat"
                   2668:   },
1.1.1.2   misho    2669:   { "USB: Buffalo MiniStation Stealth HD-PCTU2; ",
                   2670:     "0x0411:0x01d9",
                   2671:     "", // 0x0108
                   2672:     "",
                   2673:     "-d sat"
                   2674:   },
                   2675:   // LG Electronics
                   2676:   { "USB: LG Mini HXD5; JMicron",
                   2677:     "0x043e:0x70f1",
                   2678:     "", // 0x0100
                   2679:     "",
                   2680:     "-d usbjmicron"
                   2681:   },
                   2682:   // Philips
                   2683:   { "USB: Philips; ", // SDE3273FC/97 2.5" SATA HDD enclosure
                   2684:     "0x0471:0x2021",
                   2685:     "", // 0x0103
                   2686:     "",
                   2687:     "-d sat"
                   2688:   },
1.1       misho    2689:   // Toshiba
1.1.1.2   misho    2690:   { "USB: Toshiba Canvio 500GB; SunPlus",
1.1       misho    2691:     "0x0480:0xa004",
                   2692:     "",
                   2693:     "",
                   2694:     "-d usbsunplus"
                   2695:   },
1.1.1.2   misho    2696:   { "USB: Toshiba Canvio Basics; ",
                   2697:     "0x0480:0xa006",
                   2698:     "", // 0x0001
                   2699:     "",
                   2700:     "-d sat"
                   2701:   },
1.1.1.4 ! misho    2702:   { "USB: Toshiba Canvio 3.0 Portable Hard Drive; ", // 1TB
        !          2703:     "0x0480:0xa007",
        !          2704:     "", // 0x0001
        !          2705:     "",
        !          2706:     "-d sat"
        !          2707:   },
        !          2708:   { "USB: Toshiba Canvio Desktop; ", // 2TB
        !          2709:     "0x0480:0xd010",
        !          2710:     "",
        !          2711:     "",
        !          2712:     "-d sat"
        !          2713:   },
1.1       misho    2714:   // Cypress
                   2715:   { "USB: ; Cypress CY7C68300A (AT2)",
                   2716:     "0x04b4:0x6830",
                   2717:     "0x0001",
                   2718:     "",
                   2719:     "" // unsupported
                   2720:   },
                   2721:   { "USB: ; Cypress CY7C68300B/C (AT2LP)",
                   2722:     "0x04b4:0x6830",
                   2723:     "0x0240",
                   2724:     "",
                   2725:     "-d usbcypress"
                   2726:   },
1.1.1.3   misho    2727:   // Fujitsu
                   2728:   { "USB: Fujitsu/Zalman ZM-VE300; ", // USB 3.0
                   2729:     "0x04c5:0x2028",
                   2730:     "", // 0x0001
                   2731:     "",
                   2732:     "-d sat"
                   2733:   },
1.1.1.4 ! misho    2734:   // Fujitsu chip on DeLock 42475 
        !          2735:   { "USB: Fujitsu  SATA-to-USB3.0 bridge chip", // USB 3.0
        !          2736:     "0x04c5:0x201d",
        !          2737:     "", // 0x0001
        !          2738:     "",
        !          2739:     "-d sat"
        !          2740:   },
1.1       misho    2741:   // Myson Century
                   2742:   { "USB: ; Myson Century CS8818",
                   2743:     "0x04cf:0x8818",
                   2744:     "", // 0xb007
                   2745:     "",
                   2746:     "" // unsupported
                   2747:   },
                   2748:   // Samsung
                   2749:   { "USB: Samsung S2 Portable; JMicron",
1.1.1.2   misho    2750:     "0x04e8:0x1f0[568]",
1.1       misho    2751:     "",
                   2752:     "",
                   2753:     "-d usbjmicron"
                   2754:   },
                   2755:   { "USB: Samsung S1 Portable; JMicron",
                   2756:     "0x04e8:0x2f03",
                   2757:     "",
                   2758:     "",
                   2759:     "-d usbjmicron"
                   2760:   },
                   2761:   { "USB: Samsung Story Station; ",
1.1.1.2   misho    2762:     "0x04e8:0x5f0[56]",
1.1       misho    2763:     "",
                   2764:     "",
                   2765:     "-d sat"
                   2766:   },
1.1.1.2   misho    2767:   { "USB: Samsung G2 Portable; JMicron",
                   2768:     "0x04e8:0x6032",
                   2769:     "",
                   2770:     "",
                   2771:     "-d usbjmicron"
                   2772:   },
1.1       misho    2773:   { "USB: Samsung Story Station 3.0; ",
                   2774:     "0x04e8:0x6052",
                   2775:     "",
                   2776:     "",
                   2777:     "-d sat"
                   2778:   },
1.1.1.2   misho    2779:   { "USB: Samsung Story Station 3.0; ",
                   2780:     "0x04e8:0x6054",
1.1       misho    2781:     "",
                   2782:     "",
1.1.1.2   misho    2783:     "-d sat"
1.1       misho    2784:   },
1.1.1.2   misho    2785:   { "USB: Samsung M2 Portable 3.0; ",
                   2786:     "0x04e8:0x60c5",
1.1       misho    2787:     "",
                   2788:     "",
                   2789:     "-d sat"
                   2790:   },
1.1.1.3   misho    2791:   { "USB: Samsung M3 Portable USB 3.0; ", // 1TB
                   2792:     "0x04e8:0x61b6",
                   2793:     "", // 0x0e00
                   2794:     "",
                   2795:     "-d sat"
                   2796:   },
1.1       misho    2797:   // Sunplus
                   2798:   { "USB: ; SunPlus",
                   2799:     "0x04fc:0x0c05",
                   2800:     "",
                   2801:     "",
                   2802:     "-d usbsunplus"
                   2803:   },
                   2804:   { "USB: ; SunPlus SPDIF215",
                   2805:     "0x04fc:0x0c15",
                   2806:     "", // 0xf615
                   2807:     "",
                   2808:     "-d usbsunplus"
                   2809:   },
                   2810:   { "USB: ; SunPlus SPDIF225", // USB+SATA->SATA
                   2811:     "0x04fc:0x0c25",
                   2812:     "", // 0x0103
                   2813:     "",
                   2814:     "-d usbsunplus"
                   2815:   },
                   2816:   // Iomega
1.1.1.2   misho    2817:   { "USB: Iomega Prestige Desktop USB 3.0; ",
                   2818:     "0x059b:0x0070",
                   2819:     "", // 0x0004
                   2820:     "",
                   2821:     "-d sat" // ATA output registers missing
                   2822:   },
1.1       misho    2823:   { "USB: Iomega LPHD080-0; ",
                   2824:     "0x059b:0x0272",
                   2825:     "",
                   2826:     "",
                   2827:     "-d usbcypress"
                   2828:   },
                   2829:   { "USB: Iomega MDHD500-U; ",
                   2830:     "0x059b:0x0275",
                   2831:     "", // 0x0001
                   2832:     "",
                   2833:     "" // unsupported
                   2834:   },
                   2835:   { "USB: Iomega MDHD-UE; ",
                   2836:     "0x059b:0x0277",
                   2837:     "",
                   2838:     "",
                   2839:     "-d usbjmicron"
                   2840:   },
                   2841:   { "USB: Iomega LDHD-UP; Sunplus",
                   2842:     "0x059b:0x0370",
                   2843:     "",
                   2844:     "",
                   2845:     "-d usbsunplus"
                   2846:   },
1.1.1.2   misho    2847:   { "USB: Iomega GDHDU2; JMicron",
                   2848:     "0x059b:0x0475",
                   2849:     "", // 0x0100
                   2850:     "",
                   2851:     "-d usbjmicron"
                   2852:   },
1.1       misho    2853:   // LaCie
                   2854:   { "USB: LaCie hard disk (FA Porsche design);",
                   2855:     "0x059f:0x0651",
                   2856:     "",
                   2857:     "",
                   2858:     "" // unsupported
                   2859:   },
                   2860:   { "USB: LaCie hard disk; JMicron",
                   2861:     "0x059f:0x0951",
                   2862:     "",
                   2863:     "",
                   2864:     "-d usbjmicron"
                   2865:   },
                   2866:   { "USB: LaCie hard disk (Neil Poulton design);",
                   2867:     "0x059f:0x1018",
                   2868:     "",
                   2869:     "",
                   2870:     "-d sat"
                   2871:   },
                   2872:   { "USB: LaCie Desktop Hard Drive; JMicron",
                   2873:     "0x059f:0x1019",
                   2874:     "",
                   2875:     "",
                   2876:     "-d usbjmicron"
                   2877:   },
                   2878:   { "USB: LaCie Rugged Hard Drive; JMicron",
                   2879:     "0x059f:0x101d",
                   2880:     "", // 0x0001
                   2881:     "",
                   2882:     "-d usbjmicron,x"
                   2883:   },
                   2884:   { "USB: LaCie Little Disk USB2; JMicron",
                   2885:     "0x059f:0x1021",
                   2886:     "",
                   2887:     "",
                   2888:     "-d usbjmicron"
                   2889:   },
                   2890:   { "USB: LaCie hard disk; ",
                   2891:     "0x059f:0x1029",
                   2892:     "", // 0x0100
                   2893:     "",
                   2894:     "-d sat"
                   2895:   },
                   2896:   { "USB: Lacie rikiki; JMicron",
                   2897:     "0x059f:0x102a",
                   2898:     "",
                   2899:     "",
                   2900:     "-d usbjmicron,x"
                   2901:   },
                   2902:   { "USB: LaCie rikiki USB 3.0; ",
                   2903:     "0x059f:0x10(49|57)",
                   2904:     "",
                   2905:     "",
                   2906:     "-d sat"
                   2907:   },
1.1.1.2   misho    2908:   { "USB: LaCie minimus USB 3.0; ",
                   2909:     "0x059f:0x104a",
                   2910:     "",
                   2911:     "",
                   2912:     "-d sat"
                   2913:   },
1.1.1.3   misho    2914:   { "USB: LaCie Rugged Mini USB 3.0; ",
                   2915:     "0x059f:0x1051",
                   2916:     "", // 0x0000
                   2917:     "",
                   2918:     "-d sat"
                   2919:   },
1.1       misho    2920:   // In-System Design
                   2921:   { "USB: ; In-System/Cypress ISD-300A1",
                   2922:     "0x05ab:0x0060",
                   2923:     "", // 0x1101
                   2924:     "",
                   2925:     "-d usbcypress"
                   2926:   },
                   2927:   // Genesys Logic
                   2928:   { "USB: ; Genesys Logic GL881E",
                   2929:     "0x05e3:0x0702",
                   2930:     "",
                   2931:     "",
                   2932:     "" // unsupported
                   2933:   },
                   2934:   { "USB: ; Genesys Logic", // TODO: requires '-T permissive'
                   2935:     "0x05e3:0x0718",
                   2936:     "", // 0x0041
                   2937:     "",
                   2938:     "-d sat"
                   2939:   },
                   2940:   // Micron
                   2941:   { "USB: Micron USB SSD; ",
                   2942:     "0x0634:0x0655",
                   2943:     "",
                   2944:     "",
                   2945:     "" // unsupported
                   2946:   },
                   2947:   // Prolific
                   2948:   { "USB: ; Prolific PL2507", // USB->PATA
                   2949:     "0x067b:0x2507",
                   2950:     "",
                   2951:     "",
1.1.1.2   misho    2952:     "-d usbjmicron,0" // Port number is required
1.1       misho    2953:   },
                   2954:   { "USB: ; Prolific PL3507", // USB+IEE1394->PATA
                   2955:     "0x067b:0x3507",
                   2956:     "", // 0x0001
                   2957:     "",
1.1.1.3   misho    2958:     "-d usbjmicron,p"
                   2959:   },
                   2960:   // Imation
                   2961:   { "USB: Imation ; ", // Imation Odyssey external USB dock
                   2962:     "0x0718:0x1000",
                   2963:     "", // 0x5104
                   2964:     "",
                   2965:     "-d sat"
1.1       misho    2966:   },
                   2967:   // Freecom
                   2968:   { "USB: Freecom Mobile Drive XXS; JMicron",
                   2969:     "0x07ab:0xfc88",
                   2970:     "", // 0x0101
                   2971:     "",
                   2972:     "-d usbjmicron,x"
                   2973:   },
                   2974:   { "USB: Freecom Hard Drive XS; Sunplus",
                   2975:     "0x07ab:0xfc8e",
                   2976:     "", // 0x010f
                   2977:     "",
                   2978:     "-d usbsunplus"
                   2979:   },
1.1.1.2   misho    2980:   { "USB: Freecom; ", // Intel labeled
                   2981:     "0x07ab:0xfc8f",
                   2982:     "", // 0x0000
                   2983:     "",
                   2984:     "-d sat"
                   2985:   },
1.1       misho    2986:   { "USB: Freecom Classic HD 120GB; ",
                   2987:     "0x07ab:0xfccd",
                   2988:     "",
                   2989:     "",
                   2990:     "" // unsupported
                   2991:   },
                   2992:   { "USB: Freecom HD 500GB; JMicron",
                   2993:     "0x07ab:0xfcda",
                   2994:     "",
                   2995:     "",
                   2996:     "-d usbjmicron"
                   2997:   },
                   2998:   // Oxford Semiconductor, Ltd
                   2999:   { "USB: ; Oxford",
                   3000:     "0x0928:0x0000",
                   3001:     "",
                   3002:     "",
                   3003:     "" // unsupported
                   3004:   },
                   3005:   { "USB: ; Oxford OXU921DS",
                   3006:     "0x0928:0x0002",
                   3007:     "",
                   3008:     "",
                   3009:     "" // unsupported
                   3010:   },
1.1.1.3   misho    3011:   { "USB: ; Oxford", // Zalman ZM-VE200
                   3012:     "0x0928:0x0010",
                   3013:     "", // 0x0304
                   3014:     "",
                   3015:     "-d sat"
                   3016:   },
                   3017:   // Toshiba
                   3018:   { "USB: Toshiba PX1270E-1G16; Sunplus",
                   3019:     "0x0930:0x0b03",
                   3020:     "",
                   3021:     "",
                   3022:     "-d usbsunplus"
                   3023:   },
1.1       misho    3024:   { "USB: Toshiba PX1396E-3T01; Sunplus", // similar to Dura Micro 501
                   3025:     "0x0930:0x0b09",
                   3026:     "",
                   3027:     "",
                   3028:     "-d usbsunplus"
                   3029:   },
                   3030:   { "USB: Toshiba Stor.E Steel; Sunplus",
                   3031:     "0x0930:0x0b11",
                   3032:     "",
                   3033:     "",
                   3034:     "-d usbsunplus"
                   3035:   },
1.1.1.3   misho    3036:   { "USB: Toshiba Stor.E; ",
                   3037:     "0x0930:0x0b1[9ab]",
                   3038:     "", // 0x0001
                   3039:     "",
                   3040:     "-d sat"
                   3041:   },
1.1.1.2   misho    3042:   // Lumberg, Inc.
                   3043:   { "USB: Toshiba Stor.E; Sunplus",
                   3044:     "0x0939:0x0b16",
                   3045:     "",
                   3046:     "",
                   3047:     "-d usbsunplus"
                   3048:   },
1.1       misho    3049:   // Seagate
1.1.1.3   misho    3050:   { "USB: Seagate External Drive; Cypress",
                   3051:     "0x0bc2:0x0503",
                   3052:     "", // 0x0240
                   3053:     "",
                   3054:     "-d usbcypress"
                   3055:   },
1.1       misho    3056:   { "USB: Seagate FreeAgent Go; ",
                   3057:     "0x0bc2:0x2(000|100|101)",
                   3058:     "",
                   3059:     "",
                   3060:     "-d sat"
                   3061:   },
                   3062:   { "USB: Seagate FreeAgent Go FW; ",
                   3063:     "0x0bc2:0x2200",
                   3064:     "",
                   3065:     "",
                   3066:     "-d sat"
                   3067:   },
                   3068:   { "USB: Seagate Expansion Portable; ",
                   3069:     "0x0bc2:0x2300",
                   3070:     "",
                   3071:     "",
                   3072:     "-d sat"
                   3073:   },
                   3074:   { "USB: Seagate FreeAgent Desktop; ",
                   3075:     "0x0bc2:0x3000",
                   3076:     "",
                   3077:     "",
                   3078:     "-d sat"
                   3079:   },
                   3080:   { "USB: Seagate FreeAgent Desk; ",
                   3081:     "0x0bc2:0x3001",
                   3082:     "",
                   3083:     "",
                   3084:     "-d sat"
                   3085:   },
1.1.1.4 ! misho    3086:   { "USB: Seagate FreeAgent Desk; ", // 1TB
        !          3087:     "0x0bc2:0x3008",
        !          3088:     "",
        !          3089:     "",
        !          3090:     "-d sat,12"
        !          3091:   },
        !          3092:   { "USB: Seagate Expansion External; ", // 2TB, 3TB
        !          3093:     "0x0bc2:0x33(00|20|32)",
1.1       misho    3094:     "",
                   3095:     "",
                   3096:     "-d sat"
                   3097:   },
                   3098:   { "USB: Seagate FreeAgent GoFlex USB 2.0; ",
                   3099:     "0x0bc2:0x5021",
                   3100:     "",
                   3101:     "",
                   3102:     "-d sat"
                   3103:   },
                   3104:   { "USB: Seagate FreeAgent GoFlex USB 3.0; ",
                   3105:     "0x0bc2:0x5031",
                   3106:     "",
                   3107:     "",
                   3108:     "-d sat,12"
                   3109:   },
1.1.1.2   misho    3110:   { "USB: Seagate FreeAgent; ",
                   3111:     "0x0bc2:0x5040",
                   3112:     "",
                   3113:     "",
                   3114:     "-d sat"
                   3115:   },
1.1       misho    3116:   { "USB: Seagate FreeAgent GoFlex USB 3.0; ", // 2TB
                   3117:     "0x0bc2:0x5071",
                   3118:     "",
                   3119:     "",
                   3120:     "-d sat"
                   3121:   },
1.1.1.2   misho    3122:   { "USB: Seagate FreeAgent GoFlex Desk USB 3.0; ", // 3TB
1.1       misho    3123:     "0x0bc2:0x50a1",
                   3124:     "",
                   3125:     "",
1.1.1.2   misho    3126:     "-d sat,12" // "-d sat" does not work (ticket #151)
                   3127:   },
                   3128:   { "USB: Seagate FreeAgent GoFlex Desk USB 3.0; ", // 4TB
                   3129:     "0x0bc2:0x50a5",
                   3130:     "", // 0x0100
                   3131:     "",
1.1       misho    3132:     "-d sat"
                   3133:   },
1.1.1.3   misho    3134:   { "USB: Seagate Backup Plus USB 3.0; ", // 1TB
                   3135:     "0x0bc2:0xa013",
                   3136:     "", // 0x0100
                   3137:     "",
                   3138:     "-d sat"
                   3139:   },
1.1.1.4 ! misho    3140:   { "USB: Seagate Backup Plus Desktop USB 3.0; ", // 4TB, 3TB (8 LBA/1 PBA offset)
        !          3141:     "0x0bc2:0xa0a[14]",
1.1.1.3   misho    3142:     "",
                   3143:     "",
                   3144:     "-d sat"
                   3145:   },
1.1       misho    3146:   // Dura Micro
1.1.1.2   misho    3147:   { "USB: Dura Micro; Cypress",
                   3148:     "0x0c0b:0xb001",
                   3149:     "", // 0x1110
                   3150:     "",
                   3151:     "-d usbcypress"
                   3152:   },
1.1       misho    3153:   { "USB: Dura Micro 509; Sunplus",
                   3154:     "0x0c0b:0xb159",
                   3155:     "", // 0x0103
                   3156:     "",
                   3157:     "-d usbsunplus"
                   3158:   },
                   3159:   // Maxtor
                   3160:   { "USB: Maxtor OneTouch 200GB; ",
                   3161:     "0x0d49:0x7010",
                   3162:     "",
                   3163:     "",
                   3164:     "" // unsupported
                   3165:   },
                   3166:   { "USB: Maxtor OneTouch; ",
                   3167:     "0x0d49:0x7300",
                   3168:     "", // 0x0121
                   3169:     "",
                   3170:     "-d sat"
                   3171:   },
                   3172:   { "USB: Maxtor OneTouch 4; ",
                   3173:     "0x0d49:0x7310",
                   3174:     "", // 0x0125
                   3175:     "",
                   3176:     "-d sat"
                   3177:   },
                   3178:   { "USB: Maxtor OneTouch 4 Mini; ",
                   3179:     "0x0d49:0x7350",
                   3180:     "", // 0x0125
                   3181:     "",
                   3182:     "-d sat"
                   3183:   },
1.1.1.2   misho    3184:   { "USB: Maxtor BlackArmor Portable; ",
                   3185:     "0x0d49:0x7550",
                   3186:     "",
                   3187:     "",
                   3188:     "-d sat"
                   3189:   },
1.1       misho    3190:   { "USB: Maxtor Basics Desktop; ",
                   3191:     "0x0d49:0x7410",
                   3192:     "", // 0x0122
                   3193:     "",
                   3194:     "-d sat"
                   3195:   },
                   3196:   { "USB: Maxtor Basics Portable; ",
                   3197:     "0x0d49:0x7450",
                   3198:     "", // 0x0122
                   3199:     "",
                   3200:     "-d sat"
                   3201:   },
                   3202:   // Oyen Digital
                   3203:   { "USB: Oyen Digital MiniPro USB 3.0; ",
                   3204:     "0x0dc4:0x020a",
                   3205:     "",
                   3206:     "",
                   3207:     "-d sat"
                   3208:   },
                   3209:   // Cowon Systems, Inc.
                   3210:   { "USB: Cowon iAudio X5; ",
                   3211:     "0x0e21:0x0510",
                   3212:     "",
                   3213:     "",
                   3214:     "-d usbcypress"
                   3215:   },
                   3216:   // iRiver
                   3217:   { "USB: iRiver iHP-120/140 MP3 Player; Cypress",
                   3218:     "0x1006:0x3002",
                   3219:     "", // 0x0100
                   3220:     "",
                   3221:     "-d usbcypress"
                   3222:   },
                   3223:   // Western Digital
                   3224:   { "USB: WD My Passport (IDE); Cypress",
                   3225:     "0x1058:0x0701",
                   3226:     "", // 0x0240
                   3227:     "",
                   3228:     "-d usbcypress"
                   3229:   },
                   3230:   { "USB: WD My Passport Portable; ",
                   3231:     "0x1058:0x0702",
                   3232:     "", // 0x0102
                   3233:     "",
                   3234:     "-d sat"
                   3235:   },
                   3236:   { "USB: WD My Passport Essential; ",
                   3237:     "0x1058:0x0704",
                   3238:     "", // 0x0175
                   3239:     "",
                   3240:     "-d sat"
                   3241:   },
                   3242:   { "USB: WD My Passport Elite; ",
                   3243:     "0x1058:0x0705",
                   3244:     "", // 0x0175
                   3245:     "",
                   3246:     "-d sat"
                   3247:   },
                   3248:   { "USB: WD My Passport 070A; ",
                   3249:     "0x1058:0x070a",
                   3250:     "", // 0x1028
                   3251:     "",
                   3252:     "-d sat"
                   3253:   },
                   3254:   { "USB: WD My Passport 0730; ",
                   3255:     "0x1058:0x0730",
                   3256:     "", // 0x1008
                   3257:     "",
                   3258:     "-d sat"
                   3259:   },
                   3260:   { "USB: WD My Passport Essential SE USB 3.0; ",
1.1.1.2   misho    3261:     "0x1058:0x074[02]",
                   3262:     "",
                   3263:     "",
                   3264:     "-d sat"
                   3265:   },
                   3266:   { "USB: WD My Passport USB 3.0; ",
1.1.1.3   misho    3267:     "0x1058:0x07[4a]8",
1.1       misho    3268:     "",
                   3269:     "",
                   3270:     "-d sat"
                   3271:   },
                   3272:   { "USB: WD My Book ES; ",
                   3273:     "0x1058:0x0906",
                   3274:     "", // 0x0012
                   3275:     "",
                   3276:     "-d sat"
                   3277:   },
                   3278:   { "USB: WD My Book Essential; ",
                   3279:     "0x1058:0x0910",
                   3280:     "", // 0x0106
                   3281:     "",
                   3282:     "-d sat"
                   3283:   },
                   3284:   { "USB: WD Elements Desktop; ",
                   3285:     "0x1058:0x1001",
                   3286:     "", // 0x0104
                   3287:     "",
                   3288:     "-d sat"
                   3289:   },
                   3290:   { "USB: WD Elements Desktop WDE1UBK...; ",
                   3291:     "0x1058:0x1003",
                   3292:     "", // 0x0175
                   3293:     "",
                   3294:     "-d sat"
                   3295:   },
                   3296:   { "USB: WD Elements; ",
1.1.1.4 ! misho    3297:     "0x1058:0x10(10|a2)",
1.1       misho    3298:     "", // 0x0105
                   3299:     "",
                   3300:     "-d sat"
                   3301:   },
                   3302:   { "USB: WD Elements Desktop; ", // 2TB
                   3303:     "0x1058:0x1021",
                   3304:     "", // 0x2002
                   3305:     "",
                   3306:     "-d sat"
                   3307:   },
                   3308:   { "USB: WD Elements SE; ", // 1TB
                   3309:     "0x1058:0x1023",
                   3310:     "",
                   3311:     "",
                   3312:     "-d sat"
                   3313:   },
                   3314:   { "USB: WD Elements SE USB 3.0; ",
                   3315:     "0x1058:0x1042",
                   3316:     "",
                   3317:     "",
                   3318:     "-d sat"
                   3319:   },
                   3320:   { "USB: WD My Book Essential; ",
                   3321:     "0x1058:0x1100",
                   3322:     "", // 0x0165
                   3323:     "",
                   3324:     "-d sat"
                   3325:   },
                   3326:   { "USB: WD My Book Office Edition; ", // 1TB
                   3327:     "0x1058:0x1101",
                   3328:     "", // 0x0165
                   3329:     "",
                   3330:     "-d sat"
                   3331:   },
                   3332:   { "USB: WD My Book; ",
                   3333:     "0x1058:0x1102",
                   3334:     "", // 0x1028
                   3335:     "",
                   3336:     "-d sat"
                   3337:   },
1.1.1.3   misho    3338:   { "USB: WD My Book Studio II; ", // 2x1TB
                   3339:     "0x1058:0x1105",
                   3340:     "",
                   3341:     "",
                   3342:     "-d sat"
                   3343:   },
1.1       misho    3344:   { "USB: WD My Book Essential; ",
                   3345:     "0x1058:0x1110",
                   3346:     "", // 0x1030
                   3347:     "",
                   3348:     "-d sat"
                   3349:   },
                   3350:   { "USB: WD My Book Essential USB 3.0; ", // 3TB
1.1.1.2   misho    3351:     "0x1058:0x11[34]0",
                   3352:     "", // 0x1012/0x1003
1.1       misho    3353:     "",
                   3354:     "-d sat"
                   3355:   },
                   3356:   // Atech Flash Technology
                   3357:   { "USB: ; Atech", // Enclosure from Kingston SSDNow notebook upgrade kit
                   3358:     "0x11b0:0x6298",
                   3359:     "", // 0x0108
                   3360:     "",
                   3361:     "-d sat"
                   3362:   },
                   3363:   // A-DATA
                   3364:   { "USB: A-DATA SH93; Cypress",
                   3365:     "0x125f:0xa93a",
                   3366:     "", // 0x0150
                   3367:     "",
                   3368:     "-d usbcypress"
                   3369:   },
1.1.1.2   misho    3370:   { "USB: A-DATA DashDrive; Cypress",
                   3371:     "0x125f:0xa94a",
                   3372:     "",
                   3373:     "",
                   3374:     "-d usbcypress"
                   3375:   },
1.1       misho    3376:   // Initio
                   3377:   { "USB: ; Initio 316000",
                   3378:     "0x13fd:0x0540",
                   3379:     "",
                   3380:     "",
                   3381:     "" // unsupported
                   3382:   },
1.1.1.2   misho    3383:   { "USB: ; Initio", // Thermaltake BlacX
                   3384:     "0x13fd:0x0840",
                   3385:     "",
                   3386:     "",
                   3387:     "-d sat"
                   3388:   },
1.1.1.3   misho    3389:   { "USB: ; Initio", // USB->SATA+PATA, Chieftec CEB-25I
                   3390:     "0x13fd:0x1040",
                   3391:     "", // 0x0106
                   3392:     "",
                   3393:     "" // unsupported
                   3394:   },
1.1.1.2   misho    3395:   { "USB: ; Initio 6Y120L0", // CoolerMaster XCraft RX-3HU
                   3396:     "0x13fd:0x1150",
                   3397:     "",
                   3398:     "",
                   3399:     "" // unsupported
                   3400:   },
1.1       misho    3401:   { "USB: ; Initio", // USB->SATA
                   3402:     "0x13fd:0x1240",
                   3403:     "", // 0x0104
                   3404:     "",
                   3405:     "-d sat"
                   3406:   },
                   3407:   { "USB: ; Initio", // USB+SATA->SATA
                   3408:     "0x13fd:0x1340",
                   3409:     "", // 0x0208
                   3410:     "",
                   3411:     "-d sat"
                   3412:   },
                   3413:   { "USB: Intenso Memory Station 2,5\"; Initio",
                   3414:     "0x13fd:0x1840",
                   3415:     "",
                   3416:     "",
                   3417:     "-d sat"
                   3418:   },
1.1.1.2   misho    3419:   { "USB: ; Initio", // NexStar CX USB enclosure
                   3420:     "0x13fd:0x1e40",
                   3421:     "",
                   3422:     "",
                   3423:     "-d sat"
                   3424:   },
1.1       misho    3425:   // Super Top
                   3426:   { "USB: Super Top generic enclosure; Cypress",
                   3427:     "0x14cd:0x6116",
1.1.1.2   misho    3428:     "", // 0x0160 also reported as unsupported
1.1       misho    3429:     "",
                   3430:     "-d usbcypress"
                   3431:   },
                   3432:   // JMicron
                   3433:   { "USB: ; JMicron USB 3.0",
                   3434:     "0x152d:0x0539",
                   3435:     "", // 0x0100
                   3436:     "",
                   3437:     "-d usbjmicron"
                   3438:   },
                   3439:   { "USB: ; JMicron ", // USB->SATA->4xSATA (port multiplier)
                   3440:     "0x152d:0x0551",
                   3441:     "", // 0x0100
                   3442:     "",
                   3443:     "-d usbjmicron,x"
                   3444:   },
                   3445:   { "USB: OCZ THROTTLE OCZESATATHR8G; JMicron JMF601",
                   3446:     "0x152d:0x0602",
                   3447:     "",
                   3448:     "",
                   3449:     "" // unsupported
                   3450:   },
                   3451:   { "USB: ; JMicron JM20329", // USB->SATA
                   3452:     "0x152d:0x2329",
                   3453:     "", // 0x0100
                   3454:     "",
                   3455:     "-d usbjmicron"
                   3456:   },
                   3457:   { "USB: ; JMicron JM20336", // USB+SATA->SATA, USB->2xSATA
                   3458:     "0x152d:0x2336",
                   3459:     "", // 0x0100
                   3460:     "",
                   3461:     "-d usbjmicron,x"
                   3462:   },
                   3463:   { "USB: Generic JMicron adapter; JMicron",
                   3464:     "0x152d:0x2337",
                   3465:     "",
                   3466:     "",
                   3467:     "-d usbjmicron"
                   3468:   },
                   3469:   { "USB: ; JMicron JM20337/8", // USB->SATA+PATA, USB+SATA->PATA
                   3470:     "0x152d:0x2338",
                   3471:     "", // 0x0100
                   3472:     "",
                   3473:     "-d usbjmicron"
                   3474:   },
                   3475:   { "USB: ; JMicron JM20339", // USB->SATA
                   3476:     "0x152d:0x2339",
                   3477:     "", // 0x0100
                   3478:     "",
                   3479:     "-d usbjmicron,x"
                   3480:   },
                   3481:   { "USB: ; JMicron", // USB+SATA->SATA
                   3482:     "0x152d:0x2351",  // e.g. Verbatim Portable Hard Drive 500Gb
                   3483:     "", // 0x0100
                   3484:     "",
                   3485:     "-d sat"
                   3486:   },
                   3487:   { "USB: ; JMicron", // USB->SATA
                   3488:     "0x152d:0x2352",
                   3489:     "", // 0x0100
                   3490:     "",
                   3491:     "-d usbjmicron,x"
                   3492:   },
                   3493:   { "USB: ; JMicron", // USB->SATA
                   3494:     "0x152d:0x2509",
                   3495:     "", // 0x0100
                   3496:     "",
                   3497:     "-d usbjmicron,x"
                   3498:   },
                   3499:   // ASMedia
                   3500:   { "USB: ; ASMedia ASM1051",
1.1.1.3   misho    3501:     "0x174c:0x5106", // 0x174c:0x55aa after firmware update
1.1       misho    3502:     "",
                   3503:     "",
                   3504:     "-d sat"
                   3505:   },
1.1.1.3   misho    3506:   { "USB: ; ASMedia USB 3.0", // MEDION HDDrive-n-GO, LaCie Rikiki USB 3.0,
                   3507:       // Silicon Power Armor A80 (ticket #237)
                   3508:       // reported as unsupported: BYTECC T-200U3, Kingwin USB 3.0 docking station
1.1       misho    3509:     "0x174c:0x55aa",
1.1.1.3   misho    3510:     "", // 0x0100
1.1       misho    3511:     "",
1.1.1.3   misho    3512:     "-d sat"
1.1       misho    3513:   },
                   3514:   // LucidPort
1.1.1.2   misho    3515:   { "USB: ; LucidPORT USB300", // RaidSonic ICY BOX IB-110StU3-B, Sharkoon SATA QuickPort H3
                   3516:     "0x1759:0x500[02]", // 0x5000: USB 2.0, 0x5002: USB 3.0
1.1       misho    3517:     "",
                   3518:     "",
                   3519:     "-d sat"
                   3520:   },
                   3521:   // Verbatim
                   3522:   { "USB: Verbatim Portable Hard Drive; Sunplus",
                   3523:     "0x18a5:0x0214",
                   3524:     "", // 0x0112
                   3525:     "",
                   3526:     "-d usbsunplus"
                   3527:   },
                   3528:   { "USB: Verbatim FW/USB160; Oxford OXUF934SSA-LQAG", // USB+IEE1394->SATA
                   3529:     "0x18a5:0x0215",
                   3530:     "", // 0x0001
                   3531:     "",
                   3532:     "-d sat"
                   3533:   },
                   3534:   { "USB: Verbatim External Hard Drive 47519; Sunplus", // USB->SATA
                   3535:     "0x18a5:0x0216",
                   3536:     "",
                   3537:     "",
                   3538:     "-d usbsunplus"
                   3539:   },
                   3540:   { "USB: Verbatim Pocket Hard Drive; JMicron", // SAMSUNG SpinPoint N3U-3 (USB, 4KiB LLS)
                   3541:     "0x18a5:0x0227",
                   3542:     "",
                   3543:     "",
                   3544:     "-d usbjmicron" // "-d usbjmicron,x" does not work
                   3545:   },
1.1.1.2   misho    3546:   { "USB: Verbatim External Hard Drive; JMicron", // 2TB
                   3547:     "0x18a5:0x022a",
                   3548:     "",
                   3549:     "",
                   3550:     "-d usbjmicron"
                   3551:   },
1.1.1.3   misho    3552:   { "USB: Verbatim Store'n'Go; JMicron", // USB->SATA
                   3553:     "0x18a5:0x022b",
                   3554:     "", // 0x0100
                   3555:     "",
                   3556:     "-d usbjmicron"
                   3557:   },
1.1       misho    3558:   // Silicon Image
                   3559:   { "USB: Vantec NST-400MX-SR; Silicon Image 5744",
                   3560:     "0x1a4a:0x1670",
                   3561:     "",
                   3562:     "",
                   3563:     "" // unsupported
                   3564:   },
                   3565:   // SunplusIT
                   3566:   { "USB: ; SunplusIT",
                   3567:     "0x1bcf:0x0c31",
                   3568:     "",
                   3569:     "",
                   3570:     "-d usbsunplus"
                   3571:   },
1.1.1.3   misho    3572:   // Innostor
                   3573:   { "USB: ; Innostor IS888", // Sharkoon SATA QuickDeck Pro USB 3.0
1.1.1.2   misho    3574:     "0x1f75:0x0888",
                   3575:     "", // 0x0034
                   3576:     "",
                   3577:     "" // unsupported
                   3578:   },
1.1.1.3   misho    3579:   // Power Quotient International
                   3580:   { "USB: PQI H560; ",
                   3581:     "0x3538:0x0902",
                   3582:     "", // 0x0000
                   3583:     "",
                   3584:     "-d sat"
                   3585:   },
1.1       misho    3586:   // Hitachi/SimpleTech
1.1.1.2   misho    3587:   { "USB: Hitachi Touro Desk; JMicron", // 3TB
                   3588:     "0x4971:0x1011",
                   3589:     "",
                   3590:     "",
                   3591:     "-d usbjmicron"
                   3592:   },
                   3593:   { "USB: Hitachi Touro Desk 3.0; ", // 2TB
                   3594:     "0x4971:0x1015",
                   3595:     "", // 0x0000
                   3596:     "",
                   3597:     "-d sat" // ATA output registers missing
                   3598:   },
1.1       misho    3599:   { "USB: Hitachi/SimpleTech; JMicron", // 1TB
                   3600:     "0x4971:0xce17",
                   3601:     "",
                   3602:     "",
                   3603:     "-d usbjmicron,x"
                   3604:   },
                   3605:   // OnSpec
                   3606:   { "USB: ; OnSpec", // USB->PATA
                   3607:     "0x55aa:0x2b00",
                   3608:     "", // 0x0100
                   3609:     "",
                   3610:     "" // unsupported
                   3611:   },
1.1.1.4 ! misho    3612:   // 0x6795 (?)
        !          3613:   { "USB: Sharkoon 2-Bay RAID Box; ", // USB 3.0
        !          3614:     "0x6795:0x2756",
        !          3615:     "", // 0x0100
        !          3616:     "",
        !          3617:     "-d sat"
        !          3618:   },
1.1       misho    3619: /*
                   3620: }; // builtin_knowndrives[]
                   3621:  */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>