1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

root/branches/RELEASE_5_39_DRIVEDB/smartmontools/drivedb.h @ 3136

Revision 3136, 46.1 KB (checked in by chrfranke, 3 years ago)

Merge r3134 (unchanged), r3135 (modified) into 5.39 drivedb.h branch.

  • Property svn:mergeinfo set to /trunk/smartmontools/drivedb.h:3086-3135
  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1/*
2 * drivedb.h - smartmontools drive database file
3 *
4 * Home page of code is: http://smartmontools.sourceforge.net
5 *
6 * Copyright (C) 2003-10 Philip Williams, Bruce Allen
7 * Copyright (C) 2008-10 Christian Franke <smartmontools-support@lists.sourceforge.net>
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.
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/*
59const drive_settings builtin_knowndrives[] = {
60 */
61  { "$Id$",
62    "-", "-",
63    "This is a dummy entry to hold the SVN-Id of drivedb.h",
64    ""
65  },
66  { "Apple SSD SM128",
67    "APPLE SSD SM128",
68    "", "", ""
69  },
70  { "Asus-Phison SSD",
71    "ASUS-PHISON SSD",
72    "", "", ""
73  },
74  { "SandForce Driven SSDs",
75    "SandForce 1st Ed\\.|" // Demo Drive, tested with firmware 320A13F0
76    "OCZ[ -](AGILITY2|VERTEX2|VERTEX-LE)", // tested with OCZ-VERTEX2/1.11
77    "", "",
78    "-v 1,hex48,Raw_Read_Error_Rate " // raw24/raw32
79    "-v 5,raw48,Retired_Block_Count "
80    "-v 9,hex48,Power_On_Hours_and_Msec " // msec24hour32
81  //"-v 12,raw48,Power_Cycle_Count "
82    "-v 171,raw48,Program_Fail_Count "
83    "-v 172,raw48,Erase_Fail_Count "
84    "-v 174,raw48,Unexpect_Power_Loss_Ct "
85    "-v 177,raw48,Wear_Range_Delta "
86    "-v 181,raw48,Program_Fail_Count "
87    "-v 182,raw48,Erase_Fail_Count "
88  //"-v 187,raw48,Reported_Uncorrect "
89  //"-v 192,tempminmax,Temperature_Celsius "
90    "-v 195,hex48,ECC_Uncorr_Error_Count " // raw24/raw32
91  //"-v 196,raw48,Reallocated_Event_Count "
92    "-v 231,raw48,SSD_Life_Left "
93    "-v 233,raw48,SandForce_Internal "
94    "-v 234,raw48,SandForce_Internal "
95    "-v 241,raw48,Lifetime_Writes_GiB "
96    "-v 242,raw48,Lifetime_Reads_GiB"
97  },
98  { "SuperTalent UltraDrive GX SSD",
99    "STT_FT[MD](28|32|56|64)GX25H",
100    "", "",
101    " -v 1,raw64"
102    " -v 9,raw64"
103    " -v 12,raw64"
104    " -v 184,raw64,Initial_Bad_Block_Count"
105    " -v 195,raw64,Program_Failure_Blk_Ct"
106    " -v 196,raw64,Erase_Failure_Blk_Ct"
107    " -v 197,raw64,Read_Failure_Blk_Ct"
108    " -v 198,raw64,Read_Sectors_Tot_Ct"
109    " -v 199,raw64,Write_Sectors_Tot_Ct"
110    " -v 200,raw64,Read_Commands_Tot_Ct"
111    " -v 201,raw64,Write_Commands_Tot_Ct"
112    " -v 202,raw64,Error_Bits_Flash_Tot_Ct"
113    " -v 203,raw64,Corr_Read_Errors_Tot_Ct"
114    " -v 204,raw64,Bad_Block_Full_Flag"
115    " -v 205,raw64,Max_PE_Count_Spec"
116    " -v 206,raw64,Min_Erase_Count"
117    " -v 207,raw64,Max_Erase_Count"
118    " -v 208,raw64,Average_Erase_Count"
119    " -v 209,raw64,Remaining_Lifetime_Perc"
120    " -v 210,raw64"
121    " -v 211,raw64"
122    " -v 212,raw64"
123    " -v 213,raw64"
124  },
125  { "Patriot Torqx SSD",
126    "Patriot[ -]Torqx.*",
127    "", "",
128    " -v 1,raw64"
129    " -v 9,raw64"
130    " -v 12,raw64"
131    " -v 184,raw64,Initial_Bad_Block_Count"
132    " -v 195,raw64,Program_Failure_Blk_Ct"
133    " -v 196,raw64,Erase_Failure_Blk_Ct"
134    " -v 197,raw64,Read_Failure_Blk_Ct"
135    " -v 198,raw64,Read_Sectors_Tot_Ct"
136    " -v 199,raw64,Write_Sectors_Tot_Ct"
137    " -v 200,raw64,Read_Commands_Tot_Ct"
138    " -v 201,raw64,Write_Commands_Tot_Ct"
139    " -v 202,raw64,Error_Bits_Flash_Tot_Ct"
140    " -v 203,raw64,Corr_Read_Errors_Tot_Ct"
141    " -v 204,raw64,Bad_Block_Full_Flag"
142    " -v 205,raw64,Max_PE_Count_Spec"
143    " -v 206,raw64,Min_Erase_Count"
144    " -v 207,raw64,Max_Erase_Count"
145    " -v 208,raw64,Average_Erase_Count"
146    " -v 209,raw64,Remaining_Lifetime_Perc"
147    " -v 210,raw64"
148    " -v 211,raw64"
149    " -v 212,raw64"
150    " -v 213,raw64"
151  },
152  { "OCZ Vertex SSD",
153    "OCZ[ -]VERTEX",
154    "", "",
155    " -v 1,raw64"
156    " -v 9,raw64"
157    " -v 12,raw64"
158    " -v 184,raw64,Initial_Bad_Block_Count"
159    " -v 195,raw64,Program_Failure_Blk_Ct"
160    " -v 196,raw64,Erase_Failure_Blk_Ct"
161    " -v 197,raw64,Read_Failure_Blk_Ct"
162    " -v 198,raw64,Read_Sectors_Tot_Ct"
163    " -v 199,raw64,Write_Sectors_Tot_Ct"
164    " -v 200,raw64,Read_Commands_Tot_Ct"
165    " -v 201,raw64,Write_Commands_Tot_Ct"
166    " -v 202,raw64,Error_Bits_Flash_Tot_Ct"
167    " -v 203,raw64,Corr_Read_Errors_Tot_Ct"
168    " -v 204,raw64,Bad_Block_Full_Flag"
169    " -v 205,raw64,Max_PE_Count_Spec"
170    " -v 206,raw64,Min_Erase_Count"
171    " -v 207,raw64,Max_Erase_Count"
172    " -v 208,raw64,Average_Erase_Count"
173    " -v 209,raw64,Remaining_Lifetime_Perc"
174    " -v 210,raw64"
175    " -v 211,raw64"
176    " -v 212,raw64"
177    " -v 213,raw64"
178  },
179  { "OCZ Agility SSD",
180    "OCZ[ -]AGILITY",
181    "", "",
182    " -v 1,raw64"
183    " -v 9,raw64"
184    " -v 12,raw64"
185    " -v 184,raw64,Initial_Bad_Block_Count"
186    " -v 195,raw64,Program_Failure_Blk_Ct"
187    " -v 196,raw64,Erase_Failure_Blk_Ct"
188    " -v 197,raw64,Read_Failure_Blk_Ct"
189    " -v 198,raw64,Read_Sectors_Tot_Ct"
190    " -v 199,raw64,Write_Sectors_Tot_Ct"
191    " -v 200,raw64,Read_Commands_Tot_Ct"
192    " -v 201,raw64,Write_Commands_Tot_Ct"
193    " -v 202,raw64,Error_Bits_Flash_Tot_Ct"
194    " -v 203,raw64,Corr_Read_Errors_Tot_Ct"
195    " -v 204,raw64,Bad_Block_Full_Flag"
196    " -v 205,raw64,Max_PE_Count_Spec"
197    " -v 206,raw64,Min_Erase_Count"
198    " -v 207,raw64,Max_Erase_Count"
199    " -v 208,raw64,Average_Erase_Count"
200    " -v 209,raw64,Remaining_Lifetime_Perc"
201    " -v 210,raw64"
202    " -v 211,raw64"
203    " -v 212,raw64"
204    " -v 213,raw64"
205  },
206  { "Crucial M225 SSD",
207    "CRUCIAL_CT(64|128|256)M225",
208    "", "",
209    " -v 1,raw64"
210    " -v 9,raw64"
211    " -v 12,raw64"
212    " -v 184,raw64,Initial_Bad_Block_Count"
213    " -v 195,raw64,Program_Failure_Blk_Ct"
214    " -v 196,raw64,Erase_Failure_Blk_Ct"
215    " -v 197,raw64,Read_Failure_Blk_Ct"
216    " -v 198,raw64,Read_Sectors_Tot_Ct"
217    " -v 199,raw64,Write_Sectors_Tot_Ct"
218    " -v 200,raw64,Read_Commands_Tot_Ct"
219    " -v 201,raw64,Write_Commands_Tot_Ct"
220    " -v 202,raw64,Error_Bits_Flash_Tot_Ct"
221    " -v 203,raw64,Corr_Read_Errors_Tot_Ct"
222    " -v 204,raw64,Bad_Block_Full_Flag"
223    " -v 205,raw64,Max_PE_Count_Spec"
224    " -v 206,raw64,Min_Erase_Count"
225    " -v 207,raw64,Max_Erase_Count"
226    " -v 208,raw64,Average_Erase_Count"
227    " -v 209,raw64,Remaining_Lifetime_Perc"
228    " -v 210,raw64"
229    " -v 211,raw64"
230    " -v 212,raw64"
231    " -v 213,raw64"
232  },
233  { "Intel X25-E SSD",
234    "SSDSA2SH(032|064)G1.* INTEL",  // G1 = first generation
235    "", "",
236    "-v 225,raw48,Host_Writes_Count"
237  },
238  { "Intel X25-M SSD",
239    "INTEL SSDSA2MH(080|160)G1.*",  // G1 = first generation, 50nm
240    "", "",
241    "-v 225,raw48,Host_Writes_Count"
242  },
243  { "Intel X25-M SSD",
244    "INTEL SSDSA2M(080|160)G2.*",  // G2 = second generation, 34nm
245    "", "",
246    "-v 225,raw48,Host_Writes_Count"
247  },
248  { "Transcend IDE Solid State Drive",
249    "TS(8|16|32|64|128)GSSD25-(M|S)",
250    "", "", ""
251  },
252  { "Transcend SATA Solid State Drive",
253    "TS(8|16|32|64|128|192)GSSD25S-(M|S)",
254    "", "",
255    "-v 229,hex64,Halt_System_ID "
256    "-v 232,hex64,Firmware_Version_information "
257    "-v 233,hex64,ECC_Fail_Record "
258    "-v 234,raw24/raw24,Erase_Count_Avg/Max "
259    "-v 235,raw24/raw24,Block_Count_Good/System"
260  },
261  { "Transcend Ultra Series Solid State Drive (SATA II)",
262    "TS(60|120)GSSD25D-M",
263    "", "", ""
264  },
265  { "Marvell SSD SD88SA024BA0 (SUN branded)",
266    "MARVELL SD88SA024BA0 SUN24G 0902M0054V",
267    "", "", ""
268  },
269  { "HP 1TB SATA disk GB1000EAFJL",
270    "GB1000EAFJL",
271    "", "", ""
272  },
273  { "HP 500GB SATA disk MM0500EANCR",
274    "MM0500EANCR",
275    "", "", ""
276  },
277  { "IBM Deskstar 60GXP series",  // ER60A46A firmware
278    "(IBM-|Hitachi )?IC35L0[12346]0AVER07.*",
279    "ER60A46A",
280    "", ""
281  },
282  { "IBM Deskstar 60GXP series",  // All other firmware
283    "(IBM-|Hitachi )?IC35L0[12346]0AVER07.*",
284    "",
285    "IBM Deskstar 60GXP drives may need upgraded SMART firmware.\n"
286    "Please see http://www.geocities.com/dtla_update/index.html#rel and\n"
287    "http://www.ibm.com/pc/support/site.wss/MIGR-42215.html",
288    ""
289  },
290  { "IBM Deskstar 40GV & 75GXP series (A5AA/A6AA firmware)",
291    "(IBM-)?DTLA-30[57]0[123467][05].*",
292    "T[WX][123468AG][OF]A[56]AA",
293    "", ""
294  },
295  { "IBM Deskstar 40GV & 75GXP series (all other firmware)",
296    "(IBM-)?DTLA-30[57]0[123467][05].*",
297    "",
298    "IBM Deskstar 40GV and 75GXP drives may need upgraded SMART firmware.\n"
299    "Please see http://www.geocities.com/dtla_update/ and\n"
300    "http://www.ibm.com/pc/support/site.wss/MIGR-42215.html",
301    ""
302  },
303  { "", // ExcelStor J240, J340, J360, J680, J880 and J8160
304    "ExcelStor Technology J(24|34|36|68|88|816)0",
305    "", "", ""
306  },
307  { "", // Fujitsu M1623TAU
308    "FUJITSU M1623TAU",
309    "",
310    "",
311    "-v 9,seconds"
312  },
313  { "Fujitsu MHG series",
314    "FUJITSU MHG2...ATU?.*",
315    "",
316    "",
317    "-v 9,seconds"
318  },
319  { "Fujitsu MHH series",
320    "FUJITSU MHH2...ATU?.*",
321    "",
322    "",
323    "-v 9,seconds"
324  },
325  { "Fujitsu MHJ series",
326    "FUJITSU MHJ2...ATU?.*",
327    "",
328    "",
329    "-v 9,seconds"
330  },
331  { "Fujitsu MHK series",
332    "FUJITSU MHK2...ATU?.*",
333    "",
334    "",
335    "-v 9,seconds"
336  },
337  { "",  // Fujitsu MHL2300AT
338    "FUJITSU MHL2300AT",
339    "",
340    "This drive's firmware has a harmless Drive Identity Structure\n"
341      "checksum error bug.",
342    "-v 9,seconds"
343  },
344  { "",  // MHM2200AT, MHM2150AT, MHM2100AT, MHM2060AT
345    "FUJITSU MHM2(20|15|10|06)0AT",
346    "",
347    "This drive's firmware has a harmless Drive Identity Structure\n"
348      "checksum error bug.",
349    "-v 9,seconds"
350  },
351  { "Fujitsu MHN series",
352    "FUJITSU MHN2...AT",
353    "",
354    "",
355    "-v 9,seconds"
356  },
357  { "", // Fujitsu MHR2020AT
358    "FUJITSU MHR2020AT",
359    "",
360    "",
361    "-v 9,seconds"
362  },
363  { "", // Fujitsu MHR2040AT
364    "FUJITSU MHR2040AT",
365    "",    // Tested on 40BA
366    "",
367    "-v 9,seconds -v 192,emergencyretractcyclect "
368    "-v 198,offlinescanuncsectorct -v 200,writeerrorcount"
369  },
370  { "Fujitsu MHSxxxxAT family",
371    "FUJITSU MHS20[6432]0AT(  .)?",
372    "",
373    "",
374    "-v 9,seconds -v 192,emergencyretractcyclect "
375    "-v 198,offlinescanuncsectorct -v 200,writeerrorcount "
376    "-v 201,detectedtacount"
377  },
378  { "Fujitsu MHT series",
379    "FUJITSU MHT2...(AH|AS|AT|BH)U?.*",
380    "",
381    "",
382    "-v 9,seconds"
383  },
384  { "Fujitsu MHU series",
385    "FUJITSU MHU2...ATU?.*",
386    "",
387    "",
388    "-v 9,seconds"
389  },
390  { "Fujitsu MHV series",
391    "FUJITSU MHV2...(AH|AS|AT|BH|BS|BT).*",
392    "",
393    "",
394    "-v 9,seconds"
395  },
396  { "Fujitsu MPA..MPG series",
397    "FUJITSU MP[A-G]3...A[HTEV]U?.*",
398    "",
399    "",
400    "-v 9,seconds"
401  },
402  { "Fujitsu MHY2 BH series",
403    "FUJITSU MHY2(04|06|08|10|12|16|20|25)0BH.*",
404    "", "",
405    "-v 240,raw48,Transfer_Error_Rate"
406  },
407  { "Fujitsu MHW2 BH series",
408    "FUJITSU MHW2(04|06|08|10|12|16)0BH.*",
409    "", "", ""
410  },
411  { "Fujitsu MHW2 BJ series",
412    "FUJITSU MHW2(08|12|16)0BJ.*",
413    "", "", ""
414  },
415  { "Fujitsu MHZ2 BH series",
416    "FUJITSU MHZ2(04|08|12|16|20|25|32)0BH.*",
417    "", "", ""
418  },
419  { "Fujitsu MHZ2 BJ series",
420    "FUJITSU MHZ2(08|12|16|20|25|32)0BJ.*",
421    "",
422    "",
423    "-v 9,minutes"
424  },
425  { "Fujitsu MHZ2 BS series",
426    "FUJITSU MHZ2(12|25)0BS.*",
427    "", "", ""
428  },
429  { "Fujitsu MHZ2 BK series",
430    "FUJITSU MHZ2(08|12|16|25)0BK.*",
431    "", "", ""
432  },
433  { "", // Samsung SV4012H (known firmware)
434    "SAMSUNG SV4012H",
435    "RM100-08",
436    "",
437    "-v 9,halfminutes -F samsung"
438  },
439  { "", // Samsung SV4012H (all other firmware)
440    "SAMSUNG SV4012H",
441    "",
442    "May need -F samsung disabled; see manual for details.",
443    "-v 9,halfminutes -F samsung"
444  },
445  { "", // Samsung SV0412H (known firmware)
446    "SAMSUNG SV0412H",
447    "SK100-01",
448    "",
449    "-v 9,halfminutes -v 194,10xCelsius -F samsung"
450  },
451  { "", // Samsung SV0412H (all other firmware)
452    "SAMSUNG SV0412H",
453    "",
454    "May need -F samsung disabled; see manual for details.",
455    "-v 9,halfminutes -v 194,10xCelsius -F samsung"
456  },
457  { "", // Samsung SV1204H (known firmware)
458    "SAMSUNG SV1204H",
459    "RK100-1[3-5]",
460    "",
461    "-v 9,halfminutes -v 194,10xCelsius -F samsung"
462  },
463  { "", // Samsung SV1204H (all other firmware)
464    "SAMSUNG SV1204H",
465    "",
466    "May need -F samsung disabled; see manual for details.",
467    "-v 9,halfminutes -v 194,10xCelsius -F samsung"
468  },
469  { "", // SAMSUNG SV0322A tested with FW JK200-35
470    "SAMSUNG SV0322A",
471    "", "", ""
472  },
473  { "SAMSUNG SpinPoint V80 series", // tested with SV1604N/TR100-23
474    "SAMSUNG SV(0211|0401|0612|0802|1203|1604)N",
475    "",
476    "",
477    "-v 9,halfminutes -F samsung2"
478  },
479  { "", // SAMSUNG SP40A2H with RR100-07 firmware
480    "SAMSUNG SP40A2H",
481    "RR100-07",
482    "",
483    "-v 9,halfminutes -F samsung"
484  },
485  { "", // SAMSUNG SP80A4H with RT100-06 firmware
486    "SAMSUNG SP80A4H",
487    "RT100-06",
488    "",
489    "-v 9,halfminutes -F samsung"
490  },
491  { "", // SAMSUNG SP8004H with QW100-61 firmware
492    "SAMSUNG SP8004H",
493    "QW100-61",
494    "",
495    "-v 9,halfminutes -F samsung"
496  },
497  { "SAMSUNG SpinPoint F1 DT series", // tested with HD103UJ/1AA01113
498    "SAMSUNG HD(083G|16[12]G|25[12]H|32[12]H|50[12]I|642J|75[23]L|10[23]U)J",
499    "", "", ""
500  },
501  { "SAMSUNG SpinPoint F1 RE series", // tested with HE103UJ/1AA01113
502    "SAMSUNG HE(252H|322H|502I|642J|753L|103U)J",
503    "", "", ""
504  },
505  { "SAMSUNG SpinPoint F2 EG series", // tested with HD154UI/1AG01118
506    "SAMSUNG HD(502H|10[23]S|15[34]U)I",
507    "", "", ""
508  },
509  { "SAMSUNG SpinPoint F3 series", // tested with HD502HJ/1AJ100E4
510    "SAMSUNG HD(502H|754J|103S)J",
511    "", "", ""
512  },
513  { "SAMSUNG SpinPoint F3 EG series", // tested with HD503HI/1AJ100E4, HD153WI/1AN10002
514    "SAMSUNG HD(253G|(324|503)H|754J|105S|153W)I",
515    "", "", ""
516  },
517  { "SAMSUNG SpinPoint S250 series", // tested with HD200HJ/KF100-06
518    "SAMSUNG HD(162|200|250)HJ",
519    "", "", ""
520  },
521  { "SAMSUNG SpinPoint T133 series", // tested with HD300LJ/ZT100-12, HD400LJ/ZZ100-14, HD401LJ/ZZ100-15
522    "SAMSUNG HD(250KD|(30[01]|320|40[01])L[DJ])",
523    "", "", ""
524  },
525  { "SAMSUNG SpinPoint T166 series", // tested with HD501LJ/CR100-10
526    "SAMSUNG HD(080G|160H|32[01]K|403L|50[01]L)J",
527    "", "", ""
528  },
529  { "SAMSUNG SpinPoint P120 series", // VF100-37 firmware, tested with SP2514N/VF100-37
530    "SAMSUNG SP(16[01]3|2[05][01]4)[CN]",
531    "VF100-37",
532    "",
533    "-F samsung3"
534  },
535  { "SAMSUNG SpinPoint P120 series", // other firmware, tested with SP2504C/VT100-33
536    "SAMSUNG SP(16[01]3|2[05][01]4)[CN]",
537    "",
538    "May need -F samsung3 enabled; see manual for details.",
539    ""
540  },
541  { "SAMSUNG SpinPoint P80 SD series", // tested with HD160JJ/ZM100-33
542    "SAMSUNG HD(080H|120I|160J)J",
543    "", "", ""
544  },
545  { "SAMSUNG SpinPoint P80 series", // BH100-35 firmware, tested with SP0842N/BH100-35
546    "SAMSUNG SP(0451|08[0124]2|12[0145]3|16[0145]4)[CN]",
547    "BH100-35",
548    "",
549    "-F samsung3"
550  },
551  { "SAMSUNG SpinPoint P80 series", // firmware *-35 or later
552    "SAMSUNG SP(0451|08[0124]2|12[0145]3|16[0145]4)[CN]",
553    ".*-3[5-9]",
554    "May need -F samsung3 enabled; see manual for details.",
555    ""
556  },
557  { "SAMSUNG SpinPoint P80 series", // firmware *-25...34, tested with SP1614C/SW100-25 and -34
558    "SAMSUNG SP(0451|08[0124]2|12[0145]3|16[0145]4)[CN]",
559    ".*-(2[5-9]|3[0-4])",
560    "",
561    "-v 9,halfminutes -v 198,increasing"
562  },
563  { "SAMSUNG SpinPoint P80 series", // firmware *-23...24, tested with
564    // SP0802N/TK100-23,
565    // SP1213N/TL100-23,
566    // SP1604N/TM100-23 and -24
567    "SAMSUNG SP(0451|08[0124]2|12[0145]3|16[0145]4)[CN]",
568    ".*-2[34]",
569    "",
570    "-v 9,halfminutes -F samsung2"
571  },
572  { "SAMSUNG SpinPoint P80 series", // unknown firmware
573    "SAMSUNG SP(0451|08[0124]2|12[0145]3|16[0145]4)[CN]",
574    "",
575    "May need -F samsung2 or -F samsung3 enabled; see manual for details.",
576    ""
577  },
578  { "SAMSUNG SpinPoint M40/60/80 series", // tested with HM160JI/AD100-16
579    "SAMSUNG HM(0[468]0H|1[026]0J)[CI]",
580    "",
581    "",
582    "-v 9,halfminutes"
583  },
584  { "SAMSUNG SpinPoint M5 series", // tested with HM160HI/HH100-12
585    "SAMSUNG HM((061|080)G|(121|160)H|250J)I",
586    "", "", ""
587  },
588  { "SAMSUNG SpinPoint M7 series", // tested with HM500JI/2AC101C4
589    "SAMSUNG HM(250H|320I|[45]00J)I",
590    "", "", ""
591  },
592  { "SAMSUNG SpinPoint M series", // tested with MP0402H/UC100-11
593    "SAMSUNG MP0(302|402|603|804)H",
594    "",
595    "",
596    "-v 9,halfminutes"
597  },
598/*
599  // TODO: Make the entries below more specific.
600  // These entries produce misleading results, because newer
601  // Samsung disks reuse the version numbers *-NN.
602  { "", // All Samsung drives with '.*-25' firmware
603    "SAMSUNG.*",
604    ".*-25",
605    "May need -F samsung2 disabled; see manual for details.",
606    "-v 9,halfminutes -F samsung2"
607  },
608  { "", // All Samsung drives with '.*-26 or later (currently to -39)' firmware
609    "SAMSUNG.*",
610    ".*-(2[6789]|3[0-9])",
611    "",
612    "-v 9,halfminutes"
613  },
614  { "", // Samsung ALL OTHER DRIVES
615    "SAMSUNG.*",
616    "",
617    "May need -F samsung or -F samsung2 enabled; see manual for details.",
618    ""
619  },
620*/
621  { "Maxtor Fireball 541DX family",
622    "Maxtor 2B0(0[468]|1[05]|20)H1",
623    "",
624    "",
625    "-v 9,minutes -v 194,unknown"
626  },
627  { "Maxtor Fireball 3 family",
628    "Maxtor 2F0[234]0[JL]0",
629    "",
630    "",
631    "-v 9,minutes"
632  },
633  { "Maxtor DiamondMax 1280 ATA family",  // no self-test log, ATA2-Fast
634    "Maxtor 8(1280A2|2160A4|2560A4|3840A6|4000A6|5120A8)",
635    "",
636    "",
637    "-v 9,minutes"
638  },
639  { "Maxtor DiamondMax 2160 Ultra ATA family",
640    "Maxtor 8(2160D2|3228D3|3240D3|4320D4|6480D6|8400D8|8455D8)",
641    "",
642    "",
643    "-v 9,minutes"
644  },
645  { "Maxtor DiamondMax 2880 Ultra ATA family",
646    "Maxtor 9(0510D4|0576D4|0648D5|0720D5|0840D6|0845D6|0864D6|1008D7|1080D8|1152D8)",
647    "",
648    "",
649    "-v 9,minutes"
650  },
651  { "Maxtor DiamondMax 3400 Ultra ATA family",
652    "Maxtor 9(1(360|350|202)D8|1190D7|10[12]0D6|0840D5|06[48]0D4|0510D3|1(350|202)E8|1010E6|0840E5|0640E4)",
653    "",
654    "",
655    "-v 9,minutes"
656  },
657  { "Maxtor DiamondMax D540X-4G family",
658    "Maxtor 4G(120J6|160J[68])",
659    "",
660    "",
661    "-v 9,minutes -v 194,unknown"
662  },
663  { "Maxtor DiamondMax D540X-4K family",
664    "MAXTOR 4K(020H1|040H2|060H3|080H4)",
665    "", "", ""
666  },
667  { "Maxtor DiamondMax Plus D740X family",
668    "MAXTOR 6L0(20[JL]1|40[JL]2|60[JL]3|80[JL]4)",
669    "", "", ""
670  },
671  { "Maxtor DiamondMax Plus 5120 Ultra ATA 33 family",
672    "Maxtor 9(0512D2|0680D3|0750D3|0913D4|1024D4|1360D6|1536D6|1792D7|2048D8)",
673    "",
674    "",
675    "-v 9,minutes"
676  },
677  { "Maxtor DiamondMax Plus 6800 Ultra ATA 66 family",
678    "Maxtor 9(2732U8|2390U7|204[09]U6|1707U5|1366U4|1024U3|0845U3|0683U2)",
679    "",
680    "",
681    "-v 9,minutes"
682  },
683  { "Maxtor DiamondMax D540X-4D",
684    "Maxtor 4D0(20H1|40H2|60H3|80H4)",
685    "",
686    "",
687    "-v 9,minutes -v 194,unknown"
688  },
689  { "Maxtor DiamondMax 16 family",
690    "Maxtor 4(R0[68]0[JL]0|R1[26]0L0|A160J0|R120L4)",
691    "",
692    "",
693    "-v 9,minutes"
694  },
695  { "Maxtor DiamondMax 4320 Ultra ATA family",
696    "Maxtor (91728D8|91512D7|91303D6|91080D5|90845D4|90645D3|90648D[34]|90432D2)",
697    "",
698    "",
699    "-v 9,minutes"
700  },
701  { "Maxtor DiamondMax 17 VL family",
702    "Maxtor 9(0431U1|0641U2|0871U2|1301U3|1741U4)",
703    "",
704    "",
705    "-v 9,minutes"
706  },
707  { "Maxtor DiamondMax 20 VL family",
708    "Maxtor (94091U8|93071U6|92561U5|92041U4|91731U4|91531U3|91361U3|91021U2|90841U2|90651U2)",
709    "",
710    "",
711    "-v 9,minutes"
712  },
713  { "Maxtor DiamondMax VL 30 family",  // U: ATA66, H: ATA100
714    "Maxtor (33073U4|32049U3|31536U2|30768U1|33073H4|32305H3|31536H2|30768H1)",
715    "",
716    "",
717    "-v 9,minutes"
718  },
719  { "Maxtor DiamondMax 36 family",
720    "Maxtor (93652U8|92739U6|91826U4|91369U3|90913U2|90845U2|90435U1)",
721    "",
722    "",
723    "-v 9,minutes"
724  },
725  { "Maxtor DiamondMax 40 ATA 66 series",
726    "Maxtor 9(0684U2|1024U2|1362U3|1536U3|2049U4|2562U5|3073U6|4098U8)",
727    "",
728    "",
729    "-v 9,minutes"
730  },
731  { "Maxtor DiamondMax Plus 40 series (Ultra ATA 66 and Ultra ATA 100)",
732    "Maxtor (54098[UH]8|53073[UH]6|52732[UH]6|52049[UH]4|51536[UH]3|51369[UH]3|51024[UH]2)",
733    "",
734    "",
735    "-v 9,minutes"
736  },
737  { "Maxtor DiamondMax 40 VL Ultra ATA 100 series",
738    "Maxtor 3(1024H1|1535H2|2049H2|3073H3|4098H4)( B)?",
739    "",
740    "",
741    "-v 9,minutes"
742  },
743  { "Maxtor DiamondMax Plus 45 Ulta ATA 100 family",
744    "Maxtor 5(4610H6|4098H6|3073H4|2049H3|1536H2|1369H2|1023H2)",
745    "",
746    "",
747    "-v 9,minutes"
748  },
749  { "Maxtor DiamondMax 60 ATA 66 family",
750    "Maxtor 9(1023U2|1536U2|2049U3|2305U3|3073U4|4610U6|6147U8)",
751    "",
752    "",
753    "-v 9,minutes"
754  },
755  { "Maxtor DiamondMax 60 ATA 100 family",
756    "Maxtor 9(1023H2|1536H2|2049H3|2305H3|3073H4|4098H6|4610H6|6147H8)",
757    "",
758    "",
759    "-v 9,minutes"
760  },
761  { "Maxtor DiamondMax Plus 60 family",
762    "Maxtor 5T0(60H6|40H4|30H3|20H2|10H1)",
763    "",
764    "",
765    "-v 9,minutes"
766  },
767  { "Maxtor DiamondMax 80 family",
768    "Maxtor (98196H8|96147H6)",
769    "",
770    "",
771    "-v 9,minutes"
772  },
773  { "Maxtor DiamondMax 536DX family",
774    "Maxtor 4W(100H6|080H6|060H4|040H3|030H2)",
775    "",
776    "",
777    "-v 9,minutes"
778  },
779  { "Maxtor DiamondMax Plus 8 family",
780    "Maxtor 6(E0[234]|K04)0L0",
781    "",
782    "",
783    "-v 9,minutes"
784  },
785  { "Maxtor DiamondMax 10 family (ATA/133 and SATA/150)",
786    "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",
787    "",
788    "",
789    "-v 9,minutes"
790  },
791  { "Maxtor DiamondMax 10 family (SATA/300)",
792    "Maxtor 6V(080E|160E|200E|250F|300F|320F)0",
793    "", "", ""
794  },
795  { "Maxtor DiamondMax Plus 9 family",
796    "Maxtor 6Y((060|080|120|160)L0|(060|080|120|160|200|250)P0|(060|080|120|160|200|250)M0)",
797    "",
798    "",
799    "-v 9,minutes"
800  },
801  { "Maxtor DiamondMax 11 family",
802    "Maxtor 6H[45]00[FR]0",
803    "", "", ""
804  },
805  { "Maxtor DiamondMax 17",
806    "Maxtor 6G(080L|160[PE])0",
807    "", "", ""
808  },
809  { "Seagate Maxtor DiamondMax 20",
810    "MAXTOR STM3(40|80|160)[28]1[12]0?AS?",
811    "", "", ""
812  },
813  { "Seagate Maxtor DiamondMax 21",
814    "MAXTOR STM3(160215|(250|320)820|320620|500630)AS?",
815    "", "", ""
816  },
817  { "Seagate Maxtor DiamondMax 22", // fixed firmware
818    "(MAXTOR )?STM3(500320|750330|1000340)AS?",
819    "MX1A", // http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207969
820    "", ""
821  },
822  { "Seagate Maxtor DiamondMax 22", // fixed firmware
823    "(MAXTOR )?STM3(160813|320614|640323|1000334)AS?",
824    "MX1B", // http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207975
825    "", ""
826  },
827  { "Seagate Maxtor DiamondMax 22", // buggy firmware
828    "(MAXTOR )?STM3(500320|750330|1000340)AS?",
829    "MX15",
830    "There are known problems with these drives,\n"
831    "AND THIS FIRMWARE VERSION IS AFFECTED,\n"
832    "see the following Seagate web pages:\n"
833    "http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207931\n"
834    "http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207969",
835    ""
836  },
837  { "Seagate Maxtor DiamondMax 22", // unknown firmware
838    "(MAXTOR )?STM3(160813|32061[34]|500320|640323|750330|10003(34|40))AS?",
839    "",
840    "There are known problems with these drives,\n"
841    "see the following Seagate web pages:\n"
842    "http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207931\n"
843    "http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207969\n"
844    "http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207975",
845    ""
846  },
847  { "Seagate Maxtor DiamondMax 23",
848    "STM3((160|250)31|(320|500)41|(750|1000)52)8AS?",
849    "", "", ""
850  },
851  { "Maxtor MaXLine Plus II",
852    "Maxtor 7Y250[PM]0",
853    "",
854    "",
855    "-v 9,minutes"
856  },
857  { "Maxtor MaXLine II family",
858    "Maxtor [45]A(25|30|32)0[JN]0",
859    "",
860    "",
861    "-v 9,minutes"
862  },
863  { "Maxtor MaXLine III family (ATA/133 and SATA/150)",
864    "Maxtor 7L(25|30)0[SR]0",
865    "",
866    "",
867    "-v 9,minutes"
868  },
869  { "Maxtor MaXLine III family (SATA/300)",
870    "Maxtor 7V(25|30)0F0",
871    "", "", ""
872  },
873  { "Maxtor MaXLine Pro 500 family",  // There is also a 7H500R0 model, but I
874    "Maxtor 7H500F0",               // haven't added it because I suspect
875    "",                               // it might need vendoropts_9_minutes
876    "", ""                            // and nobody has submitted a report yet
877  },
878  { "", // HITACHI_DK14FA-20B
879    "HITACHI_DK14FA-20B",
880    "",
881    "",
882    "-v 9,minutes -v 193,loadunload"
883  },
884  { "HITACHI Travelstar DK23XX/DK23XXB series",
885    "HITACHI_DK23..-..B?",
886    "",
887    "",
888    "-v 9,minutes -v 193,loadunload"
889  },
890  { "Hitachi Endurastar J4K20/N4K20 (formerly DK23FA-20J)",
891    "(HITACHI_DK23FA-20J|HTA422020F9AT[JN]0)",
892    "",
893    "",
894    "-v 9,minutes -v 193,loadunload"
895  },
896  { "Hitachi Endurastar J4K30/N4K30",
897    "HE[JN]4230[23]0F9AT00",
898    "",
899    "",
900    "-v 9,minutes -v 193,loadunload"
901  },
902  { "Hitachi Travelstar C4K60 family",  // 1.8" slim drive
903    "HTC4260[23]0G5CE00|HTC4260[56]0G8CE00",
904    "",
905    "",
906    "-v 9,minutes -v 193,loadunload"
907  },
908  { "IBM Travelstar 4GT family",
909    "IBM-DTCA-2(324|409)0",
910    "", "", ""
911  },
912  { "IBM Travelstar 6GN family",
913    "IBM-DBCA-20(324|486|648)0",
914    "", "", ""
915  },
916  { "IBM Travelstar 25GS, 18GT, and 12GN family",
917    "IBM-DARA-2(25|18|15|12|09|06)000",
918    "", "", ""
919  },
920  { "IBM Travelstar 14GS",
921    "IBM-DCYA-214000",
922    "", "", ""
923  },
924  { "IBM Travelstar 4LP",
925    "IBM-DTNA-2(180|216)0",
926    "", "", ""
927  },
928  { "IBM Travelstar 48GH, 30GN, and 15GN family",
929    "(IBM-|Hitachi )?IC25(T048ATDA05|N0(30|20|15|12|10|07|06|05)ATDA04)-.",
930    "", "", ""
931  },
932  { "IBM Travelstar 32GH, 30GT, and 20GN family",
933    "IBM-DJSA-2(32|30|20|10|05)",
934    "", "", ""
935  },
936  { "IBM Travelstar 4GN family",
937    "IBM-DKLA-2(216|324|432)0",
938    "", "", ""
939  },
940  { "IBM/Hitachi Travelstar 60GH and 40GN family",
941    "(IBM-|Hitachi )?IC25(T060ATC[SX]05|N0[4321]0ATC[SX]04)-.",
942    "", "", ""
943  },
944  { "IBM/Hitachi Travelstar 40GNX family",
945    "(IBM-|Hitachi )?IC25N0[42]0ATC[SX]05-.",
946    "", "", ""
947  },
948  { "Hitachi Travelstar 80GN family",
949    "(Hitachi )?IC25N0[23468]0ATMR04-.",
950    "", "", ""
951  },
952  { "Hitachi Travelstar 4K40",
953    "(Hitachi )?HTS4240[234]0M9AT00",
954    "", "", ""
955  },
956  { "Hitachi Travelstar 4K120",
957    "(Hitachi )?(HTS4212(60|80|10|12)H9AT00|HTS421260G9AT00)",
958    "", "", ""
959  },
960  { "Hitachi Travelstar 5K80",
961    "(Hitachi )?HTS5480[8642]0M9AT00",
962    "", "", ""
963  },
964  { "Hitachi Travelstar 5K100",
965    "(Hitachi )?HTS5410[1864]0G9(AT|SA)00",
966    "", "", ""
967  },
968  { "Hitachi Travelstar E5K100",
969    "(Hitachi )?HTE541040G9(AT|SA)00",
970    "", "", ""
971  },
972  { "Hitachi Travelstar 5K120",
973    "(Hitachi )?HTS5412(60|80|10|12)H9(AT|SA)00",
974    "", "", ""
975  },
976  { "Hitachi Travelstar 5K160",
977    "(Hitachi |HITACHI )?HTS5416([468]0|1[26])J9(AT|SA)00",
978    "", "", ""
979  },
980  { "Hitachi Travelstar E5K160",
981    "(Hitachi )?HTE5416(12|16|60|80)J9(AT|SA)00",
982    "", "", ""
983  },
984  { "Hitachi Travelstar 5K250",
985    "(Hitachi |HITACHI )?HTS5425(80|12|16|20|25)K9(A3|SA)00",
986    "", "", ""
987  },
988  { "Hitachi Travelstar 5K320",
989    "(Hitachi |HITACHI )?HT(S|E)5432(80|12|16|25|32)L9(A3(00)?|SA01)",
990    "", "", ""
991  },
992  { "Hitachi Travelstar 5K500.B",
993    "(Hitachi )?HT[ES]5450(12|16|25|32|40|50)B9A30[01]",
994    "", "", ""
995  },
996  { "Hitachi Travelstar 7K60",
997    "(Hitachi )?HTS726060M9AT00",
998    "", "", ""
999  },
1000  { "Hitachi Travelstar E7K60",
1001    "(Hitachi )?HTE7260[46]0M9AT00",
1002    "", "", ""
1003  },
1004  { "Hitachi Travelstar 7K100",
1005    "(Hitachi )?HTS7210[168]0G9(AT|SA)00",
1006    "", "", ""
1007  },
1008  { "Hitachi Travelstar E7K100",
1009    "(Hitachi )?HTE7210[168]0G9(AT|SA)00",
1010    "", "", ""
1011  },
1012  { "Hitachi Travelstar 7K200",
1013    "(Hitachi )?HTS7220(80|10|12|16|20)K9(A3|SA)00",
1014    "", "", ""
1015  },
1016  { "Hitachi Travelstar 7K320", // tested with HTS723225L9A360/FCDOC30F
1017    "(Hitachi )?HT[ES]7232(80|12|16|25|32)L9(A300|A360|SA61)",
1018    "", "", ""
1019  },
1020  { "Hitachi Travelstar 7K500",
1021    "(Hitachi )?HT[ES]7250(12|16|25|32|50)A9A36[45]",
1022    "", "", ""
1023  },
1024  { "IBM Deskstar 14GXP and 16GP series",
1025    "IBM-DTTA-3(7101|7129|7144|5032|5043|5064|5084|5101|5129|5168)0",
1026    "", "", ""
1027  },
1028  { "IBM Deskstar 25GP and 22GXP family",
1029    "IBM-DJNA-3(5(101|152|203|250)|7(091|135|180|220))0",
1030    "", "", ""
1031  },
1032  { "IBM Deskstar 37GP and 34GXP family",
1033    "IBM-DPTA-3(5(375|300|225|150)|7(342|273|205|136))0",
1034    "", "", ""
1035  },
1036  { "IBM/Hitachi Deskstar 120GXP family",
1037    "(IBM-)?IC35L((020|040|060|080|120)AVVA|0[24]0AVVN)07-[01]",
1038    "", "", ""
1039  },
1040  { "IBM/Hitachi Deskstar GXP-180 family",
1041    "(IBM-)?IC35L(030|060|090|120|180)AVV207-[01]",
1042    "", "", ""
1043  },
1044  { "Hitachi Deskstar 7K80",
1045    "(Hitachi )?HDS7280([48]0PLAT20|(40)?PLA320|80PLA380).*",
1046    "", "", ""
1047  },
1048  { "Hitachi Deskstar 7K160",
1049    "(Hitachi )?HDS7216(80|16)PLA[3T]80.*",
1050    "", "", ""
1051  },
1052  { "Hitachi Deskstar 7K250",
1053    "(Hitachi )?HDS7225((40|80|12|16)VLAT20|(12|16|25)VLAT80|(80|12|16|25)VLSA80)",
1054    "", "", ""
1055  },
1056  { "Hitachi Deskstar 7K250 (SUN branded)",
1057    "HITACHI HDS7225SBSUN250G.*",
1058    "", "", ""
1059  },
1060  { "Hitachi Deskstar T7K250",
1061    "(Hitachi )?HDT7225((25|20|16)DLA(T80|380))",
1062    "", "", ""
1063  },
1064  { "Hitachi Deskstar 7K400",
1065    "(Hitachi )?HDS724040KL(AT|SA)80",
1066    "", "", ""
1067  },
1068  { "Hitachi Deskstar 7K500",
1069    "(Hitachi )?HDS725050KLA(360|T80)",
1070    "", "", ""
1071  },
1072  { "Hitachi Deskstar P7K500",
1073    "(Hitachi )?HDP7250(16|25|32|40|50)GLA(36|38|T8)0",
1074    "", "", ""
1075  },
1076  { "Hitachi Deskstar T7K500",
1077    "(Hitachi )?HDT7250(25|32|40|50)VLA(360|380|T80)",
1078    "", "", ""
1079  },
1080  { "Hitachi Deskstar 7K1000",
1081    "(Hitachi )?HDS7210(50|75|10)KLA330",
1082    "", "", ""
1083  },
1084  { "Hitachi Deskstar 7K1000.B",
1085    "(Hitachi )?HDT7210((16|25)SLA380|(32|50|64|75|10)SLA360)",
1086    "", "", ""
1087  },
1088  { "Hitachi Deskstar 7K1000.C",
1089    "(Hitachi )?HDS7210((16|25)CLA382|(32|50)CLA362|(64|75|10)CLA332)",
1090    "", "", ""
1091  },
1092  { "Hitachi Deskstar 7K2000",
1093    "Hitachi HDS722020ALA330",
1094    "", "", ""
1095  },
1096  { "Hitachi Ultrastar 7K1000",
1097    "(Hitachi )?HUA7210(50|75|10)KLA330",
1098    "", "", ""
1099  },
1100  { "Hitachi Ultrastar A7K2000",
1101    "(Hitachi )?HUA7220((50|10)C|20A)LA33[01]",
1102    "", "", ""
1103  },
1104  { "Toshiba 2.5\" HDD series (10-20 GB)",
1105    "TOSHIBA MK(101[67]GAP|15[67]GAP|20(1[678]GAP|(18|23)GAS))",
1106    "", "", ""
1107  },
1108  { "Toshiba 2.5\" HDD series (30-60 GB)",
1109    "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)",
1110    "", "", ""
1111  },
1112  { "Toshiba 2.5\" HDD series (80 GB and above)",
1113    "TOSHIBA MK(80(25GAS|26GAX|32GAX|32GSX)|10(31GAS|32GAX)|12(33GAS|34G[AS]X)|2035GSS)",
1114    "", "", ""
1115  },
1116  { "Toshiba 2.5\" HDD MK..52GSX series",
1117    "TOSHIBA MK(80|12|16|25|32)52GSX",
1118    "", "", ""
1119  },
1120  { "Toshiba 1.8\" HDD series",
1121    "TOSHIBA MK[23468]00[4-9]GA[HL]",
1122    "", "", ""
1123  },
1124  { "", // TOSHIBA MK6022GAX
1125    "TOSHIBA MK6022GAX",
1126    "", "", ""
1127  },
1128  { "", // TOSHIBA MK6409MAV
1129    "TOSHIBA MK6409MAV",
1130    "", "", ""
1131  },
1132  { "Toshiba MKx019GAXB (SUN branded)",
1133    "TOS MK[34]019GAXB SUN[34]0G",
1134    "", "", ""
1135  },
1136  { "Seagate Momentus family",
1137    "ST9(20|28|40|48)11A",
1138    "", "", ""
1139  },
1140  { "Seagate Momentus 42 family",
1141    "ST9(2014|3015|4019)A",
1142    "", "", ""
1143  },
1144  { "Seagate Momentus 4200.2 series",
1145    "ST9(100822|808210|60821|50212|402113|30219)A",
1146    "", "", ""
1147  },
1148  { "Seagate Momentus 5400.2 series",
1149    "ST9(808211|60822|408114|308110|120821|10082[34]|8823|6812|4813|3811)AS?",
1150    "", "", ""
1151  },
1152  { "Seagate Momentus 5400.3 series",
1153    "ST9(4081[45]|6081[35]|8081[15]|100828|120822|160821)AS?",
1154    "", "", ""
1155  },
1156  { "Seagate Momentus 5400.3 ED series",
1157    "ST9(4081[45]|6081[35]|8081[15]|100828|120822|160821)AB",
1158    "", "", ""
1159  },
1160  { "Seagate Momentus 5400.4 series",
1161    "ST9(120817|(160|200|250)827)AS",
1162    "", "", ""
1163  },
1164  { "Seagate Momentus 5400.5 series",
1165    "ST9((80|120|160)310|(250|320)320)AS",
1166    "", "", ""
1167  },
1168  { "Seagate Momentus 5400.6 series",
1169    "ST9(80313|160(301|314)|(12|25)0315|250317|(320|500)325|500327|640320)ASG?",
1170    "", "", ""
1171  },
1172  { "Seagate Momentus 5400 PSD series", // Hybrid drives
1173    "ST9(808212|(120|160)8220)AS",
1174    "", "", ""
1175  },
1176  { "Seagate Momentus 7200.1 series",
1177    "ST9(10021|80825|6023|4015)AS?",
1178    "", "", ""
1179  },
1180  { "Seagate Momentus 7200.2 series",
1181    "ST9(80813|100821|120823|160823|200420)ASG?",
1182    "", "", ""
1183  },
1184  { "Seagate Momentus 7200.3 series",
1185    "ST9((80|120|160)411|(250|320)421)ASG?",
1186    "", "", ""
1187  },
1188  { "Seagate Momentus 7200.4 series",
1189    "ST9(160412|250410|320423|500420)ASG?",
1190    "", "", ""
1191  },
1192  { "Seagate Momentus 7200 FDE.2 series",
1193    "ST9((160413|25041[12]|320426|50042[12])AS|(16041[89]|2504[16]4|32042[67]|500426)ASG)",
1194    "", "", ""
1195  },
1196  { "Seagate Medalist 1010, 1720, 1721, 2120, 3230 and 4340",  // ATA2, with -t permissive
1197    "ST3(1010|1720|1721|2120|3230|4340)A",
1198    "", "", ""
1199  },
1200  { "Seagate Medalist 2110, 3221, 4321, 6531, and 8641",
1201    "ST3(2110|3221|4321|6531|8641)A",
1202    "", "", ""
1203  },
1204  { "Seagate U Series X family",
1205    "ST3(10014A(CE)?|20014A)",
1206    "", "", ""
1207  },
1208  { "Seagate U8 family",
1209    "ST3(4313|6811|8410|13021|17221)A",
1210    "", "", ""
1211  },
1212  { "Seagate U7 family",
1213    "ST3(30012|40012|60012|80022|120020)A",
1214    "", "", ""
1215  },
1216  { "Seagate U Series 6 family",
1217    "ST3(8002|6002|4081|3061|2041)0A",
1218    "", "", ""
1219  },
1220  { "Seagate U Series 5 family",
1221    "ST3(40823|30621|20413|15311|10211)A",
1222    "", "", ""
1223  },
1224  { "Seagate U4 family",
1225    "ST3(2112|4311|6421|8421)A",
1226    "", "", ""
1227  },
1228  { "Seagate U8 family",
1229    "ST3(8410|4313|17221|13021)A",
1230    "", "", ""
1231  },
1232  { "Seagate U10 family",
1233    "ST3(20423|15323|10212)A",
1234    "", "", ""
1235  },
1236  { "Seagate Barracuda ATA family",
1237    "ST3(2804|2724|2043|1362|1022|681)0A",
1238    "", "", ""
1239  },
1240  { "Seagate Barracuda ATA II family",
1241    "ST3(3063|2042|1532|1021)0A",
1242    "", "", ""
1243  },
1244  { "Seagate Barracuda ATA III family",
1245    "ST3(40824|30620|20414|15310|10215)A",
1246    "", "", ""
1247  },
1248  { "Seagate Barracuda ATA IV family",
1249    "ST3(20011|30011|40016|60021|80021)A",
1250    "", "", ""
1251  },
1252  { "Seagate Barracuda ATA V family",
1253    "ST3(12002(3A|4A|9A|3AS)|800(23A|15A|23AS)|60(015A|210A)|40017A)",
1254    "", "", ""
1255  },
1256  { "Seagate Barracuda 5400.1",
1257    "ST340015A",
1258    "", "", ""
1259  },
1260  { "Seagate Barracuda 7200.7 and 7200.7 Plus family",
1261    "ST3(200021A|200822AS?|16002[13]AS?|12002[26]AS?|1[26]082[78]AS|8001[13]AS?|8081[79]AS|60014A|40111AS|40014AS?)",
1262    "", "", ""
1263  },
1264  { "Seagate Barracuda 7200.8 family",
1265    "ST3(400[68]32|300[68]31|250[68]23|200826)AS?",
1266    "", "", ""
1267  },
1268  { "Seagate Barracuda 7200.9 family",
1269    "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?.*",
1270    "", "", ""
1271  },
1272  { "Seagate Barracuda 7200.10 family",
1273    "ST3((80|160)[28]15|200820|250[34]10|(250|300|320|400)[68]20|500[68]30|750[68]40)AS?",
1274    "", "", ""
1275  },
1276  { "Seagate Barracuda 7200.11 family", // unaffected firmware
1277    "ST3(160813|320[68]13|500[368]20|640[36]23|640[35]30|750[36]30|1000(333|[36]40)|1500341)AS?",
1278    "CC.?.?", // http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207957
1279    "", ""
1280  },
1281  { "Seagate Barracuda 7200.11 family", // fixed firmware
1282    "ST3(500[368]20|750[36]30|1000340)AS?",
1283    "SD1A", // http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207951
1284    "", ""
1285  },
1286  { "Seagate Barracuda 7200.11 family", // fixed firmware
1287    "ST3(160813|320[68]13|640[36]23|1000333|1500341)AS?",
1288    "SD[12]B", // http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207957
1289    "", ""
1290  },
1291  { "Seagate Barracuda 7200.11 family", // buggy firmware
1292    "ST3(500[368]20|640[35]30|750[36]30|1000340)AS?",
1293    "(AD14|SD1[5-9])",
1294    "There are known problems with these drives,\n"
1295    "AND THIS FIRMWARE VERSION IS AFFECTED,\n"
1296    "see the following Seagate web pages:\n"
1297    "http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207931\n"
1298    "http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207951",
1299    ""
1300  },
1301  { "Seagate Barracuda 7200.11 family", // unknown firmware
1302    "ST3(160813|320[68]13|500[368]20|640[36]23|640[35]30|750[36]30|1000(333|[36]40)|1500341)AS?",
1303    "",
1304    "There are known problems with these drives,\n"
1305    "see the following Seagate web pages:\n"
1306    "http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207931\n"
1307    "http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207951\n"
1308    "http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207957",
1309    ""
1310  },
1311  { "Seagate Barracuda 7200.12 family",
1312    "ST3((160|250)318|(320|500)418|500410|(750|1000)528)AS",
1313    "", "", ""
1314  },
1315  { "Seagate Barracuda ES",
1316    "ST3(250[68]2|32062|40062|50063|75064)0NS",
1317    "", "", ""
1318  },
1319  { "Seagate Barracuda ES.2", // fixed firmware
1320    "ST3(25031|50032|75033|100034)0NS",
1321    "SN[01]6", // http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207963
1322    "", ""
1323  },
1324  { "Seagate Barracuda ES.2", // unknown firmware
1325    "ST3(25031|50032|75033|100034)0NS",
1326    "",
1327    "There are known problems with these drives,\n"
1328    "see the following Seagate web pages:\n"
1329    "http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207931\n"
1330    "http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207963",
1331    ""
1332  },
1333  { "Seagate Barracuda LP",
1334    "ST3(500412|1000520|1500541|2000542)AS",
1335    "", "", ""
1336  },
1337  { "Seagate Medalist 17240, 13030, 10231, 8420, and 4310",
1338    "ST3(17240|13030|10231|8420|4310)A",
1339    "", "", ""
1340  },
1341  { "Seagate Medalist 17242, 13032, 10232, 8422, and 4312",
1342    "ST3(1724|1303|1023|842|431)2A",
1343    "", "", ""
1344  },
1345  { "Seagate NL35 family",
1346    "ST3(250623|250823|400632|400832|250824|250624|400633|400833|500641|500841)NS",
1347    "", "", ""
1348  },
1349  { "Seagate SV35.2 Series",
1350    "ST3(160815|250820|320620|500630|750640)(A|S)V",
1351    "", "", ""
1352  },
1353  { "Seagate DB35.3 Series",
1354    "ST3(750640SCE|((80|160)215|(250|320|400)820|500830|750840)(A|S)CE)",
1355    "", "", ""
1356  },
1357  { "Western Digital Protege",
1358  /* Western Digital drives with this comment all appear to use Attribute 9 in
1359   * a  non-standard manner.  These entries may need to be updated when it
1360   * is understood exactly how Attribute 9 should be interpreted.
1361   * UPDATE: this is probably explained by the WD firmware bug described in the
1362   * smartmontools FAQ */
1363    "WDC WD([2468]00E|1[26]00A)B-.*",
1364    "", "", ""
1365  },
1366  { "Western Digital Caviar family",
1367  /* Western Digital drives with this comment all appear to use Attribute 9 in
1368   * a  non-standard manner.  These entries may need to be updated when it
1369   * is understood exactly how Attribute 9 should be interpreted.
1370   * UPDATE: this is probably explained by the WD firmware bug described in the
1371   * smartmontools FAQ */
1372    "WDC WD(2|3|4|6|8|10|12|16|18|20|25)00BB-.*",
1373    "", "", ""
1374  },
1375  { "Western Digital Caviar WDxxxAB series",
1376  /* Western Digital drives with this comment all appear to use Attribute 9 in
1377   * a  non-standard manner.  These entries may need to be updated when it
1378   * is understood exactly how Attribute 9 should be interpreted.
1379   * UPDATE: this is probably explained by the WD firmware bug described in the
1380   * smartmontools FAQ */
1381    "WDC WD(3|4|6|8|25)00AB-.*",
1382    "", "", ""
1383  },
1384  { "Western Digital Caviar WDxxxAA series",
1385  /* Western Digital drives with this comment all appear to use Attribute 9 in
1386   * a  non-standard manner.  These entries may need to be updated when it
1387   * is understood exactly how Attribute 9 should be interpreted.
1388   * UPDATE: this is probably explained by the WD firmware bug described in the
1389   * smartmontools FAQ */
1390    "WDC WD...?AA(-.*)?",
1391    "", "", ""
1392  },
1393  { "Western Digital Caviar WDxxxBA series",
1394  /* Western Digital drives with this comment all appear to use Attribute 9 in
1395   * a  non-standard manner.  These entries may need to be updated when it
1396   * is understood exactly how Attribute 9 should be interpreted.
1397   * UPDATE: this is probably explained by the WD firmware bug described in the
1398   * smartmontools FAQ */
1399    "WDC WD...BA",
1400    "", "", ""
1401  },
1402  { "Western Digital Caviar AC series", // add only 5400rpm/7200rpm (ata33 and faster)
1403    "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]?.*",
1404    "", "", ""
1405  },
1406  { "Western Digital Caviar SE family",
1407  /* Western Digital drives with this comment all appear to use Attribute 9 in
1408   * a  non-standard manner.  These entries may need to be updated when it
1409   * is understood exactly how Attribute 9 should be interpreted.
1410   * UPDATE: this is probably explained by the WD firmware bug described in the
1411   * smartmontools FAQ
1412   * UPDATE 2: this does not apply to more recent models, at least WD3200AAJB */
1413    "WDC WD(4|6|8|10|12|16|18|20|25|30|32|40|50)00(JB|PB)-.*",
1414    "", "", ""
1415  },
1416  { "Western Digital Caviar Blue EIDE family",  // WD Caviar SE EIDE family
1417    /* not completely accurate: at least also WD800JB, WD(4|8|20|25)00BB sold as Caviar Blue */
1418    "WDC WD(16|25|32|40|50)00AAJB-.*",
1419    "", "", ""
1420  },
1421  { "Western Digital Caviar Blue EIDE family",  // WD Caviar SE16 EIDE family
1422    "WDC WD(25|32|40|50)00AAKB-.*",
1423    "", "", ""
1424  },
1425  { "Western Digital RE EIDE family",
1426    "WDC WD(12|16|25|32)00SB-.*",
1427    "", "", ""
1428  },
1429  { "Western Digital Caviar Serial ATA family",
1430    "WDC WD(4|8|20|32)00BD-.*",
1431    "", "", ""
1432  },
1433  { "Western Digital Caviar SE Serial ATA family",
1434    "WDC WD(4|8|12|16|20|25|32|40)00(JD|KD|PD)-.*",
1435    "", "", ""
1436  },
1437  { "Western Digital Caviar SE Serial ATA family",
1438    "WDC WD(8|12|16|20|25|30|32|40|50)00JS-.*",
1439    "", "", ""
1440  },
1441  { "Western Digital Caviar SE16 Serial ATA family",
1442    "WDC WD(16|20|25|32|40|50|75)00KS-.*",
1443    "", "", ""
1444  },
1445  { "Western Digital Caviar Blue Serial ATA family",  // WD Caviar SE Serial ATA family
1446    /* not completely accurate: at least also WD800BD, (4|8)00JD sold as Caviar Blue */
1447    "WDC WD((8|12|16|25|32)00AABS|(12|16|25|32|40|50)00AAJS)-.*",
1448    "", "", ""
1449  },
1450  { "Western Digital Caviar Blue Serial ATA family",  // WD Caviar SE16 Serial ATA family
1451    "WDC WD(16|20|25|32|40|50|64|75)00AAKS-.*",
1452    "", "", ""
1453  },
1454  { "Western Digital RE Serial ATA family",
1455    "WDC WD(12|16|25|32)00(SD|YD|YS)-.*",
1456    "", "", ""
1457  },
1458  { "Western Digital RE2 Serial ATA family",
1459    "WDC WD((40|50|75)00(YR|YS|AYYS)|(16|32|40|50)0[01]ABYS)-.*",
1460    "", "", ""
1461  },
1462  { "Western Digital RE2-GP family",
1463    "WDC WD(5000AB|7500AY|1000FY)PS-.*",
1464    "", "", ""
1465  },
1466  { "Western Digital RE3 Serial ATA family",
1467    "WDC WD((25|32|50)02A|(75|10)02F)BYS-.*",
1468    "", "", ""
1469  },
1470  { "Western Digital Caviar Green family",
1471    "WDC WD((50|64|75)00AA(C|V)S|(50|64|75)00AADS|10EA(C|V)S|(10|15|20)EADS)-.*",
1472    "", "", ""
1473  },
1474  { "Western Digital Caviar Green (Adv. Format) family",
1475    "WDC WD((64|80)00A|(10|15|20)E)ARS-.*",
1476    "", "", ""
1477  },
1478  { "Western Digital Caviar Black family",
1479    "WDC WD((500|640|750)1AA|1001FA)LS-.*",
1480    "", "", ""
1481  },
1482  { "Western Digital AV ATA family",
1483    "WDC WD(8|16|50)00AV(B|J)B-.*",
1484    "", "", ""
1485  },
1486  { "Western Digital AV-GP family",
1487    "WDC WD((16|25|32|50|64|75)00AVVS|(50|75)00AVCS|10EVVS|(10|20)EVCS|(10|15|20)EVDS)-.*",
1488    "", "", ""
1489  },
1490  { "Western Digital Raptor family",
1491    "WDC WD((360|740|800)GD|(360|740|800|1500)ADF[DS])-.*",
1492    "", "", ""
1493  },
1494  { "Western Digital Raptor X",
1495    "WDC WD1500AHFD-.*",
1496    "", "", ""
1497  },
1498  { "Western Digital VelociRaptor family",
1499    "WDC WD(800H|(1500|3000)[BH]|1600H|3000G)LFS-.*",
1500    "", "", ""
1501  },
1502  { "Western Digital Scorpio EIDE family",
1503    "WDC WD(4|6|8|10|12|16)00(UE|VE)-.*",
1504    "", "", ""
1505  },
1506  { "Western Digital Scorpio Blue EIDE family",
1507    "WDC WD(4|6|8|10|12|16|25)00BEVE-.*",
1508    "", "", ""
1509  },
1510  { "Western Digital Scorpio Serial ATA family",
1511    "WDC WD(4|6|8|10|12|16|25)00BEAS-.*",
1512    "", "", ""
1513  },
1514  { "Western Digital Scorpio Blue Serial ATA family",
1515    "WDC WD((4|6|8|10|12|16|25)00BEVS|(8|12|16|25|32|40|50|64)00BEVT|7500KEVT|10TEVT)-.*",
1516    "", "", ""
1517  },
1518  { "Western Digital Scorpio Black Serial ATA family",
1519    "WDC WD(8|12|16|25|32)00B[EJ]KT-.*",
1520    "", "", ""
1521  },
1522  { "Western Digital My Passport Essential hard drive (USB interface)",
1523    "WDC WD(25|32|40|50)00BMVU-.*",
1524    "", "", ""
1525  },
1526  { "Western Digital My Passport Essential SE hard drive (USB interface)",
1527    "WDC WD(7500K|10T)MVV-.*",
1528    "", "", ""
1529  },
1530  { "Western Digital My Passport hard drive (USB interface)",
1531    "WDC WD3200BMVV-.*",
1532    "", "", ""
1533  },
1534  { "Quantum Bigfoot series",
1535    "QUANTUM BIGFOOT TS10.0A",
1536    "", "", ""
1537  },
1538  { "Quantum Fireball lct15 series",
1539    "QUANTUM FIREBALLlct15 ([123]0|22)",
1540    "", "", ""
1541  },
1542  { "Quantum Fireball lct20 series",
1543    "QUANTUM FIREBALLlct20 [234]0",
1544    "", "", ""
1545  },
1546  { "Quantum Fireball CX series",
1547    "QUANTUM FIREBALL CX10.2A",
1548    "", "", ""
1549  },
1550  { "Quantum Fireball CR series",
1551    "QUANTUM FIREBALL CR(4.3|6.4|8.4|13.0)A",
1552    "", "", ""
1553  },
1554  { "Quantum Fireball EX series",
1555    "QUANTUM FIREBALL EX(3.2|6.4)A",
1556    "", "", ""
1557  },
1558  { "Quantum Fireball ST series",
1559    "QUANTUM FIREBALL ST(3.2|4.3|4300)A",
1560    "", "", ""
1561  },
1562  { "Quantum Fireball SE series",
1563    "QUANTUM FIREBALL SE4.3A",
1564    "", "", ""
1565  },
1566  { "Quantum Fireball Plus LM series",
1567    "QUANTUM FIREBALLP LM(10.2|15|20.[45]|30)",
1568    "", "", ""
1569  },
1570  { "Quantum Fireball Plus AS series",
1571    "QUANTUM FIREBALLP AS(10.2|20.5|30.0|40.0)",
1572    "", "", ""
1573  },
1574  { "Quantum Fireball Plus KX series",
1575    "QUANTUM FIREBALLP KX27.3",
1576    "", "", ""
1577  },
1578  { "Quantum Fireball Plus KA series",
1579    "QUANTUM FIREBALLP KA(9|10).1",
1580    "", "", ""
1581  },
1582/*
1583}; // builtin_knowndrives[]
1584 */
Note: See TracBrowser for help on using the browser.