]> git.proxmox.com Git - mirror_smartmontools-debian.git/blame - drivedb.h
Enhance dh_clean to clean up better
[mirror_smartmontools-debian.git] / drivedb.h
CommitLineData
a23d5117
GI
1/*
2 * drivedb.h - smartmontools drive database file
3 *
4 * Home page of code is: http://smartmontools.sourceforge.net
5 *
cfbba5b9 6 * Copyright (C) 2003-11 Philip Williams, Bruce Allen
293b5ab8 7 * Copyright (C) 2008-15 Christian Franke
a23d5117
GI
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
e9583e0c 35 * a dollar sign. Must not start with "USB:", see below.
a23d5117
GI
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.
e9583e0c
GI
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 *
a23d5117
GI
73 */
74
75/*
76const drive_settings builtin_knowndrives[] = {
77 */
293b5ab8 78 { "$Id: drivedb.h 4105 2015-06-03 19:32:30Z chrfranke $",
a23d5117
GI
79 "-", "-",
80 "This is a dummy entry to hold the SVN-Id of drivedb.h",
81 ""
e165493d
GI
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 "
ee38a438
GI
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
e165493d
GI
94 "-v 12,raw48,Power_Cycle_Count "
95 "-v 13,raw48,Read_Soft_Error_Rate "
96 // 14-174 Unknown_Attribute
ee38a438
GI
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
e165493d 103 "-v 181,raw48,Program_Fail_Cnt_Total "
ee38a438 104 "-v 182,raw48,Erase_Fail_Count_Total " // SSD only
e165493d
GI
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 "
ee38a438 110 "-v 189,raw48,High_Fly_Writes " // HDD only
e165493d 111 "-v 190,tempminmax,Airflow_Temperature_Cel "
ee38a438 112 "-v 191,raw48,G-Sense_Error_Rate " // HDD only
e165493d 113 "-v 192,raw48,Power-Off_Retract_Count "
ee38a438 114 "-v 193,raw48,Load_Cycle_Count " // HDD only
e165493d
GI
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 "
ee38a438
GI
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
e165493d
GI
124 "-v 203,raw48,Run_Out_Cancel "
125 "-v 204,raw48,Soft_ECC_Correction "
126 "-v 205,raw48,Thermal_Asperity_Rate "
ee38a438
GI
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
e165493d 131 // 210-219 Unknown_Attribute
ee38a438
GI
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
e165493d
GI
140 "-v 228,raw48,Power-off_Retract_Count "
141 // 229 Unknown_Attribute
ee38a438 142 "-v 230,raw48,Head_Amplitude " // HDD only
e165493d
GI
143 "-v 231,raw48,Temperature_Celsius "
144 "-v 232,raw48,Available_Reservd_Space "
ee38a438 145 "-v 233,raw48,Media_Wearout_Indicator " // SSD only
e165493d 146 // 234-239 Unknown_Attribute
d2e702cf 147 "-v 240,raw24(raw8),Head_Flying_Hours " // HDD only, smartmontools <= r3966: raw48
e165493d
GI
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
ee38a438 153 "-v 254,raw48,Free_Fall_Sensor " // HDD only
e165493d 154 */
a23d5117 155 },
d2e702cf
GI
156 { "Apacer SSD",
157 "(2|4|8|16|32)GB SATA Flash Drive", // tested with APSDM002G15AN-CT/SFDDA01C and SFI2101D, APSDM004G13AN-AT/SFDE001A
158 "SF(DDA01C|I2101D|DE001A)", "", // spec found at http://wfcache.advantech.com/www/certified-peripherals/documents/96fmcff-04g-cs-ap_Datasheet.pdf
3d17a85c
GI
159 "-v 160,raw48,Initial_Bad_Block_Count "
160 "-v 161,raw48,Bad_Block_Count "
161 "-v 162,raw48,Spare_Block_Count "
162 "-v 163,raw48,Max_Erase_Count "
d2e702cf 163 "-v 164,raw48,Average_Erase_Count "
3d17a85c 164 "-v 165,raw48,Average_Erase_Count " // could be wrong
d2e702cf
GI
165 "-v 166,raw48,Later_Bad_Block_Count "
166 "-v 167,raw48,SSD_Protect_Mode "
167 "-v 168,raw48,SATA_PHY_Err_Ct "
3d17a85c 168 },
d2e702cf
GI
169 { "Apple SD/SM/TS...E/F SSDs", // SanDisk/Samsung/Toshiba?
170 "APPLE SSD (S[DM]|TS)0?(128|256|512|768)[EF]", // tested with APPLE SSD SD256E/1021AP, SD0128F/A223321
171 // APPLE SSD SM768E/CXM90A1Q, SM0512F/UXM2JA1Q, TS0256F/109L0704
172 "", "",
173 //"-v 1,raw48,Raw_Read_Error_Rate "
174 //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
175 //"-v 9,raw24(raw8),Power_On_Hours "
176 //"-v 12,raw48,Power_Cycle_Count "
177 //"-v 169,raw48,Unknown_Attribute "
178 "-v 173,raw48,Wear_Leveling_Count " // ]
179 "-v 174,raw48,Host_Reads_MiB " // ] guessed (ticket #342), S[DM]*F only
180 "-v 175,raw48,Host_Writes_MiB " // ]
181 //"-v 192,raw48,Power-Off_Retract_Count "
182 //"-v 194,tempminmax,Temperature_Celsius "
183 //"-v 197,raw48,Current_Pending_Sector "
184 //"-v 199,raw48,UDMA_CRC_Error_Count "
185 //"-v 240,raw48,Unknown_SSD_Attribute "
a23d5117 186 },
3d17a85c
GI
187 { "Crucial/Micron RealSSD C300/M500", // Marvell 88SS91xx
188 "C300-CTFDDA[AC](064|128|256)MAG|" // Marvell 88SS9174 BJP2, tested with C300-CTFDDAC128MAG/0002,
ee38a438 189 // C300-CTFDDAC064MAG/0006
d2e702cf
GI
190 "Crucial_CT(120|240|480)M500SSD[13]", // Marvell 88SS9187 BLD2, tested with Crucial_CT120M500SSD3/MU02,
191 // Crucial_CT120M500SSD1/MU02, Crucial_CT240M500SSD1/MU03, Crucial_CT480M500SSD1/MU03
a23d5117 192 "", "",
d008864d 193 //"-v 1,raw48,Raw_Read_Error_Rate "
e165493d
GI
194 //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
195 //"-v 9,raw24(raw8),Power_On_Hours "
d008864d 196 //"-v 12,raw48,Power_Cycle_Count "
a7e8ffec
GI
197 "-v 170,raw48,Grown_Failing_Block_Ct "
198 "-v 171,raw48,Program_Fail_Count "
199 "-v 172,raw48,Erase_Fail_Count "
ee38a438 200 "-v 173,raw48,Wear_Leveling_Count "
a7e8ffec 201 "-v 174,raw48,Unexpect_Power_Loss_Ct "
d008864d 202 "-v 181,raw16,Non4k_Aligned_Access "
a7e8ffec 203 "-v 183,raw48,SATA_Iface_Downshift "
d008864d 204 //"-v 184,raw48,End-to-End_Error "
e165493d
GI
205 //"-v 187,raw48,Reported_Uncorrect "
206 //"-v 188,raw48,Command_Timeout "
a7e8ffec 207 "-v 189,raw48,Factory_Bad_Block_Ct "
e165493d
GI
208 //"-v 194,tempminmax,Temperature_Celsius "
209 //"-v 195,raw48,Hardware_ECC_Recovered "
210 //"-v 196,raw16(raw16),Reallocated_Event_Count "
211 //"-v 197,raw48,Current_Pending_Sector "
212 //"-v 198,raw48,Offline_Uncorrectable "
213 //"-v 199,raw48,UDMA_CRC_Error_Count "
d2e702cf
GI
214 "-v 202,raw48,Percent_Lifetime_Used "
215 "-v 206,raw48,Write_Error_Rate "
216 "-v 210,raw48,Success_RAIN_Recov_Cnt "
217 "-v 246,raw48,Total_Host_Sector_Write "
218 "-v 247,raw48,Host_Program_Page_Count "
219 "-v 248,raw48,Bckgnd_Program_Page_Cnt"
cfbba5b9 220 },
3d17a85c 221 { "Crucial/Micron RealSSD m4/C400/P400", // Marvell 9176, fixed firmware
ee38a438 222 "C400-MTFDDA[ACK](064|128|256|512)MAM|"
d2e702cf 223 "M4-CT(064|128|256|512)M4SSD[123]|" // tested with M4-CT512M4SSD2/0309
293b5ab8
JD
224 "MTFDDAK(064|128|256|512|050|100|200|400)MA[MNR]-1[JKS]1.*", // tested with
225 // MTFDDAK256MAR-1K1AA/MA52, MTFDDAK256MAM-1K12/08TH
ee38a438
GI
226 "030[9-Z]|03[1-Z].|0[4-Z]..|[1-Z]....*", // >= "0309"
227 "",
228 //"-v 1,raw48,Raw_Read_Error_Rate "
229 //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
230 //"-v 9,raw24(raw8),Power_On_Hours "
231 //"-v 12,raw48,Power_Cycle_Count "
232 "-v 170,raw48,Grown_Failing_Block_Ct "
233 "-v 171,raw48,Program_Fail_Count "
234 "-v 172,raw48,Erase_Fail_Count "
235 "-v 173,raw48,Wear_Leveling_Count "
236 "-v 174,raw48,Unexpect_Power_Loss_Ct "
237 "-v 181,raw16,Non4k_Aligned_Access "
238 "-v 183,raw48,SATA_Iface_Downshift "
239 //"-v 184,raw48,End-to-End_Error "
240 //"-v 187,raw48,Reported_Uncorrect "
241 //"-v 188,raw48,Command_Timeout "
242 "-v 189,raw48,Factory_Bad_Block_Ct "
243 //"-v 194,tempminmax,Temperature_Celsius "
244 //"-v 195,raw48,Hardware_ECC_Recovered "
245 //"-v 196,raw16(raw16),Reallocated_Event_Count "
246 //"-v 197,raw48,Current_Pending_Sector "
247 //"-v 198,raw48,Offline_Uncorrectable "
248 //"-v 199,raw48,UDMA_CRC_Error_Count "
249 "-v 202,raw48,Perc_Rated_Life_Used "
250 "-v 206,raw48,Write_Error_Rate"
251 },
252 { "Crucial/Micron RealSSD m4/C400", // Marvell 9176, buggy or unknown firmware
253 "C400-MTFDDA[ACK](064|128|256|512)MAM|" // tested with C400-MTFDDAC256MAM/0002
d2e702cf 254 "M4-CT(064|128|256|512)M4SSD[123]", // tested with M4-CT064M4SSD2/0002,
ee38a438
GI
255 // M4-CT064M4SSD2/0009, M4-CT256M4SSD3/000F
256 "",
257 "This drive may hang after 5184 hours of power-on time:\n"
258 "http://www.tomshardware.com/news/Crucial-m4-Firmware-BSOD,14544.html\n"
259 "See the following web pages for firmware updates:\n"
260 "http://www.crucial.com/support/firmware.aspx\n"
261 "http://www.micron.com/products/solid-state-storage/client-ssd#software",
262 "-v 170,raw48,Grown_Failing_Block_Ct "
263 "-v 171,raw48,Program_Fail_Count "
264 "-v 172,raw48,Erase_Fail_Count "
265 "-v 173,raw48,Wear_Leveling_Count "
266 "-v 174,raw48,Unexpect_Power_Loss_Ct "
267 "-v 181,raw16,Non4k_Aligned_Access "
268 "-v 183,raw48,SATA_Iface_Downshift "
269 "-v 189,raw48,Factory_Bad_Block_Ct "
270 "-v 202,raw48,Perc_Rated_Life_Used "
271 "-v 206,raw48,Write_Error_Rate"
272 },
293b5ab8 273 { "Crucial/Micron MX100/MX200/M5x0/M600 Client SSDs",
d2e702cf 274 "Crucial_CT(128|256|512)MX100SSD1|"// tested with Crucial_CT256MX100SSD1/MU01
293b5ab8
JD
275 "Crucial_CT(200|256|500|512|1000|1024)MX200SSD[1346]|" // tested with Crucial_CT500MX200SSD1/MU01,
276 // Crucial_CT1024MX200SSD1/MU01
277 "Crucial_CT(120|240|480|960)M500SSD1|" // tested with Crucial_CT960M500SSD1/MU03
278 "Crucial_CT(128|256|512|1024)M550SSD[13]|" // tested with Crucial_CT512M550SSD3/MU01, Crucial_CT1024M550SSD1/MU01
d2e702cf
GI
279 "Micron_M500_MTFDDA[KTV](120|240|480|960)MAV|"// tested with Micron_M500_MTFDDAK960MAV/MU05
280 "(Micron_)?M510[_-]MTFDDA[KTV](128|256)MAZ|" // tested with M510-MTFDDAK256MAZ/MU01
293b5ab8
JD
281 "(Micron_)?M550[_-]MTFDDA[KTV](064|128|256|512|1T0)MAY|" // tested with M550-MTFDDAK256MAY/MU01
282 "Micron_M600_(EE|MT)FDDA[KTV](128|256|512|1T0)MBF[25Z]?", // tested with Micron_M600_MTFDDAK1T0MBF/MU01
d2e702cf
GI
283 "", "",
284 //"-v 1,raw48,Raw_Read_Error_Rate "
285 "-v 5,raw48,Reallocate_NAND_Blk_Cnt "
286 //"-v 9,raw24(raw8),Power_On_Hours "
287 //"-v 12,raw48,Power_Cycle_Count "
288 "-v 171,raw48,Program_Fail_Count "
289 "-v 172,raw48,Erase_Fail_Count "
290 "-v 173,raw48,Ave_Block-Erase_Count "
291 "-v 174,raw48,Unexpect_Power_Loss_Ct "
292 "-v 180,raw48,Unused_Reserve_NAND_Blk "
293 "-v 183,raw48,SATA_Interfac_Downshift "
294 "-v 184,raw48,Error_Correction_Count "
295 //"-v 187,raw48,Reported_Uncorrect "
296 //"-v 194,tempminmax,Temperature_Celsius "
297 //"-v 196,raw16(raw16),Reallocated_Event_Count "
298 //"-v 197,raw48,Current_Pending_Sector "
299 //"-v 198,raw48,Offline_Uncorrectable "
300 //"-v 199,raw48,UDMA_CRC_Error_Count "
301 "-v 202,raw48,Percent_Lifetime_Used "
302 "-v 206,raw48,Write_Error_Rate "
303 "-v 210,raw48,Success_RAIN_Recov_Cnt "
304 "-v 246,raw48,Total_Host_Sector_Write "
305 "-v 247,raw48,Host_Program_Page_Count "
306 "-v 248,raw48,Bckgnd_Program_Page_Cnt"
307 },
308 { "Micron M500DC Enterprise SSDs",
309 "Micron_M500DC_(EE|MT)FDDA[AK](120|240|480|800)MBB", // tested with
310 // Micron_M500DC_EEFDDAA120MBB/129, Micron_M500DC_MTFDDAK800MBB/0129
311 "", "",
312 //"-v 1,raw48,Raw_Read_Error_Rate "
313 "-v 5,raw48,Reallocated_Block_Count "
314 //"-v 9,raw24(raw8),Power_On_Hours "
315 //"-v 12,raw48,Power_Cycle_Count "
316 "-v 170,raw48,Reserved_Block_Count "
317 "-v 171,raw48,Program_Fail_Count "
318 "-v 172,raw48,Erase_Fail_Count "
319 "-v 173,raw48,Ave_Block-Erase_Count "
320 "-v 174,raw48,Unexpect_Power_Loss_Ct "
321 "-v 184,raw48,Error_Correction_Count "
322 //"-v 187,raw48,Reported_Uncorrect "
323 "-v 188,raw48,Command_Timeouts "
324 //"-v 194,tempminmax,Temperature_Celsius "
325 "-v 195,raw48,Cumulativ_Corrected_ECC "
326 //"-v 197,raw48,Current_Pending_Sector "
327 //"-v 198,raw48,Offline_Uncorrectable "
328 //"-v 199,raw48,UDMA_CRC_Error_Count "
329 "-v 202,raw48,Percent_Lifetime_Remain "
330 "-v 206,raw48,Write_Error_Rate "
331 "-v 247,raw48,Host_Program_Page_Count "
332 "-v 248,raw48,Bckgnd_Program_Page_Cnt"
333 },
cfbba5b9
GI
334 { "SandForce Driven SSDs",
335 "SandForce 1st Ed\\.|" // Demo Drive, tested with firmware 320A13F0
ee38a438 336 "ADATA SSD S(396|510|599) .?..GB|" // tested with ADATA SSD S510 60GB/320ABBF0,
d008864d 337 // ADATA SSD S599 256GB/3.1.0, 64GB/3.4.6
d2e702cf
GI
338 "ADATA SP[389]00|" // tested with ADATA SP300/5.0.2d, SP800/5.0.6c,
339 // ADATA SP900/5.0.6 (Premier Pro, SF-2281)
293b5ab8
JD
340 "ADATA SSD S[PX]900 (64|128|256|512)GB-DL2|" // tested with ADATA SSD SP900 256GB-DL2/5.0.6,
341 // ADATA SSD SX900 512GB-DL2/5.8.2
d2e702cf 342 "ADATA XM11 (128|256)GB|" // tested with ADATA XM11 128GB/5.0.1
293b5ab8 343 "ATP Velocity MIV (60|120|240|480)GB|" // tested with ATP Velocity MIV 480GB/110719
ee38a438
GI
344 "Corsair CSSD-F(40|60|80|115|120|160|240)GBP?2.*|" // Corsair Force, tested with
345 // Corsair CSSD-F40GB2/1.1, Corsair CSSD-F115GB2-A/2.1a
d2e702cf
GI
346 "Corsair Force ((3 |LS )?SSD|GS|GT)|" // SF-2281, tested with
347 // Corsair Force SSD/5.05, 3 SSD/1.3.2, GT/1.3.3, GS/5.03, LS SSD/S8FM06.5
e165493d
GI
348 "FM-25S2S-(60|120|240)GBP2|" // G.SKILL Phoenix Pro, SF-1200, tested with
349 // FM-25S2S-240GBP2/4.2
cfbba5b9
GI
350 "FTM(06|12|24|48)CT25H|" // Supertalent TeraDrive CT, tested with
351 // FTM24CT25H/STTMP2P1
d2e702cf 352 "KINGSTON SE50S3(100|240|480)G|" // tested with SE50S3100G/KE1ABBF0
ee38a438
GI
353 "KINGSTON SH10[03]S3(90|120|240|480)G|" // HyperX (3K), SF-2281, tested with
354 // SH100S3240G/320ABBF0, SH103S3120G/505ABBF0
293b5ab8
JD
355 "KINGSTON SKC(300S37A|380S3)(60|120|180|240|480)G|" // KC300, SF-2281, tested with
356 // SKC300S37A120G/KC4ABBF0, SKC380S3120G/507ABBF0
ee38a438
GI
357 "KINGSTON SVP200S3(7A)?(60|90|120|240|480)G|" // V+ 200, SF-2281, tested with
358 // SVP200S37A480G/502ABBF0, SVP200S390G/332ABBF0
3d17a85c 359 "KINGSTON SMS200S3(30|60|120)G|" // mSATA, SF-2241, tested with SMS200S3120G/KC3ABBF0
ee38a438
GI
360 "KINGSTON SMS450S3(32|64|128)G|" // mSATA, SF-2281, tested with SMS450S3128G/503ABBF0
361 "KINGSTON (SV300|SKC100|SE100)S3.*G|" // other SF-2281
293b5ab8
JD
362 "MKNSSDCR(45|60|90|120|180|240|480)GB(-[DM]X)?|" // Mushkin Chronos (Deluxe/Enhanced), SF-2281,
363 // tested with MKNSSDCR120GB, MKNSSDCR120GB-MX/560ABBF0
364 "MKNSSDAT(30|40|60|120|180|240|480)GB(-(DX|V))?|" // Mushkin Atlas (Deluxe/Value), mSATA, SF-2281,
365 // tested with MKNSSDAT120GB-V/540ABBF0
ee38a438
GI
366 "Mushkin MKNSSDCL(40|60|80|90|115|120|180|240|480)GB-DX2?|" // Mushkin Callisto deluxe,
367 // SF-1200/1222, Mushkin MKNSSDCL60GB-DX/361A13F0
e165493d 368 "OCZ[ -](AGILITY2([ -]EX)?|COLOSSUS2|ONYX2|VERTEX(2|-LE))( [123]\\..*)?|" // SF-1200,
a7e8ffec 369 // tested with OCZ-VERTEX2/1.11, OCZ-VERTEX2 3.5/1.11
f4e463df 370 "OCZ-NOCTI|" // mSATA, SF-2100, tested with OCZ-NOCTI/2.15
e165493d
GI
371 "OCZ-REVODRIVE3?( X2)?|" // PCIe, SF-1200/2281, tested with
372 // OCZ-REVODRIVE( X2)?/1.20, OCZ-REVODRIVE3 X2/2.11
a7e8ffec 373 "OCZ[ -](VELO|VERTEX2[ -](EX|PRO))( [123]\\..*)?|" // SF-1500, tested with
cfbba5b9 374 // OCZ VERTEX2-PRO/1.10 (Bogus thresholds for attribute 232 and 235)
d008864d
GI
375 "D2[CR]STK251...-....|" // OCZ Deneva 2 C/R, SF-22xx/25xx,
376 // tested with D2CSTK251M11-0240/2.08, D2CSTK251A10-0240/2.15
377 "OCZ-(AGILITY3|SOLID3|VERTEX3( MI)?)|" // SF-2200, tested with OCZ-VERTEX3/2.02,
378 // OCZ-AGILITY3/2.11, OCZ-SOLID3/2.15, OCZ-VERTEX3 MI/2.15
379 "OCZ Z-DRIVE R4 [CR]M8[48]|" // PCIe, SF-2282/2582, tested with OCZ Z-DRIVE R4 CM84/2.13
380 // (Bogus attributes under Linux)
ee38a438 381 "TALOS2|" // OCZ Talos 2 C/R, SAS (works with -d sat), 2*SF-2282, tested with TALOS2/3.20E
a7e8ffec
GI
382 "(APOC|DENC|DENEVA|FTNC|GFGC|MANG|MMOC|NIMC|TMSC).*|" // other OCZ SF-1200,
383 // tested with DENCSTE251M11-0120/1.33, DENEVA PCI-E/1.33
384 "(DENR|DRSAK|EC188|NIMR|PSIR|TRSAK).*|" // other OCZ SF-1500
d2e702cf
GI
385 "OWC Aura Pro 6G SSD|" // tested with OWC Aura Pro 6G SSD/507ABBF0
386 "OWC Mercury Electra (Pro )?[36]G SSD|" // tested with
387 // OWC Mercury Electra 6G SSD/502ABBF0, OWC Mercury Electra Pro 3G SSD/541ABBF0
388 "OWC Mercury E(xtreme|XTREME) Pro (6G |RE )?SSD|" // tested with
389 // OWC Mercury Extreme Pro SSD/360A13F0, OWC Mercury EXTREME Pro 6G SSD/507ABBF0
d008864d 390 "Patriot Pyro|" // tested with Patriot Pyro/332ABBF0
ee38a438
GI
391 "SanDisk SDSSDX(60|120|240|480)GG25|" // SanDisk Extreme, SF-2281, tested with
392 // SDSSDX240GG25/R201
393 "SuperSSpeed S301 [0-9]*GB|" // SF-2281, tested with SuperSSpeed S301 128GB/503
d2e702cf
GI
394 "SG9XCS2D(0?50|100|200|400)GESLT|" // Smart Storage Systems XceedIOPS2, tested with
395 // SG9XCS2D200GESLT/SA03L370
396 "SSD9SC(120|240|480)GED[EA]|" // PNY Prevail Elite, tested with SSD9SC120GEDA/334ABBF0
ee38a438 397 "(TX32|TX31C1|VN0.?..GCNMK).*|" // Smart Storage Systems XceedSTOR
e165493d
GI
398 "(TX22D1|TX21B1).*|" // Smart Storage Systems XceedIOPS2
399 "TX52D1.*|" // Smart Storage Systems Xcel-200
d2e702cf
GI
400 "TS(64|128|256|512)GSSD[37]20|" // Transcend SSD320/720, SF-2281, tested with
401 // TS128GSSD320, TS256GSSD720/5.2.0
402 "UGB(88P|99S)GC...H[BF].|" // Unigen, tested with
cfbba5b9 403 // UGB88PGC100HF2/MP Rev2, UGB99SGC100HB3/RC Rev3
d2e702cf 404 "VisionTek GoDrive (60|120|240|480)GB", // tested with VisionTek GoDrive 480GB/506ABBF0
a23d5117 405 "", "",
cfbba5b9
GI
406 "-v 1,raw24/raw32,Raw_Read_Error_Rate "
407 "-v 5,raw48,Retired_Block_Count "
408 "-v 9,msec24hour32,Power_On_Hours_and_Msec "
409 //"-v 12,raw48,Power_Cycle_Count "
410 "-v 13,raw24/raw32,Soft_Read_Error_Rate "
411 "-v 100,raw48,Gigabytes_Erased "
412 "-v 170,raw48,Reserve_Block_Count "
413 "-v 171,raw48,Program_Fail_Count "
414 "-v 172,raw48,Erase_Fail_Count "
415 "-v 174,raw48,Unexpect_Power_Loss_Ct "
416 "-v 177,raw48,Wear_Range_Delta "
417 "-v 181,raw48,Program_Fail_Count "
418 "-v 182,raw48,Erase_Fail_Count "
419 "-v 184,raw48,IO_Error_Detect_Code_Ct "
420 //"-v 187,raw48,Reported_Uncorrect "
ee38a438 421 "-v 189,tempminmax,Airflow_Temperature_Cel "
cfbba5b9
GI
422 //"-v 194,tempminmax,Temperature_Celsius "
423 "-v 195,raw24/raw32,ECC_Uncorr_Error_Count "
e165493d 424 //"-v 196,raw16(raw16),Reallocated_Event_Count "
ee38a438 425 "-v 198,raw24/raw32:210zr54,Uncorrectable_Sector_Ct " // KINGSTON SE100S3100G/510ABBF0
cfbba5b9
GI
426 "-v 199,raw48,SATA_CRC_Error_Count "
427 "-v 201,raw24/raw32,Unc_Soft_Read_Err_Rate "
428 "-v 204,raw24/raw32,Soft_ECC_Correct_Rate "
429 "-v 230,raw48,Life_Curve_Status "
430 "-v 231,raw48,SSD_Life_Left "
431 //"-v 232,raw48,Available_Reservd_Space "
432 "-v 233,raw48,SandForce_Internal "
433 "-v 234,raw48,SandForce_Internal "
434 "-v 235,raw48,SuperCap_Health "
435 "-v 241,raw48,Lifetime_Writes_GiB "
436 "-v 242,raw48,Lifetime_Reads_GiB"
437 },
438 { "Indilinx Barefoot based SSDs",
d008864d 439 "Corsair CSSD-V(32|60|64|128|256)GB2|" // Corsair Nova, tested with Corsair CSSD-V32GB2/2.2
cfbba5b9 440 "CRUCIAL_CT(64|128|256)M225|" // tested with CRUCIAL_CT64M225/1571
d008864d 441 "G.SKILL FALCON (64|128|256)GB SSD|" // tested with G.SKILL FALCON 128GB SSD/2030
d2e702cf
GI
442 "OCZ[ -](AGILITY|ONYX|VERTEX( 1199|-TURBO| v1\\.10)?)|" // tested with
443 // OCZ-ONYX/1.6, OCZ-VERTEX 1199/00.P97, OCZ-VERTEX/1.30, OCZ VERTEX-TURBO/1.5, OCZ-VERTEX v1.10/1370
cfbba5b9 444 "Patriot[ -]Torqx.*|"
d008864d 445 "RENICE Z2|" // tested with RENICE Z2/2030
a7e8ffec
GI
446 "STT_FT[MD](28|32|56|64)GX25H|" // Super Talent Ultradrive GX, tested with STT_FTM64GX25H/1916
447 "TS(18|25)M(64|128)MLC(16|32|64|128|256|512)GSSD|" // ASAX Leopard Hunt II, tested with TS25M64MLC64GSSD/0.1
448 "FM-25S2I-(64|128)GBFII|" // G.Skill FALCON II, tested with FM-25S2I-64GBFII
449 "TS(60|120)GSSD25D-M", // Transcend Ultra SSD (SATA II), see also Ticket #80
a23d5117 450 "", "",
cfbba5b9
GI
451 "-v 1,raw64 " // Raw_Read_Error_Rate
452 "-v 9,raw64 " // Power_On_Hours
453 "-v 12,raw64 " // Power_Cycle_Count
454 "-v 184,raw64,Initial_Bad_Block_Count "
455 "-v 195,raw64,Program_Failure_Blk_Ct "
456 "-v 196,raw64,Erase_Failure_Blk_Ct "
457 "-v 197,raw64,Read_Failure_Blk_Ct "
458 "-v 198,raw64,Read_Sectors_Tot_Ct "
459 "-v 199,raw64,Write_Sectors_Tot_Ct "
460 "-v 200,raw64,Read_Commands_Tot_Ct "
461 "-v 201,raw64,Write_Commands_Tot_Ct "
462 "-v 202,raw64,Error_Bits_Flash_Tot_Ct "
463 "-v 203,raw64,Corr_Read_Errors_Tot_Ct "
464 "-v 204,raw64,Bad_Block_Full_Flag "
465 "-v 205,raw64,Max_PE_Count_Spec "
466 "-v 206,raw64,Min_Erase_Count "
467 "-v 207,raw64,Max_Erase_Count "
468 "-v 208,raw64,Average_Erase_Count "
469 "-v 209,raw64,Remaining_Lifetime_Perc "
470 "-v 210,raw64,Indilinx_Internal "
471 "-v 211,raw64,SATA_Error_Ct_CRC "
472 "-v 212,raw64,SATA_Error_Ct_Handshake "
473 "-v 213,raw64,Indilinx_Internal"
474 },
ee38a438
GI
475 { "Indilinx Barefoot_2/Everest/Martini based SSDs",
476 "OCZ VERTEX[ -]PLUS|" // tested with OCZ VERTEX-PLUS/3.55, OCZ VERTEX PLUS/3.55
477 "OCZ-VERTEX PLUS R2|" // Barefoot 2, tested with OCZ-VERTEX PLUS R2/1.2
478 "OCZ-PETROL|" // Everest 1, tested with OCZ-PETROL/3.12
479 "OCZ-AGILITY4|" // Everest 2, tested with OCZ-AGILITY4/1.5.2
480 "OCZ-VERTEX4", // Everest 2, tested with OCZ-VERTEX4/1.5
293b5ab8 481 "", "",
d008864d 482 //"-v 1,raw48,Raw_Read_Error_Rate "
e165493d 483 //"-v 3,raw16(avg16),Spin_Up_Time "
d008864d 484 //"-v 4,raw48,Start_Stop_Count "
e165493d
GI
485 //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
486 //"-v 9,raw24(raw8),Power_On_Hours "
d008864d 487 //"-v 12,raw48,Power_Cycle_Count "
ee38a438 488 "-v 232,raw48,Lifetime_Writes " // LBA?
d008864d
GI
489 //"-v 233,raw48,Media_Wearout_Indicator"
490 },
ee38a438 491 { "Indilinx Barefoot 3 based SSDs",
293b5ab8
JD
492 "OCZ-VECTOR(150)?|" // tested with OCZ-VECTOR/1.03, OCZ-VECTOR150/1.2
493 "OCZ-VERTEX4[56]0|" // Barefoot 3 M10, tested with OCZ-VERTEX450/1.0, OCZ-VERTEX460/1.0
494 "Radeon R7", // Barefoot 3 M00, tested with Radeon R7/1.00
495 "", "",
ee38a438
GI
496 "-v 5,raw48,Runtime_Bad_Block "
497 //"-v 9,raw24(raw8),Power_On_Hours "
498 //"-v 12,raw48,Power_Cycle_Count "
499 "-v 171,raw48,Avail_OP_Block_Count "
500 "-v 174,raw48,Pwr_Cycle_Ct_Unplanned "
501 "-v 187,raw48,Total_Unc_NAND_Reads "
502 "-v 195,raw48,Total_Prog_Failures "
503 "-v 196,raw48,Total_Erase_Failures "
504 "-v 197,raw48,Total_Unc_Read_Failures "
505 "-v 198,raw48,Host_Reads_GiB "
506 "-v 199,raw48,Host_Writes_GiB "
507 "-v 208,raw48,Average_Erase_Count "
508 "-v 210,raw48,SATA_CRC_Error_Count "
509 "-v 233,raw48,Remaining_Lifetime_Perc "
293b5ab8
JD
510 "-v 241,raw48,Host_Writes_GiB " // M00/M10
511 "-v 242,raw48,Host_Reads_GiB " // M00/M10
ee38a438
GI
512 "-v 249,raw48,Total_NAND_Prog_Ct_GiB"
513 },
d2e702cf
GI
514 { "OCZ Intrepid 3000 SSDs", // tested with OCZ INTREPID 3600/1.4.3.6, 3800/1.4.3.0
515 "OCZ INTREPID 3[68]00",
293b5ab8 516 "", "",
d2e702cf
GI
517 "-v 5,raw48,Runtime_Bad_Block "
518 //"-v 9,raw24(raw8),Power_On_Hours "
519 //"-v 12,raw48,Power_Cycle_Count "
520 "-v 100,raw48,Total_Blocks_Erased "
521 "-v 171,raw48,Avail_OP_Block_Count "
522 "-v 174,raw48,Pwr_Cycle_Ct_Unplanned "
523 "-v 184,raw48,Factory_Bad_Block_Count "
524 "-v 187,raw48,Total_Unc_NAND_Reads "
525 "-v 190,tempminmax,Temperature_Celsius "
526 "-v 195,raw48,Total_Prog_Failures "
527 "-v 196,raw48,Total_Erase_Failures "
528 "-v 197,raw48,Total_Unc_Read_Failures "
529 "-v 198,raw48,Host_Reads_GiB "
530 "-v 199,raw48,Host_Writes_GiB "
531 "-v 202,raw48,Total_Read_Bits_Corr_Ct "
532 "-v 205,raw48,Max_Rated_PE_Count "
533 "-v 206,raw48,Min_Erase_Count "
534 "-v 207,raw48,Max_Erase_Count "
535 "-v 208,raw48,Average_Erase_Count "
536 "-v 210,raw48,SATA_CRC_Error_Count "
537 "-v 211,raw48,SATA_UNC_Count "
538 "-v 212,raw48,NAND_Reads_with_Retry "
539 "-v 213,raw48,Simple_Rd_Rtry_Attempts "
540 "-v 214,raw48,Adaptv_Rd_Rtry_Attempts "
541 "-v 221,raw48,Int_Data_Path_Prot_Unc "
542 "-v 222,raw48,RAID_Recovery_Count "
543 "-v 230,raw48,SuperCap_Charge_Status " // 0=not charged, 1=fully charged, 2=unknown
544 "-v 233,raw48,Remaining_Lifetime_Perc "
545 "-v 249,raw48,Total_NAND_Prog_Ct_GiB "
546 "-v 251,raw48,Total_NAND_Read_Ct_GiB"
547 },
ee38a438
GI
548 { "InnoDisk InnoLite SATADOM D150QV-L SSDs", // tested with InnoLite SATADOM D150QV-L/120319
549 "InnoLite SATADOM D150QV-L",
550 "", "",
551 //"-v 1,raw48,Raw_Read_Error_Rate "
552 //"-v 2,raw48,Throughput_Performance "
553 //"-v 3,raw16(avg16),Spin_Up_Time "
554 //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
555 //"-v 7,raw48,Seek_Error_Rate " // from InnoDisk iSMART Linux tool, useless for SSD
556 //"-v 8,raw48,Seek_Time_Performance "
557 //"-v 9,raw24(raw8),Power_On_Hours "
558 //"-v 10,raw48,Spin_Retry_Count "
559 //"-v 12,raw48,Power_Cycle_Count "
560 "-v 168,raw48,SATA_PHY_Error_Count "
561 "-v 170,raw48,Bad_Block_Count "
562 "-v 173,raw48,Erase_Count "
563 "-v 175,raw48,Bad_Cluster_Table_Count "
564 "-v 192,raw48,Unexpect_Power_Loss_Ct "
565 //"-v 194,tempminmax,Temperature_Celsius "
566 //"-v 197,raw48,Current_Pending_Sector "
567 "-v 229,hex48,Flash_ID "
568 "-v 235,raw48,Later_Bad_Block "
569 "-v 236,raw48,Unstable_Power_Count "
570 "-v 240,raw48,Write_Head"
571 },
293b5ab8
JD
572 { "InnoDisk iCF 9000 CompactFlash Cards", // tested with InnoDisk Corp. - iCF9000 1GB/140808,
573 // ..., InnoDisk Corp. - iCF9000 64GB/140808
574 "InnoDisk Corp\\. - iCF9000 (1|2|4|8|16|32|64)GB",
575 "", "",
576 //"-v 1,raw48,Raw_Read_Error_Rate "
577 //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
578 //"-v 12,raw48,Power_Cycle_Count "
579 "-v 160,raw48,Uncorrectable_Error_Cnt "
580 "-v 161,raw48,Valid_Spare_Block_Cnt "
581 "-v 162,raw48,Child_Pair_Count "
582 "-v 163,raw48,Initial_Bad_Block_Count "
583 "-v 164,raw48,Total_Erase_Count "
584 "-v 165,raw48,Max_Erase_Count "
585 "-v 166,raw48,Min_Erase_Count "
586 "-v 167,raw48,Average_Erase_Count "
587 //"-v 192,raw48,Power-Off_Retract_Count "
588 //"-v 194,tempminmax,Temperature_Celsius "
589 //"-v 195,raw48,Hardware_ECC_Recovered "
590 //"-v 196,raw16(raw16),Reallocated_Event_Count "
591 //"-v 198,raw48,Offline_Uncorrectable "
592 //"-v 199,raw48,UDMA_CRC_Error_Count "
593 //"-v 229,raw48,Flash_ID " // only in spec
594 "-v 241,raw48,Host_Writes_32MiB "
595 "-v 242,raw48,Host_Reads_32MiB"
596 },
cfbba5b9 597 { "Intel X25-E SSDs",
7f0798ef
GI
598 "SSDSA2SH(032|064)G1.* INTEL", // G1 = first generation
599 "", "",
e165493d 600 //"-v 3,raw16(avg16),Spin_Up_Time "
cfbba5b9 601 //"-v 4,raw48,Start_Stop_Count "
e165493d
GI
602 //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
603 //"-v 9,raw24(raw8),Power_On_Hours "
cfbba5b9
GI
604 //"-v 12,raw48,Power_Cycle_Count "
605 "-v 192,raw48,Unsafe_Shutdown_Count "
606 "-v 225,raw48,Host_Writes_32MiB "
607 "-v 226,raw48,Intel_Internal "
608 "-v 227,raw48,Intel_Internal "
609 "-v 228,raw48,Intel_Internal "
610 //"-v 232,raw48,Available_Reservd_Space "
611 //"-v 233,raw48,Media_Wearout_Indicator"
612 },
613 { "Intel X18-M/X25-M G1 SSDs",
614 "INTEL SSDSA[12]MH(080|160)G1.*", // G1 = first generation, 50nm
a23d5117 615 "", "",
e165493d 616 //"-v 3,raw16(avg16),Spin_Up_Time "
cfbba5b9 617 //"-v 4,raw48,Start_Stop_Count "
e165493d
GI
618 //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
619 //"-v 9,raw24(raw8),Power_On_Hours "
cfbba5b9
GI
620 //"-v 12,raw48,Power_Cycle_Count "
621 "-v 192,raw48,Unsafe_Shutdown_Count "
622 "-v 225,raw48,Host_Writes_32MiB "
623 "-v 226,raw48,Intel_Internal "
624 "-v 227,raw48,Intel_Internal "
625 "-v 228,raw48,Intel_Internal "
626 //"-v 232,raw48,Available_Reservd_Space "
627 //"-v 233,raw48,Media_Wearout_Indicator"
628 },
629 { "Intel X18-M/X25-M/X25-V G2 SSDs", // fixed firmware
630 // tested with INTEL SSDSA2M(080|160)G2GC/2CV102J8 (X25-M)
d008864d 631 "INTEL SSDSA[12]M(040|080|120|160)G2.*", // G2 = second generation, 34nm
cfbba5b9
GI
632 "2CV102(J[89A-Z]|[K-Z].)", // >= "2CV102J8"
633 "",
e165493d 634 //"-v 3,raw16(avg16),Spin_Up_Time "
cfbba5b9 635 //"-v 4,raw48,Start_Stop_Count "
e165493d
GI
636 //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
637 //"-v 9,raw24(raw8),Power_On_Hours "
cfbba5b9
GI
638 //"-v 12,raw48,Power_Cycle_Count "
639 //"-v 184,raw48,End-to-End_Error " // G2 only
640 "-v 192,raw48,Unsafe_Shutdown_Count "
641 "-v 225,raw48,Host_Writes_32MiB "
642 "-v 226,raw48,Workld_Media_Wear_Indic " // Timed Workload Media Wear Indicator (percent*1024)
643 "-v 227,raw48,Workld_Host_Reads_Perc " // Timed Workload Host Reads Percentage
644 "-v 228,raw48,Workload_Minutes " // 226,227,228 can be reset by 'smartctl -t vendor,0x40'
645 //"-v 232,raw48,Available_Reservd_Space "
646 //"-v 233,raw48,Media_Wearout_Indicator"
647 },
648 { "Intel X18-M/X25-M/X25-V G2 SSDs", // buggy or unknown firmware
649 // tested with INTEL SSDSA2M040G2GC/2CV102HD (X25-V)
d008864d 650 "INTEL SSDSA[12]M(040|080|120|160)G2.*",
cfbba5b9
GI
651 "",
652 "This drive may require a firmware update to\n"
653 "fix possible drive hangs when reading SMART self-test log:\n"
654 "http://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=18363",
655 "-v 192,raw48,Unsafe_Shutdown_Count "
656 "-v 225,raw48,Host_Writes_32MiB "
657 "-v 226,raw48,Workld_Media_Wear_Indic "
658 "-v 227,raw48,Workld_Host_Reads_Perc "
659 "-v 228,raw48,Workload_Minutes"
660 },
293b5ab8
JD
661 { "Intel 311/313 Series SSDs", // tested with INTEL SSDSA2VP020G2/2CV102M5,
662 // INTEL SSDSA2VP020G3/9CV10379,
663 "INTEL SSDSA2VP(020|024)G[23]", // G3 = 313 Series
ee38a438
GI
664 "", "",
665 //"-v 3,raw16(avg16),Spin_Up_Time "
666 //"-v 4,raw48,Start_Stop_Count "
667 //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
668 //"-v 9,raw24(raw8),Power_On_Hours "
669 //"-v 12,raw48,Power_Cycle_Count "
670 "-v 170,raw48,Reserve_Block_Count "
671 "-v 171,raw48,Program_Fail_Count "
672 "-v 172,raw48,Erase_Fail_Count "
673 "-v 183,raw48,SATA_Downshift_Count "
674 //"-v 184,raw48,End-to-End_Error "
675 //"-v 187,raw48,Reported_Uncorrect "
676 "-v 192,raw48,Unsafe_Shutdown_Count "
677 "-v 225,raw48,Host_Writes_32MiB "
678 "-v 226,raw48,Workld_Media_Wear_Indic " // Timed Workload Media Wear Indicator (percent*1024)
679 "-v 227,raw48,Workld_Host_Reads_Perc " // Timed Workload Host Reads Percentage
680 "-v 228,raw48,Workload_Minutes " // 226,227,228 can be reset by 'smartctl -t vendor,0x40'
681 //"-v 232,raw48,Available_Reservd_Space "
682 //"-v 233,raw48,Media_Wearout_Indicator "
683 "-v 241,raw48,Host_Writes_32MiB "
684 "-v 242,raw48,Host_Reads_32MiB"
685 },
686 { "Intel 320 Series SSDs", // tested with INTEL SSDSA2CT040G3/4PC10362,
d2e702cf
GI
687 // INTEL SSDSA2CW160G3/4PC10362, INTEL SSDSA2BT040G3/4PC10362, INTEL SSDSA2BW120G3A/4PC10362,
688 // INTEL SSDSA2BW300G3D/4PC10362, INTEL SSDSA2BW160G3L/4PC1LE04
689 "INTEL SSDSA[12][BC][WT](040|080|120|160|300|600)G3[ADL]?",
d008864d 690 "", "",
ee38a438 691 "-F nologdir "
e165493d 692 //"-v 3,raw16(avg16),Spin_Up_Time "
d008864d 693 //"-v 4,raw48,Start_Stop_Count "
e165493d
GI
694 //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
695 //"-v 9,raw24(raw8),Power_On_Hours "
d008864d
GI
696 //"-v 12,raw48,Power_Cycle_Count "
697 "-v 170,raw48,Reserve_Block_Count "
698 "-v 171,raw48,Program_Fail_Count "
699 "-v 172,raw48,Erase_Fail_Count "
d2e702cf 700 "-v 183,raw48,SATA_Downshift_Count " // FW >= 4Px10362
d008864d
GI
701 //"-v 184,raw48,End-to-End_Error "
702 //"-v 187,raw48,Reported_Uncorrect "
d2e702cf 703 "-v 199,raw48,CRC_Error_Count " // FW >= 4Px10362
d008864d
GI
704 "-v 192,raw48,Unsafe_Shutdown_Count "
705 "-v 225,raw48,Host_Writes_32MiB "
706 "-v 226,raw48,Workld_Media_Wear_Indic " // Timed Workload Media Wear Indicator (percent*1024)
707 "-v 227,raw48,Workld_Host_Reads_Perc " // Timed Workload Host Reads Percentage
708 "-v 228,raw48,Workload_Minutes " // 226,227,228 can be reset by 'smartctl -t vendor,0x40'
709 //"-v 232,raw48,Available_Reservd_Space "
710 //"-v 233,raw48,Media_Wearout_Indicator "
711 "-v 241,raw48,Host_Writes_32MiB "
712 "-v 242,raw48,Host_Reads_32MiB"
713 },
ee38a438 714 { "Intel 710 Series SSDs", // tested with INTEL SSDSA2BZ[12]00G3/6PB10362
d008864d 715 "INTEL SSDSA2BZ(100|200|300)G3",
a7e8ffec 716 "", "",
ee38a438 717 "-F nologdir "
e165493d 718 //"-v 3,raw16(avg16),Spin_Up_Time "
a7e8ffec 719 //"-v 4,raw48,Start_Stop_Count "
e165493d
GI
720 //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
721 //"-v 9,raw24(raw8),Power_On_Hours "
a7e8ffec
GI
722 //"-v 12,raw48,Power_Cycle_Count "
723 "-v 170,raw48,Reserve_Block_Count "
724 "-v 171,raw48,Program_Fail_Count "
725 "-v 172,raw48,Erase_Fail_Count "
ee38a438 726 "-v 174,raw48,Unexpect_Power_Loss_Ct " // Missing in 710 specification from September 2011
d008864d 727 "-v 183,raw48,SATA_Downshift_Count "
a7e8ffec
GI
728 //"-v 184,raw48,End-to-End_Error "
729 //"-v 187,raw48,Reported_Uncorrect "
e165493d 730 //"-v 190,tempminmax,Airflow_Temperature_Cel "
a7e8ffec
GI
731 "-v 192,raw48,Unsafe_Shutdown_Count "
732 "-v 225,raw48,Host_Writes_32MiB "
733 "-v 226,raw48,Workld_Media_Wear_Indic " // Timed Workload Media Wear Indicator (percent*1024)
734 "-v 227,raw48,Workld_Host_Reads_Perc " // Timed Workload Host Reads Percentage
735 "-v 228,raw48,Workload_Minutes " // 226,227,228 can be reset by 'smartctl -t vendor,0x40'
736 //"-v 232,raw48,Available_Reservd_Space "
737 //"-v 233,raw48,Media_Wearout_Indicator "
738 "-v 241,raw48,Host_Writes_32MiB "
739 "-v 242,raw48,Host_Reads_32MiB"
740 },
741 { "Intel 510 Series SSDs",
742 "INTEL SSDSC2MH(120|250)A2",
743 "", "",
e165493d 744 //"-v 3,raw16(avg16),Spin_Up_Time "
a7e8ffec 745 //"-v 4,raw48,Start_Stop_Count "
e165493d
GI
746 //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
747 //"-v 9,raw24(raw8),Power_On_Hours "
a7e8ffec
GI
748 //"-v 12,raw48,Power_Cycle_Count "
749 "-v 192,raw48,Unsafe_Shutdown_Count "
750 "-v 225,raw48,Host_Writes_32MiB "
751 //"-v 232,raw48,Available_Reservd_Space "
752 //"-v 233,raw48,Media_Wearout_Indicator"
753 },
ee38a438
GI
754 { "Intel 520 Series SSDs", // tested with INTEL SSDSC2CW120A3/400i, SSDSC2BW480A3F/400i
755 "INTEL SSDSC2[BC]W(060|120|180|240|480)A3F?",
e165493d
GI
756 "", "",
757 //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
758 "-v 9,msec24hour32,Power_On_Hours_and_Msec "
759 //"-v 12,raw48,Power_Cycle_Count "
760 "-v 170,raw48,Available_Reservd_Space "
761 "-v 171,raw48,Program_Fail_Count "
762 "-v 172,raw48,Erase_Fail_Count "
763 "-v 174,raw48,Unexpect_Power_Loss_Ct "
764 //"-v 184,raw48,End-to-End_Error "
765 "-v 187,raw48,Uncorrectable_Error_Cnt "
766 //"-v 192,raw48,Power-Off_Retract_Count "
767 "-v 225,raw48,Host_Writes_32MiB "
768 "-v 226,raw48,Workld_Media_Wear_Indic "
769 "-v 227,raw48,Workld_Host_Reads_Perc "
770 "-v 228,raw48,Workload_Minutes "
771 //"-v 232,raw48,Available_Reservd_Space "
772 //"-v 233,raw48,Media_Wearout_Indicator "
773 "-v 241,raw48,Host_Writes_32MiB "
774 "-v 242,raw48,Host_Reads_32MiB "
775 "-v 249,raw48,NAND_Writes_1GiB"
776 },
d2e702cf
GI
777 { "Intel 525 Series SSDs", // mSATA, tested with SSDMCEAC120B3/LLLi
778 "INTEL SSDMCEAC(030|060|090|120|180|240)B3",
779 "", "",
780 //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
781 "-v 9,msec24hour32,Power_On_Hours_and_Msec "
782 //"-v 12,raw48,Power_Cycle_Count "
783 "-v 170,raw48,Available_Reservd_Space "
784 "-v 171,raw48,Program_Fail_Count "
785 "-v 172,raw48,Erase_Fail_Count "
786 "-v 174,raw48,Unexpect_Power_Loss_Ct "
787 "-v 183,raw48,SATA_Downshift_Count "
788 //"-v 184,raw48,End-to-End_Error "
789 "-v 187,raw48,Uncorrectable_Error_Cnt "
790 //"-v 190,tempminmax,Airflow_Temperature_Cel "
791 //"-v 192,raw48,Power-Off_Retract_Count "
792 //"-v 199,raw48,UDMA_CRC_Error_Count "
793 "-v 225,raw48,Host_Writes_32MiB "
794 "-v 226,raw48,Workld_Media_Wear_Indic "
795 "-v 227,raw48,Workld_Host_Reads_Perc "
796 "-v 228,raw48,Workload_Minutes "
797 //"-v 232,raw48,Available_Reservd_Space "
798 //"-v 233,raw48,Media_Wearout_Indicator "
799 "-v 241,raw48,Host_Writes_32MiB "
800 "-v 242,raw48,Host_Reads_32MiB "
801 "-v 249,raw48,NAND_Writes_1GiB"
802 },
293b5ab8
JD
803 { "Intel 530 Series SSDs", // tested with INTEL SSDSC2BW180A4/DC12, SSDSC2BW240A4/DC12,
804 // INTEL SSDMCEAW120A4/DC33, INTEL SSDMCEAW240A4/DC33
805 "INTEL SSD(MCEA|SC2B)W(080|120|180|240|360|480)A4", // MCEA = mSATA
d2e702cf
GI
806 "", "",
807 //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
808 "-v 9,msec24hour32,Power_On_Hours_and_Msec "
809 //"-v 12,raw48,Power_Cycle_Count "
810 "-v 170,raw48,Available_Reservd_Space "
811 "-v 171,raw48,Program_Fail_Count "
812 "-v 172,raw48,Erase_Fail_Count "
813 "-v 174,raw48,Unexpect_Power_Loss_Ct "
814 "-v 183,raw48,SATA_Downshift_Count "
815 //"-v 184,raw48,End-to-End_Error "
816 "-v 187,raw48,Uncorrectable_Error_Cnt "
817 //"-v 190,tempminmax,Airflow_Temperature_Cel "
818 //"-v 192,raw48,Power-Off_Retract_Count "
819 //"-v 199,raw48,UDMA_CRC_Error_Count "
820 "-v 225,raw48,Host_Writes_32MiB "
821 "-v 226,raw48,Workld_Media_Wear_Indic "
822 "-v 227,raw48,Workld_Host_Reads_Perc "
823 "-v 228,raw48,Workload_Minutes "
824 //"-v 232,raw48,Available_Reservd_Space "
825 //"-v 233,raw48,Media_Wearout_Indicator "
826 "-v 241,raw48,Host_Writes_32MiB "
827 "-v 242,raw48,Host_Reads_32MiB "
828 "-v 249,raw48,NAND_Writes_1GiB"
829 },
3d17a85c
GI
830 { "Intel 330/335 Series SSDs", // tested with INTEL SSDSC2CT180A3/300i, SSDSC2CT240A3/300i,
831 // INTEL SSDSC2CT240A4/335t
832 "INTEL SSDSC2CT(060|120|180|240)A[34]", // A4 = 335 Series
f4e463df
GI
833 "", "",
834 //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
835 "-v 9,msec24hour32,Power_On_Hours_and_Msec "
836 //"-v 12,raw48,Power_Cycle_Count "
837 //"-v 181,raw48,Program_Fail_Cnt_Total " // ] Missing in 330 specification from April 2012
838 //"-v 182,raw48,Erase_Fail_Count_Total " // ]
839 //"-v 192,raw48,Power-Off_Retract_Count "
840 "-v 225,raw48,Host_Writes_32MiB "
841 //"-v 232,raw48,Available_Reservd_Space "
842 //"-v 233,raw48,Media_Wearout_Indicator "
843 "-v 241,raw48,Host_Writes_32MiB "
844 "-v 242,raw48,Host_Reads_32MiB "
845 "-v 249,raw48,NAND_Writes_1GiB"
846 },
d2e702cf
GI
847 { "Intel 730 and DC S3500/S3700 Series SSDs", // tested with INTEL SSDSC2BP480G4, SSDSC2BB120G4/D2010355,
848 // INTEL SSDSC2BB800G4T, SSDSC2BA200G3/5DV10250
849 "INTEL SSDSC(1N|2B)[ABP](080|100|120|160|200|240|300|400|480|600|800)G[34]T?", // A=S3700, B=S3500, P=730
ee38a438
GI
850 "", "",
851 //"-v 3,raw16(avg16),Spin_Up_Time "
852 //"-v 4,raw48,Start_Stop_Count "
853 //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
854 //"-v 9,raw24(raw8),Power_On_Hours "
855 //"-v 12,raw48,Power_Cycle_Count "
856 "-v 170,raw48,Available_Reservd_Space "
857 "-v 171,raw48,Program_Fail_Count "
858 "-v 172,raw48,Erase_Fail_Count "
859 "-v 174,raw48,Unsafe_Shutdown_Count "
d2e702cf 860 "-v 175,raw16(raw16),Power_Loss_Cap_Test "
ee38a438
GI
861 "-v 183,raw48,SATA_Downshift_Count "
862 //"-v 184,raw48,End-to-End_Error "
863 //"-v 187,raw48,Reported_Uncorrect "
864 "-v 190,tempminmax,Temperature_Case "
865 "-v 192,raw48,Unsafe_Shutdown_Count "
866 "-v 194,tempminmax,Temperature_Internal "
867 //"-v 197,raw48,Current_Pending_Sector "
868 "-v 199,raw48,CRC_Error_Count "
869 "-v 225,raw48,Host_Writes_32MiB "
870 "-v 226,raw48,Workld_Media_Wear_Indic " // Timed Workload Media Wear Indicator (percent*1024)
871 "-v 227,raw48,Workld_Host_Reads_Perc " // Timed Workload Host Reads Percentage
872 "-v 228,raw48,Workload_Minutes " // 226,227,228 can be reset by 'smartctl -t vendor,0x40'
873 //"-v 232,raw48,Available_Reservd_Space "
874 //"-v 233,raw48,Media_Wearout_Indicator "
d2e702cf 875 "-v 234,raw24/raw32:04321,Thermal_Throttle "
ee38a438 876 "-v 241,raw48,Host_Writes_32MiB "
d2e702cf
GI
877 "-v 242,raw48,Host_Reads_32MiB "
878 "-F xerrorlba" // tested with SSDSC2BB600G4/D2010355
ee38a438 879 },
a7e8ffec
GI
880 { "Kingston branded X25-V SSDs", // fixed firmware
881 "KINGSTON SSDNow 40GB",
882 "2CV102(J[89A-Z]|[K-Z].)", // >= "2CV102J8"
883 "",
884 "-v 192,raw48,Unsafe_Shutdown_Count "
885 "-v 225,raw48,Host_Writes_32MiB "
886 "-v 226,raw48,Workld_Media_Wear_Indic "
887 "-v 227,raw48,Workld_Host_Reads_Perc "
888 "-v 228,raw48,Workload_Minutes"
889 },
890 { "Kingston branded X25-V SSDs", // buggy or unknown firmware
891 "KINGSTON SSDNow 40GB",
892 "",
893 "This drive may require a firmware update to\n"
894 "fix possible drive hangs when reading SMART self-test log.\n"
895 "To update Kingston branded drives, a modified Intel update\n"
896 "tool must be used. Search for \"kingston 40gb firmware\".",
897 "-v 192,raw48,Unsafe_Shutdown_Count "
898 "-v 225,raw48,Host_Writes_32MiB "
899 "-v 226,raw48,Workld_Media_Wear_Indic "
900 "-v 227,raw48,Workld_Host_Reads_Perc "
901 "-v 228,raw48,Workload_Minutes"
902 },
903 { "JMicron based SSDs", // JMicron JMF60x
904 "Kingston SSDNow V Series [0-9]*GB|" // tested with Kingston SSDNow V Series 64GB/B090522a
d2e702cf
GI
905 "TS(2|4|8|16|32|64|128|192)GSSD(18|25)[MS]?-[MS]", // Transcend IDE and SATA, tested with
906 // TS32GSSD25-M/V090331, TS32GSSD18M-M/v090331
907 "[BVv].*", // other Transcend SSD versions will be catched by subsequent entry
a7e8ffec 908 "",
e165493d 909 //"-v 9,raw24(raw8),Power_On_Hours " // raw value always 0?
a7e8ffec
GI
910 //"-v 12,raw48,Power_Cycle_Count "
911 //"-v 194,tempminmax,Temperature_Celsius " // raw value always 0?
912 "-v 229,hex64:w012345r,Halt_System/Flash_ID " // Halt, Flash[7]
913 "-v 232,hex64:w012345r,Firmware_Version_Info " // "YYMMDD", #Channels, #Banks
914 "-v 233,hex48:w01234,ECC_Fail_Record " // Fail number, Row[3], Channel, Bank
ee38a438
GI
915 "-v 234,raw24/raw24:w01234,Avg/Max_Erase_Count "
916 "-v 235,raw24/raw24:w01z23,Good/Sys_Block_Count"
a7e8ffec 917 },
293b5ab8 918 { "JMicron based SSDs", // JMicron JMF61x, JMF66x, JMF670
d008864d 919 "ADATA S596 Turbo|" // tested with ADATA S596 Turbo 256GB SATA SSD (JMicron JMF616)
d2e702cf 920 "ADATA SP600|" // tested with ADATA SP600/2.4 (JMicron JMF661)
293b5ab8 921 "ADATA SP310|" // Premier Pro SP310 mSATA, JMF667, tested with ADATA SP310/3.04
d2e702cf 922 "APPLE SSD TS(064|128|256|512)C|" // Toshiba?, tested with APPLE SSD TS064C/CJAA0201
a7e8ffec
GI
923 "KINGSTON SNV425S2(64|128)GB|" // SSDNow V Series (2. Generation, JMF618),
924 // tested with KINGSTON SNV425S264GB/C091126a
ee38a438 925 "KINGSTON SSDNOW 30GB|" // tested with KINGSTON SSDNOW 30GB/AJXA0202
a7e8ffec 926 "KINGSTON SS100S2(8|16)G|" // SSDNow S100 Series, tested with KINGSTON SS100S28G/D100309a
293b5ab8 927 "KINGSTON SNVP325S2(64|128|256|512)GB|" // SSDNow V+ Series, tested with KINGSTON SNVP325S2128GB/AGYA0201
d008864d 928 "KINGSTON SVP?100S2B?(64|96|128|256|512)G|" // SSDNow V100/V+100 Series,
ee38a438
GI
929 // tested with KINGSTON SVP100S296G/CJR10202, KINGSTON SV100S2256G/D110225a
930 "KINGSTON SV200S3(64|128|256)G|" // SSDNow V200 Series, tested with KINGSTON SV200S3128G/E120506a
a7e8ffec
GI
931 "TOSHIBA THNS128GG4BBAA|" // Toshiba / Super Talent UltraDrive DX,
932 // tested with Toshiba 128GB 2.5" SSD (built in MacBooks)
d008864d 933 "TOSHIBA THNSNC128GMLJ|" // tested with THNSNC128GMLJ/CJTA0202 (built in Toshiba Protege/Dynabook)
293b5ab8 934 "TS(8|16|32|64|128|192|256|512)GSSD25S?-(MD?|S)|" // Transcend IDE and SATA, JMF612, tested with
ee38a438 935 // TS256GSSD25S-M/101028, TS32GSSD25-M/20101227
293b5ab8
JD
936 "TS(32|64|128|256)G(SSD|MSA)340", // Transcend SSD340 SATA/mSATA, JMF667/670, tested with
937 // TS256GSSD340/SVN263, TS256GSSD340/SVN423b, TS256GMSA340/SVN263
e9583e0c 938 "", "",
d008864d
GI
939 //"-v 1,raw48,Raw_Read_Error_Rate "
940 //"-v 2,raw48,Throughput_Performance "
293b5ab8 941 "-v 3,raw48,Unknown_JMF_Attribute "
e165493d 942 //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
293b5ab8
JD
943 "-v 7,raw48,Unknown_JMF_Attribute "
944 "-v 8,raw48,Unknown_JMF_Attribute "
e165493d 945 //"-v 9,raw24(raw8),Power_On_Hours "
293b5ab8 946 "-v 10,raw48,Unknown_JMF_Attribute "
a7e8ffec 947 //"-v 12,raw48,Power_Cycle_Count "
293b5ab8 948 "-v 167,raw48,Unknown_JMF_Attribute "
a7e8ffec 949 "-v 168,raw48,SATA_Phy_Error_Count "
293b5ab8 950 "-v 169,raw48,Unknown_JMF_Attribute "
a7e8ffec 951 "-v 170,raw16,Bad_Block_Count "
d2e702cf 952 "-v 173,raw16,Erase_Count " // JMF661: different?
a7e8ffec
GI
953 "-v 175,raw48,Bad_Cluster_Table_Count "
954 "-v 192,raw48,Unexpect_Power_Loss_Ct "
d008864d
GI
955 //"-v 194,tempminmax,Temperature_Celsius "
956 //"-v 197,raw48,Current_Pending_Sector "
293b5ab8
JD
957 "-v 233,raw48,Unknown_JMF_Attribute " // FW SVN423b
958 "-v 234,raw48,Unknown_JMF_Attribute " // FW SVN423b
959 "-v 240,raw48,Unknown_JMF_Attribute "
960 //"-v 241,raw48,Total_LBAs_Written " // FW SVN423b
961 //"-v 242,raw48,Total_LBAs_Read " // FW SVN423b
962 },
963 { "Plextor M3/M5/M6 Series SSDs", // Marvell 88SS9174 (M3, M5S), 88SS9187 (M5P, M5Pro), 88SS9188 (M6M/S),
964 // tested with PLEXTOR PX-128M3/1.01, PX-128M3P/1.04, PX-256M3/1.05, PX-128M5S/1.02, PX-256M5S/1.03,
965 // PX-128M5M/1.05, PX-128M5S/1.05, PX-128M5Pro/1.05, PX-512M5Pro/1.06, PX-256M5P/1.01, PX-128M6S/1.03
ee38a438 966 // (1.04/5 Firmware self-test log lifetime unit is bogus, possibly 1/256 hours)
293b5ab8 967 "PLEXTOR PX-(64|128|256|512|768)M(3P?|5[MPS]|5Pro|6[MS])",
ee38a438
GI
968 "", "",
969 //"-v 1,raw48,Raw_Read_Error_Rate "
970 //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
971 //"-v 9,raw24(raw8),Power_On_Hours "
972 //"-v 12,raw48,Power_Cycle_Count "
293b5ab8
JD
973 "-v 170,raw48,Unknown_Plextor_Attrib " // M6S/1.03
974 "-v 171,raw48,Unknown_Plextor_Attrib " // M6S/1.03
975 "-v 172,raw48,Unknown_Plextor_Attrib " // M6S/1.03
976 "-v 173,raw48,Unknown_Plextor_Attrib " // M6S/1.03
977 "-v 174,raw48,Unknown_Plextor_Attrib " // M6S/1.03
978 //"-v 175,raw48,Program_Fail_Count_Chip " // M6S/1.03
979 //"-v 176,raw48,Erase_Fail_Count_Chip " // M6S/1.03
ee38a438
GI
980 //"-v 177,raw48,Wear_Leveling_Count "
981 //"-v 178,raw48,Used_Rsvd_Blk_Cnt_Chip "
293b5ab8
JD
982 //"-v 179,raw48,Used_Rsvd_Blk_Cnt_Tot " // M6S/1.03
983 //"-v 180,raw48,Unused_Rsvd_Blk_Cnt_Tot " // M6S/1.03
ee38a438
GI
984 //"-v 181,raw48,Program_Fail_Cnt_Total "
985 //"-v 182,raw48,Erase_Fail_Count_Total "
293b5ab8
JD
986 //"-v 183,raw48,Runtime_Bad_Block " // M6S/1.03
987 //"-v 184,raw48,End-to-End_Error " // M6S/1.03
ee38a438 988 //"-v 187,raw48,Reported_Uncorrect "
293b5ab8 989 //"-v 188,raw48,Command_Timeout " // M6S/1.03
ee38a438 990 //"-v 192,raw48,Power-Off_Retract_Count "
293b5ab8 991 //"-v 195,raw48,Hardware_ECC_Recovered " // MS6/1.03
ee38a438
GI
992 //"-v 196,raw16(raw16),Reallocated_Event_Count "
993 //"-v 198,raw48,Offline_Uncorrectable "
994 //"-v 199,raw48,UDMA_CRC_Error_Count "
995 //"-v 232,raw48,Available_Reservd_Space "
293b5ab8 996 //"-v 233,raw48,Media_Wearout_Indicator " // MS6/1.03
d2e702cf
GI
997 "-v 241,raw48,Host_Writes_32MiB "
998 "-v 242,raw48,Host_Reads_32MiB"
ee38a438 999 },
a7e8ffec
GI
1000 { "Samsung based SSDs",
1001 "SAMSUNG SSD PM800 .*GB|" // SAMSUNG PM800 SSDs, tested with SAMSUNG SSD PM800 TH 64GB/VBM25D1Q
1002 "SAMSUNG SSD PM810 .*GB|" // SAMSUNG PM810 (470 series) SSDs, tested with SAMSUNG SSD PM810 2.5" 128GB/AXM06D1Q
293b5ab8
JD
1003 "SAMSUNG SSD PM851 (mSATA )?(128|256|512)GB|" // tested with SAMSUNG SSD PM851 mSATA 128GB
1004 "SAMSUNG SSD SM841N (mSATA )?(128|256|512)GB|" // tested with SAMSUNG SSD SM841N mSATA 256GB
d008864d 1005 "SAMSUNG 470 Series SSD|" // tested with SAMSUNG 470 Series SSD 64GB/AXM09B1Q
ee38a438
GI
1006 "SAMSUNG SSD 830 Series|" // tested with SAMSUNG SSD 830 Series 64GB/CXM03B1Q
1007 "Samsung SSD 840 (PRO )?Series|" // tested with Samsung SSD 840 PRO Series 128GB/DXM04B0Q,
1008 // Samsung SSD 840 Series/DXT06B0Q
293b5ab8
JD
1009 "Samsung SSD 8[45]0 EVO ((120|250|500)G|1T)B( mSATA)?|" // tested with Samsung SSD 840 EVO (120|250|500)GB/EXT0AB0Q,
1010 // Samsung SSD 840 EVO (120|250)GB/EXT0BB6Q, 1TB/EXT0BB0Q, 120GB mSATA/EXT41B6Q,
1011 // Samsung SSD 850 EVO 250GB/EMT01B6Q
1012 "Samsung SSD 850 PRO ((128|256|512)G|1T)B|" // tested with Samsung SSD 850 PRO 128GB/EXM01B6Q,
1013 // Samsung SSD 850 PRO 1TB/EXM01B6Q
1014 "SAMSUNG MZ7WD((120|240)HAFV|480HAGM|960HAGP)-00003|" // SM843T Series, tested with
ee38a438 1015 // SAMSUNG MZ7WD120HAFV-00003/DXM85W3Q
293b5ab8
JD
1016 "SAMSUNG MZ7GE(240HMGR|(480|960)HMHP)-00003", // SM853T Series, tested with
1017 // SAMSUNG MZ7GE240HMGR-00003/EXT0303Q
e9583e0c 1018 "", "",
ee38a438 1019 //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
e165493d 1020 //"-v 9,raw24(raw8),Power_On_Hours "
a7e8ffec
GI
1021 //"-v 12,raw48,Power_Cycle_Count "
1022 //"-v 175,raw48,Program_Fail_Count_Chip "
1023 //"-v 176,raw48,Erase_Fail_Count_Chip "
d008864d 1024 //"-v 177,raw48,Wear_Leveling_Count "
a7e8ffec
GI
1025 //"-v 178,raw48,Used_Rsvd_Blk_Cnt_Chip "
1026 //"-v 179,raw48,Used_Rsvd_Blk_Cnt_Tot "
1027 //"-v 180,raw48,Unused_Rsvd_Blk_Cnt_Tot "
1028 //"-v 181,raw48,Program_Fail_Cnt_Total "
1029 //"-v 182,raw48,Erase_Fail_Count_Total "
1030 //"-v 183,raw48,Runtime_Bad_Block "
ee38a438 1031 //"-v 184,raw48,End-to-End_Error " // SM843T Series
a7e8ffec 1032 "-v 187,raw48,Uncorrectable_Error_Cnt "
e165493d
GI
1033 //"-v 190,tempminmax,Airflow_Temperature_Cel " // seems to be some sort of temperature value for 470 Series?
1034 //"-v 194,tempminmax,Temperature_Celsius "
ee38a438 1035 "-v 195,raw48,ECC_Error_Rate "
a7e8ffec
GI
1036 //"-v 198,raw48,Offline_Uncorrectable "
1037 "-v 199,raw48,CRC_Error_Count "
1038 "-v 201,raw48,Supercap_Status "
e165493d 1039 "-v 202,raw48,Exception_Mode_Status "
293b5ab8
JD
1040 "-v 235,raw48,POR_Recovery_Count " // 830/840/850 Series
1041 //"-v 241,raw48,Total_LBAs_Written "
1042 //"-v 242,raw48,Total_LBAs_Read " // PM851, SM841N
ee38a438 1043 },
d2e702cf
GI
1044 { "Marvell based SanDisk SSDs",
1045 "SanDisk SD5SG2[0-9]*G1052E|" // X100 (88SS9174), tested with SanDisk SD5SG2256G1052E/10.04.01
293b5ab8
JD
1046 "SanDisk SD6S[BF][12]M[0-9]*G(1022I?)?|" // X110/X210 (88SS9175/187?), tested with SanDisk SD6SB1M064G1022I/X231600,
1047 // SanDisk SD6SB1M256G1022I/X231600, SanDisk SD6SF1M128G1022/X231200, SanDisk SD6SB2M512G1022I/X210400
1048 "SanDisk SD7SB6S(128|256|512)G1122|" // X300 (88SS9189?), tested with SanDisk SD7SB6S128G1122/X3310000
d2e702cf 1049 "SanDisk SDSSDHP[0-9]*G|" // Ultra Plus (88SS9175), tested with SanDisk SDSSDHP128G/X23[01]6RL
293b5ab8
JD
1050 "SanDisk SDSSDHII[0-9]*G|" // Ultra II (88SS9190/88SS9189), tested with SanDisk SDSSDHII120G/X31200RL
1051 "SanDisk SDSSDXPS?[0-9]*G", // Extreme II/Pro (88SS9187), tested with SanDisk SDSSDXP480G/R1311,
1052 // SanDisk SDSSDXPS480G/X21200RL
d2e702cf
GI
1053 "", "",
1054 //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
1055 //"-v 9,raw24(raw8),Power_On_Hours "
1056 //"-v 12,raw48,Power_Cycle_Count "
293b5ab8 1057 "-v 165,raw48,Total_Write/Erase_Count "
d2e702cf
GI
1058 "-v 166,raw48,Min_W/E_Cycle "
1059 "-v 167,raw48,Min_Bad_Block/Die "
1060 "-v 168,raw48,Maximum_Erase_Cycle "
1061 "-v 169,raw48,Total_Bad_Block "
1062 "-v 171,raw48,Program_Fail_Count "
1063 "-v 172,raw48,Erase_Fail_Count "
293b5ab8 1064 "-v 173,raw48,Avg_Write/Erase_Count "
d2e702cf 1065 "-v 174,raw48,Unexpect_Power_Loss_Ct "
293b5ab8 1066 //"-v 184,raw48,End-to-End_Error "
d2e702cf 1067 //"-v 187,raw48,Reported_Uncorrect "
293b5ab8 1068 //"-v 188,raw48,Command_Timeout "
d2e702cf 1069 //"-v 194,tempminmax,Temperature_Celsius "
293b5ab8 1070 "-v 199,raw48,SATA_CRC_Error "
d2e702cf 1071 "-v 212,raw48,SATA_PHY_Error "
293b5ab8 1072 "-v 230,raw48,Perc_Write/Erase_Count "
d2e702cf
GI
1073 "-v 232,raw48,Perc_Avail_Resrvd_Space "
1074 "-v 233,raw48,Total_NAND_Writes_GiB "
293b5ab8 1075 "-v 234,raw48,Perc_Write/Erase_Ct_BC "
d2e702cf
GI
1076 "-v 241,raw48,Total_Writes_GiB "
1077 "-v 242,raw48,Total_Reads_GiB "
1078 //"-v 243,raw48,Unknown_Attribute "
293b5ab8 1079 "-v 244,raw48,Thermal_Throttle "
d2e702cf 1080 },
1d06b804 1081 { "SanDisk based SSDs", // see also #463 for the vendor attribute description
d2e702cf 1082 "SanDisk iSSD P4 [0-9]*GB|" // tested with SanDisk iSSD P4 16GB/SSD 9.14
293b5ab8 1083 "SanDisk pSSD|" // tested with SandDisk pSSD/3 (62.7 GB, SanDisk Extreme USB3.0 SDCZ80-064G-J57, 0x0781:0x5580)
d2e702cf 1084 "SanDisk SDSSDP[0-9]*G|" // tested with SanDisk SDSSDP064G/1.0.0, SDSSDP128G/2.0.0
293b5ab8 1085 "SanDisk SDSSDRC032G|" // tested with SanDisk SanDisk SDSSDRC032G/3.1.0
d2e702cf
GI
1086 "SanDisk SSD i100 [0-9]*GB|" // tested with SanDisk SSD i100 8GB/11.56.04, 24GB/11.56.04
1087 "SanDisk SSD U100 ([0-9]*GB|SMG2)|" // tested with SanDisk SSD U100 8GB/10.56.00, 256GB/10.01.02, SMG2/10.56.04
293b5ab8 1088 "SanDisk SSD U110 (8|16|24|32|64|128)GB|" // tested with SanDisk SSD U110 32GB/U221000
1d06b804 1089 "SanDisk SD7[SU]B[23]Q(064|128|256|512)G.*", // tested with SD7SB3Q064G1122/SD7UB3Q256G1122/SD7SB3Q128G/SD7UB2Q512G1122
d2e702cf
GI
1090 "", "",
1091 //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
1092 //"-v 9,raw24(raw8),Power_On_Hours "
1093 //"-v 12,raw48,Power_Cycle_Count "
293b5ab8 1094 "-v 165,raw48,Total_Write/Erase_Count "
d2e702cf
GI
1095 "-v 171,raw48,Program_Fail_Count "
1096 "-v 172,raw48,Erase_Fail_Count "
293b5ab8 1097 "-v 173,raw48,Avg_Write/Erase_Count "
d2e702cf
GI
1098 "-v 174,raw48,Unexpect_Power_Loss_Ct "
1099 //"-v 187,raw48,Reported_Uncorrect "
1d06b804 1100 "-v 212,raw48,SATA_PHY_Error "
293b5ab8 1101 "-v 230,raw48,Perc_Write/Erase_Count "
d2e702cf 1102 "-v 232,raw48,Perc_Avail_Resrvd_Space "
293b5ab8 1103 "-v 234,raw48,Perc_Write/Erase_Ct_BC "
d2e702cf
GI
1104 //"-v 241,raw48,Total_LBAs_Written "
1105 //"-v 242,raw48,Total_LBAs_Read "
1d06b804 1106 "-v 244,raw48,Thermal_Throttle "
d2e702cf 1107 },
293b5ab8
JD
1108 { "SiliconMotion based SSDs", // SM2246EN (Transcend TS6500)
1109 "TS((16|32|64|128|256|512)G|1T)(SSD|MSA)370", // Transcend SSD370 SATA/mSATA, TS6500, tested with
1110 // TS32GMSA370/20140402, TS16GMSA370/20140516, TS64GSSD370/20140516, TS256GSSD370/N0815B
1111 "", "",
1112 //"-v 1,raw48,Raw_Read_Error_Rate "
1113 //"-v 2,raw48,Throughput_Performance "
1114 //"-v 9,raw24(raw8),Power_On_Hours "
1115 //"-v 12,raw48,Power_Cycle_Count "
1116 "-v 160,raw48,Uncorrectable_Error_Cnt "
1117 "-v 161,raw48,Valid_Spare_Block_Cnt "
1118 "-v 163,raw48,Initial_Bad_Block_Count "
1119 "-v 164,raw48,Total_Erase_Count "
1120 "-v 165,raw48,Max_Erase_Count "
1121 "-v 166,raw48,Min_Erase_Count "
1122 "-v 167,raw48,Average_Erase_Count "
1123 "-v 168,raw48,Max_Erase_Count_of_Spec "
1124 "-v 169,raw48,Remaining_Lifetime_Perc "
1125 //"-v 175,raw48,Program_Fail_Count_Chip "
1126 //"-v 176,raw48,Erase_Fail_Count_Chip "
1127 //"-v 177,raw48,Wear_Leveling_Count "
1128 "-v 178,raw48,Runtime_Invalid_Blk_Cnt "
1129 //"-v 181,raw48,Program_Fail_Cnt_Total "
1130 //"-v 182,raw48,Erase_Fail_Count_Total "
1131 //"-v 187,raw48,Reported_Uncorrect "
1132 //"-v 192,raw48,Power-Off_Retract_Count "
1133 //"-v 194,tempminmax,Temperature_Celsius "
1134 //"-v 195,raw48,Hardware_ECC_Recovered "
1135 //"-v 196,raw16(raw16),Reallocated_Event_Count "
1136 //"-v 197,raw48,Current_Pending_Sector "
1137 //"-v 198,raw48,Offline_Uncorrectable "
1138 //"-v 199,raw48,UDMA_CRC_Error_Count "
1139 "-v 225,raw48,Host_Writes_32MiB " // FW 20140402
1140 //"-v 232,raw48,Available_Reservd_Space "
1141 "-v 241,raw48,Host_Writes_32MiB "
1142 "-v 242,raw48,Host_Reads_32MiB "
1143 "-v 245,raw48,Unkn_SiliconMotion_Attr" // FW N0815B
1144 },
ee38a438
GI
1145 { "Smart Storage Systems Xcel-10 SSDs", // based on http://www.smartm.com/files/salesLiterature/storage/xcel10.pdf
1146 "SMART A25FD-(32|64|128)GI32N", // tested with SMART A25FD-128GI32N/B9F23D4K
1147 "",
1148 "", // attributes info from http://www.adtron.com/pdf/SMART_Attributes_Xcel-10_810800014_RevB.pdf
1149 "-v 1,raw48,Not_Supported "
1150 "-v 2,raw48,Not_Supported "
1151 //"-v 9,raw24(raw8),Power_On_Hours "
1152 //"-v 12,raw48,Power_Cycle_Count "
1153 "-v 191,raw48,Not_Supported "
1154 //"-v 192,raw48,Power-Off_Retract_Count "
1155 "-v 197,raw48,ECC_Error_Count "
1156 //"-v 198,raw48,Offline_Uncorrectable "
1157 //"-v 199,raw48,UDMA_CRC_Error_Count "
1158 "-v 251,raw48,Min_Spares_Remain_Perc " // percentage of the total number of spare blocks available
1159 "-v 252,raw48,Added_Bad_Flash_Blk_Ct " // number of bad flash blocks
1160 "-v 254,raw48,Total_Erase_Blocks_Ct" // number of times the drive has erased any erase block
a23d5117 1161 },
e165493d
GI
1162 { "Smart Storage Systems XceedSecure2 SSDs",
1163 "(SMART|Adtron) ([AIS]25FBS|S35FCS).*",
1164 "", "",
1165 "-v 9,sec2hour,Power_On_Hours "
1166 "-v 194,hex64,Proprietary_194"
1167 },
1168 { "Smart Storage Systems XceedUltraX/Adtron A25FBX SSDs",
1169 "(SMART|Adtron) (A|I)25FBX.*",
1170 "", "",
1171 "-v 9,hex64,Proprietary_9 "
1172 "-v 194,hex48,Proprietary_194"
1173 },
1174 { "Smart Storage Systems Adtron A25FB 2xN SSDs",
1175 "(SMART|Adtron) A25FB.*2.N",
1176 "", "",
1177 "-v 110,hex64,Proprietary_HWC "
1178 "-v 111,hex64,Proprietary_MP "
1179 "-v 112,hex64,Proprietary_RtR "
1180 "-v 113,hex64,Proprietary_RR "
1181 "-v 120,hex64,Proprietary_HFAll "
1182 "-v 121,hex64,Proprietary_HF1st "
1183 "-v 122,hex64,Proprietary_HF2nd "
1184 "-v 123,hex64,Proprietary_HF3rd "
1185 "-v 125,hex64,Proprietary_SFAll "
1186 "-v 126,hex64,Proprietary_SF1st "
1187 "-v 127,hex64,Proprietary_SF2nd "
1188 "-v 128,hex64,Proprietary_SF3rd "
ee38a438 1189 "-v 194,raw24/raw32:zvzzzw,Fractional_Temperature"
e165493d
GI
1190 },
1191 { "Smart Storage Systems Adtron A25FB 3xN SSDs",
1192 "(SMART|Adtron) A25FB-.*3.N",
1193 "", "",
1194 "-v 9,sec2hour,Power_On_Hours "
1195 "-v 113,hex48,Proprietary_RR "
1196 "-v 130,raw48:54321,Minimum_Spares_All_Zs"
1197 //"-v 194,tempminmax,Temperature_Celsius"
1198 },
ee38a438
GI
1199 { "STEC Mach2 CompactFlash Cards", // tested with STEC M2P CF 1.0.0/K1385MS
1200 "STEC M2P CF 1.0.0",
1201 "", "",
1202 "-v 100,raw48,Erase_Program_Cycles "
1203 "-v 103,raw48,Remaining_Energy_Storg "
1204 "-v 170,raw48,Reserved_Block_Count "
1205 "-v 171,raw48,Program_Fail_Count "
1206 "-v 172,raw48,Erase_Fail_Count "
1207 "-v 173,raw48,Wear_Leveling_Count "
1208 "-v 174,raw48,Unexpect_Power_Loss_Ct "
1209 "-v 211,raw48,Unknown_Attribute " // ] Missing in specification
1210 "-v 212,raw48,Unknown_Attribute" // ] from September 2012
1211 },
d008864d 1212 { "Transcend CompactFlash Cards", // tested with TRANSCEND/20080820,
3d17a85c
GI
1213 // TS4GCF133/20100709, TS16GCF133/20100709, TS16GCF150/20110407
1214 "TRANSCEND|TS(4|8|16)GCF(133|150)",
cfbba5b9
GI
1215 "", "",
1216 "-v 7,raw48,Unknown_Attribute "
1217 "-v 8,raw48,Unknown_Attribute"
1218 },
a23d5117
GI
1219 { "Marvell SSD SD88SA024BA0 (SUN branded)",
1220 "MARVELL SD88SA024BA0 SUN24G 0902M0054V",
1221 "", "", ""
1222 },
1223 { "HP 1TB SATA disk GB1000EAFJL",
1224 "GB1000EAFJL",
1225 "", "", ""
1226 },
7f0798ef
GI
1227 { "HP 500GB SATA disk MM0500EANCR",
1228 "MM0500EANCR",
1229 "", "", ""
1230 },
a7e8ffec
GI
1231 { "HP 250GB SATA disk VB0250EAVER",
1232 "VB0250EAVER",
1233 "", "", ""
1234 },
1235 { "IBM Deskstar 60GXP", // ER60A46A firmware
a23d5117
GI
1236 "(IBM-|Hitachi )?IC35L0[12346]0AVER07.*",
1237 "ER60A46A",
1238 "", ""
1239 },
a7e8ffec 1240 { "IBM Deskstar 60GXP", // All other firmware
a23d5117
GI
1241 "(IBM-|Hitachi )?IC35L0[12346]0AVER07.*",
1242 "",
1243 "IBM Deskstar 60GXP drives may need upgraded SMART firmware.\n"
e165493d 1244 "Please see http://haque.net/dtla_update/",
a23d5117
GI
1245 ""
1246 },
a7e8ffec 1247 { "IBM Deskstar 40GV & 75GXP (A5AA/A6AA firmware)",
a23d5117
GI
1248 "(IBM-)?DTLA-30[57]0[123467][05].*",
1249 "T[WX][123468AG][OF]A[56]AA",
1250 "", ""
1251 },
a7e8ffec 1252 { "IBM Deskstar 40GV & 75GXP (all other firmware)",
a23d5117
GI
1253 "(IBM-)?DTLA-30[57]0[123467][05].*",
1254 "",
1255 "IBM Deskstar 40GV and 75GXP drives may need upgraded SMART firmware.\n"
e165493d 1256 "Please see http://haque.net/dtla_update/",
a23d5117
GI
1257 ""
1258 },
e9583e0c
GI
1259 { "", // ExcelStor J240, J340, J360, J680, J880 and J8160
1260 "ExcelStor Technology J(24|34|36|68|88|816)0",
a23d5117
GI
1261 "", "", ""
1262 },
1263 { "", // Fujitsu M1623TAU
1264 "FUJITSU M1623TAU",
1265 "",
1266 "",
1267 "-v 9,seconds"
1268 },
a7e8ffec 1269 { "Fujitsu MHG",
a23d5117
GI
1270 "FUJITSU MHG2...ATU?.*",
1271 "",
1272 "",
1273 "-v 9,seconds"
1274 },
a7e8ffec 1275 { "Fujitsu MHH",
a23d5117
GI
1276 "FUJITSU MHH2...ATU?.*",
1277 "",
1278 "",
1279 "-v 9,seconds"
1280 },
a7e8ffec 1281 { "Fujitsu MHJ",
a23d5117
GI
1282 "FUJITSU MHJ2...ATU?.*",
1283 "",
1284 "",
1285 "-v 9,seconds"
1286 },
a7e8ffec 1287 { "Fujitsu MHK",
a23d5117
GI
1288 "FUJITSU MHK2...ATU?.*",
1289 "",
1290 "",
1291 "-v 9,seconds"
1292 },
1293 { "", // Fujitsu MHL2300AT
1294 "FUJITSU MHL2300AT",
1295 "",
1296 "This drive's firmware has a harmless Drive Identity Structure\n"
1297 "checksum error bug.",
1298 "-v 9,seconds"
1299 },
1300 { "", // MHM2200AT, MHM2150AT, MHM2100AT, MHM2060AT
1301 "FUJITSU MHM2(20|15|10|06)0AT",
1302 "",
1303 "This drive's firmware has a harmless Drive Identity Structure\n"
1304 "checksum error bug.",
1305 "-v 9,seconds"
1306 },
a7e8ffec 1307 { "Fujitsu MHN",
a23d5117
GI
1308 "FUJITSU MHN2...AT",
1309 "",
1310 "",
1311 "-v 9,seconds"
1312 },
1313 { "", // Fujitsu MHR2020AT
1314 "FUJITSU MHR2020AT",
1315 "",
1316 "",
1317 "-v 9,seconds"
1318 },
1319 { "", // Fujitsu MHR2040AT
1320 "FUJITSU MHR2040AT",
1321 "", // Tested on 40BA
1322 "",
1323 "-v 9,seconds -v 192,emergencyretractcyclect "
1324 "-v 198,offlinescanuncsectorct -v 200,writeerrorcount"
1325 },
a7e8ffec 1326 { "Fujitsu MHS AT",
a23d5117
GI
1327 "FUJITSU MHS20[6432]0AT( .)?",
1328 "",
1329 "",
1330 "-v 9,seconds -v 192,emergencyretractcyclect "
1331 "-v 198,offlinescanuncsectorct -v 200,writeerrorcount "
1332 "-v 201,detectedtacount"
1333 },
cfbba5b9
GI
1334 { "Fujitsu MHT", // tested with FUJITSU MHT2030AC/909B
1335 "FUJITSU MHT2...(AC|AH|AS|AT|BH)U?.*",
a23d5117
GI
1336 "",
1337 "",
1338 "-v 9,seconds"
1339 },
a7e8ffec 1340 { "Fujitsu MHU",
a23d5117
GI
1341 "FUJITSU MHU2...ATU?.*",
1342 "",
1343 "",
1344 "-v 9,seconds"
1345 },
a7e8ffec 1346 { "Fujitsu MHV",
a23d5117
GI
1347 "FUJITSU MHV2...(AH|AS|AT|BH|BS|BT).*",
1348 "",
1349 "",
1350 "-v 9,seconds"
1351 },
a7e8ffec 1352 { "Fujitsu MPA..MPG",
a23d5117
GI
1353 "FUJITSU MP[A-G]3...A[HTEV]U?.*",
1354 "",
1355 "",
1356 "-v 9,seconds"
1357 },
a7e8ffec 1358 { "Fujitsu MHY BH",
a23d5117
GI
1359 "FUJITSU MHY2(04|06|08|10|12|16|20|25)0BH.*",
1360 "", "",
1361 "-v 240,raw48,Transfer_Error_Rate"
1362 },
a7e8ffec 1363 { "Fujitsu MHW AC", // tested with FUJITSU MHW2060AC/00900004
cfbba5b9
GI
1364 "FUJITSU MHW20(40|60)AC",
1365 "", "", ""
1366 },
a7e8ffec 1367 { "Fujitsu MHW BH",
a23d5117
GI
1368 "FUJITSU MHW2(04|06|08|10|12|16)0BH.*",
1369 "", "", ""
1370 },
a7e8ffec 1371 { "Fujitsu MHW BJ",
a23d5117
GI
1372 "FUJITSU MHW2(08|12|16)0BJ.*",
1373 "", "", ""
1374 },
a7e8ffec 1375 { "Fujitsu MHZ BH",
a23d5117
GI
1376 "FUJITSU MHZ2(04|08|12|16|20|25|32)0BH.*",
1377 "", "", ""
1378 },
a7e8ffec 1379 { "Fujitsu MHZ BJ",
a23d5117
GI
1380 "FUJITSU MHZ2(08|12|16|20|25|32)0BJ.*",
1381 "",
1382 "",
1383 "-v 9,minutes"
1384 },
a7e8ffec 1385 { "Fujitsu MHZ BS",
a23d5117
GI
1386 "FUJITSU MHZ2(12|25)0BS.*",
1387 "", "", ""
1388 },
a7e8ffec 1389 { "Fujitsu MHZ BK",
7f0798ef
GI
1390 "FUJITSU MHZ2(08|12|16|25)0BK.*",
1391 "", "", ""
1392 },
a7e8ffec 1393 { "Fujitsu MJA BH",
cfbba5b9
GI
1394 "FUJITSU MJA2(08|12|16|25|32|40|50)0BH.*",
1395 "", "", ""
1396 },
a23d5117
GI
1397 { "", // Samsung SV4012H (known firmware)
1398 "SAMSUNG SV4012H",
1399 "RM100-08",
1400 "",
1401 "-v 9,halfminutes -F samsung"
1402 },
1403 { "", // Samsung SV4012H (all other firmware)
1404 "SAMSUNG SV4012H",
1405 "",
1406 "May need -F samsung disabled; see manual for details.",
1407 "-v 9,halfminutes -F samsung"
1408 },
1409 { "", // Samsung SV0412H (known firmware)
1410 "SAMSUNG SV0412H",
1411 "SK100-01",
1412 "",
1413 "-v 9,halfminutes -v 194,10xCelsius -F samsung"
1414 },
1415 { "", // Samsung SV0412H (all other firmware)
1416 "SAMSUNG SV0412H",
1417 "",
1418 "May need -F samsung disabled; see manual for details.",
1419 "-v 9,halfminutes -v 194,10xCelsius -F samsung"
1420 },
1421 { "", // Samsung SV1204H (known firmware)
1422 "SAMSUNG SV1204H",
1423 "RK100-1[3-5]",
1424 "",
1425 "-v 9,halfminutes -v 194,10xCelsius -F samsung"
1426 },
1427 { "", // Samsung SV1204H (all other firmware)
1428 "SAMSUNG SV1204H",
1429 "",
1430 "May need -F samsung disabled; see manual for details.",
1431 "-v 9,halfminutes -v 194,10xCelsius -F samsung"
1432 },
1433 { "", // SAMSUNG SV0322A tested with FW JK200-35
1434 "SAMSUNG SV0322A",
1435 "", "", ""
1436 },
a7e8ffec 1437 { "SAMSUNG SpinPoint V80", // tested with SV1604N/TR100-23
cfbba5b9
GI
1438 "SAMSUNG SV(0211|0401|0612|0802|1203|1604)N",
1439 "",
1440 "",
1441 "-v 9,halfminutes -F samsung2"
1442 },
a23d5117
GI
1443 { "", // SAMSUNG SP40A2H with RR100-07 firmware
1444 "SAMSUNG SP40A2H",
1445 "RR100-07",
1446 "",
1447 "-v 9,halfminutes -F samsung"
1448 },
1449 { "", // SAMSUNG SP80A4H with RT100-06 firmware
1450 "SAMSUNG SP80A4H",
1451 "RT100-06",
1452 "",
1453 "-v 9,halfminutes -F samsung"
1454 },
1455 { "", // SAMSUNG SP8004H with QW100-61 firmware
1456 "SAMSUNG SP8004H",
1457 "QW100-61",
1458 "",
1459 "-v 9,halfminutes -F samsung"
1460 },
a7e8ffec 1461 { "SAMSUNG SpinPoint F1 DT", // tested with HD103UJ/1AA01113
a23d5117
GI
1462 "SAMSUNG HD(083G|16[12]G|25[12]H|32[12]H|50[12]I|642J|75[23]L|10[23]U)J",
1463 "", "", ""
1464 },
ee38a438
GI
1465 { "SAMSUNG SpinPoint F1 EG", // tested with HD103UI/1AA01113
1466 "SAMSUNG HD(252H|322H|502I|642J|753L|103U)I",
1467 "", "", ""
1468 },
a7e8ffec 1469 { "SAMSUNG SpinPoint F1 RE", // tested with HE103UJ/1AA01113
a23d5117
GI
1470 "SAMSUNG HE(252H|322H|502I|642J|753L|103U)J",
1471 "", "", ""
1472 },
a7e8ffec 1473 { "SAMSUNG SpinPoint F2 EG", // tested with HD154UI/1AG01118
a23d5117
GI
1474 "SAMSUNG HD(502H|10[23]S|15[34]U)I",
1475 "", "", ""
1476 },
a7e8ffec 1477 { "SAMSUNG SpinPoint F3", // tested with HD502HJ/1AJ100E4
7f0798ef
GI
1478 "SAMSUNG HD(502H|754J|103S)J",
1479 "", "", ""
1480 },
ee38a438
GI
1481 { "Seagate Barracuda SpinPoint F3", // tested with ST1000DM005 HD103SJ/1AJ100E5
1482 "ST[0-9DM]* HD(502H|754J|103S)J",
1483 "", "", ""
1484 },
a7e8ffec 1485 { "SAMSUNG SpinPoint F3 EG", // tested with HD503HI/1AJ100E4, HD153WI/1AN10002
cfbba5b9 1486 "SAMSUNG HD(253G|(324|503)H|754J|105S|(153|203)W)I",
7f0798ef
GI
1487 "", "", ""
1488 },
ee38a438
GI
1489 { "SAMSUNG SpinPoint F3 RE", // tested with HE103SJ/1AJ30001
1490 "SAMSUNG HE(502H|754J|103S)J",
1491 "", "", ""
1492 },
d2e702cf
GI
1493 { "Seagate Samsung Spinpoint F4", // tested with ST250DM001 HD256GJ/1AR10001
1494 "ST(250|320)DM001 HD(256G|322G|323H)J",
1495 "", "", ""
1496 },
ee38a438 1497 { "SAMSUNG SpinPoint F4 EG (AF)",// tested with HD204UI/1AQ10001(buggy|fixed)
cfbba5b9
GI
1498 "SAMSUNG HD(155|204)UI",
1499 "", // 1AQ10001
1500 "Using smartmontools or hdparm with this\n"
1501 "drive may result in data loss due to a firmware bug.\n"
1502 "****** THIS DRIVE MAY OR MAY NOT BE AFFECTED! ******\n"
1503 "Buggy and fixed firmware report same version number!\n"
1504 "See the following web pages for details:\n"
e165493d 1505 "http://knowledge.seagate.com/articles/en_US/FAQ/223571en\n"
d2e702cf 1506 "http://www.smartmontools.org/wiki/SamsungF4EGBadBlocks",
cfbba5b9
GI
1507 ""
1508 },
a7e8ffec 1509 { "SAMSUNG SpinPoint S250", // tested with HD200HJ/KF100-06
a23d5117
GI
1510 "SAMSUNG HD(162|200|250)HJ",
1511 "", "", ""
1512 },
a7e8ffec 1513 { "SAMSUNG SpinPoint T133", // tested with HD300LJ/ZT100-12, HD400LJ/ZZ100-14, HD401LJ/ZZ100-15
a23d5117
GI
1514 "SAMSUNG HD(250KD|(30[01]|320|40[01])L[DJ])",
1515 "", "", ""
1516 },
293b5ab8
JD
1517 { "SAMSUNG SpinPoint T166", // tested with HD252KJ/CM100-11, HD501LJ/CR100-1[01]
1518 "SAMSUNG HD(080G|160H|252K|32[01]K|403L|50[01]L)J",
cfbba5b9
GI
1519 "", "",
1520 "-v 197,increasing" // at least HD501LJ/CR100-11
a23d5117 1521 },
a7e8ffec 1522 { "SAMSUNG SpinPoint P120", // VF100-37 firmware, tested with SP2514N/VF100-37
a23d5117
GI
1523 "SAMSUNG SP(16[01]3|2[05][01]4)[CN]",
1524 "VF100-37",
1525 "",
1526 "-F samsung3"
1527 },
a7e8ffec 1528 { "SAMSUNG SpinPoint P120", // other firmware, tested with SP2504C/VT100-33
a23d5117
GI
1529 "SAMSUNG SP(16[01]3|2[05][01]4)[CN]",
1530 "",
1531 "May need -F samsung3 enabled; see manual for details.",
1532 ""
1533 },
a7e8ffec 1534 { "SAMSUNG SpinPoint P80 SD", // tested with HD160JJ/ZM100-33
a23d5117
GI
1535 "SAMSUNG HD(080H|120I|160J)J",
1536 "", "", ""
1537 },
a7e8ffec 1538 { "SAMSUNG SpinPoint P80", // BH100-35 firmware, tested with SP0842N/BH100-35
a23d5117
GI
1539 "SAMSUNG SP(0451|08[0124]2|12[0145]3|16[0145]4)[CN]",
1540 "BH100-35",
1541 "",
1542 "-F samsung3"
1543 },
a7e8ffec 1544 { "SAMSUNG SpinPoint P80", // firmware *-35 or later
a23d5117
GI
1545 "SAMSUNG SP(0451|08[0124]2|12[0145]3|16[0145]4)[CN]",
1546 ".*-3[5-9]",
1547 "May need -F samsung3 enabled; see manual for details.",
1548 ""
1549 },
ee38a438
GI
1550 { "SAMSUNG SpinPoint P80", // firmware *-25...34, tested with
1551 // SP0401N/TJ100-30, SP1614C/SW100-25 and -34
1552 "SAMSUNG SP(04[05]1|08[0124]2|12[0145]3|16[0145]4)[CN]",
a23d5117
GI
1553 ".*-(2[5-9]|3[0-4])",
1554 "",
1555 "-v 9,halfminutes -v 198,increasing"
1556 },
a7e8ffec 1557 { "SAMSUNG SpinPoint P80", // firmware *-23...24, tested with
a23d5117
GI
1558 // SP0802N/TK100-23,
1559 // SP1213N/TL100-23,
1560 // SP1604N/TM100-23 and -24
1561 "SAMSUNG SP(0451|08[0124]2|12[0145]3|16[0145]4)[CN]",
1562 ".*-2[34]",
1563 "",
1564 "-v 9,halfminutes -F samsung2"
1565 },
a7e8ffec 1566 { "SAMSUNG SpinPoint P80", // unknown firmware
a23d5117
GI
1567 "SAMSUNG SP(0451|08[0124]2|12[0145]3|16[0145]4)[CN]",
1568 "",
1569 "May need -F samsung2 or -F samsung3 enabled; see manual for details.",
1570 ""
1571 },
ee38a438
GI
1572 { "SAMSUNG SpinPoint M40/60/80", // tested with HM120IC/AN100-16, HM160JI/AD100-16
1573 "SAMSUNG HM(0[468]0H|120I|1[026]0J)[CI]",
a23d5117
GI
1574 "",
1575 "",
1576 "-v 9,halfminutes"
1577 },
a7e8ffec
GI
1578 { "SAMSUNG SpinPoint M5", // tested with HM160HI/HH100-12
1579 "SAMSUNG HM(((061|080)G|(121|160)H|250J)I|160HC)",
7f0798ef
GI
1580 "", "", ""
1581 },
cfbba5b9
GI
1582 { "SAMSUNG SpinPoint M6", // tested with HM320JI/2SS00_01 M6
1583 "SAMSUNG HM(251J|320[HJ]|[45]00L)I",
1584 "", "", ""
1585 },
a7e8ffec 1586 { "SAMSUNG SpinPoint M7", // tested with HM500JI/2AC101C4
cfbba5b9
GI
1587 "SAMSUNG HM(250H|320I|[45]00J)I",
1588 "", "", ""
1589 },
ee38a438 1590 { "SAMSUNG SpinPoint M7E (AF)", // tested with HM321HI/2AJ10001, HM641JI/2AJ10001
cfbba5b9
GI
1591 "SAMSUNG HM(161G|(251|321)H|501I|641J)I",
1592 "", "", ""
1593 },
d008864d
GI
1594 { "SAMSUNG SpinPoint M7U (USB)", // tested with HM252HX/2AC101C4
1595 "SAMSUNG HM(162H|252H|322I|502J)X",
1596 "", "", ""
1597 },
ee38a438
GI
1598 { "SAMSUNG SpinPoint M8 (AF)", // tested with HN-M101MBB/2AR10001
1599 "SAMSUNG HN-M(250|320|500|640|750|101)MBB",
1600 "", "", ""
1601 },
293b5ab8
JD
1602 { "Seagate Samsung SpinPoint M8 (AF)", // tested with
1603 // ST750LM022 HN-M750MBB/2AR10001, ST320LM001 HN-M320MBB/2AR10002,
1604 // APPLE HDD ST500LM012/2BA30003
1605 "ST(250|320|500|640|750|1000)LM0[012][124] HN-M[0-9]*MBB|"
1606 "APPLE HDD ST500LM012",
d008864d
GI
1607 "", "", ""
1608 },
1609 { "SAMSUNG SpinPoint M8U (USB)", // tested with HN-M500XBB/2AR10001
1610 "SAMSUNG HN-M(320|500|750|101)XBB",
1611 "", "", ""
1612 },
ee38a438
GI
1613 { "Seagate Samsung SpinPoint M8U (USB)", // tested with ST1000LM025 HN-M101ABB/2AR10001
1614 "ST(250|320|500|640|750|1000)LM0[012][3459] HN-M[0-9]*ABB",
1615 "", "", ""
1616 },
293b5ab8
JD
1617 { "Seagate Samsung SpinPoint M9T", // tested with ST2000LM003 HN-M201RAD/2BC10003
1618 // (Seagate Expansion Portable)
1619 "ST(1500|2000)LM0(03|04|06|07|10) HN-M[0-9]*RAD",
1620 "", "", ""
1621 },
1622 { "Seagate Samsung SpinPoint M9TU (USB)", // tested with ST1500LM008 HN-M151AAD/2BC10001
1623 // (0x04e8:0x61b5), ST2000LM005 HN-M201AAD2BC10001 (0x04e8:0x61b4)
1624 "ST(1500|2000)LM00[58] HN-M[0-9]*AAD",
1625 "", "", ""
1626 },
d008864d
GI
1627 { "SAMSUNG SpinPoint MP5", // tested with HM250HJ/2AK10001
1628 "SAMSUNG HM(250H|320H|500J|640J)J",
1629 "", "", ""
1630 },
a7e8ffec
GI
1631 { "SAMSUNG SpinPoint MT2", // tested with HM100UI/2AM10001
1632 "SAMSUNG HM100UI",
1633 "", "", ""
1634 },
1635 { "SAMSUNG HM100UX (S2 Portable)", // tested with HM100UX/2AM10001
1636 "SAMSUNG HM100UX",
1637 "", "", ""
1638 },
1639 { "SAMSUNG SpinPoint M", // tested with MP0402H/UC100-11
e9583e0c
GI
1640 "SAMSUNG MP0(302|402|603|804)H",
1641 "",
1642 "",
1643 "-v 9,halfminutes"
1644 },
a7e8ffec
GI
1645 { "SAMSUNG SpinPoint N3U-3 (USB, 4KiB LLS)", // tested with HS25YJZ/3AU10-01
1646 "SAMSUNG HS(122H|2[05]YJ)Z",
cfbba5b9
GI
1647 "", "", ""
1648 },
a7e8ffec 1649 { "Maxtor Fireball 541DX",
a23d5117
GI
1650 "Maxtor 2B0(0[468]|1[05]|20)H1",
1651 "",
1652 "",
1653 "-v 9,minutes -v 194,unknown"
1654 },
a7e8ffec 1655 { "Maxtor Fireball 3",
a23d5117
GI
1656 "Maxtor 2F0[234]0[JL]0",
1657 "",
1658 "",
1659 "-v 9,minutes"
1660 },
a7e8ffec 1661 { "Maxtor DiamondMax 1280 ATA", // no self-test log, ATA2-Fast
a23d5117
GI
1662 "Maxtor 8(1280A2|2160A4|2560A4|3840A6|4000A6|5120A8)",
1663 "",
1664 "",
1665 "-v 9,minutes"
1666 },
a7e8ffec 1667 { "Maxtor DiamondMax 2160 Ultra ATA",
a23d5117
GI
1668 "Maxtor 8(2160D2|3228D3|3240D3|4320D4|6480D6|8400D8|8455D8)",
1669 "",
1670 "",
1671 "-v 9,minutes"
1672 },
a7e8ffec 1673 { "Maxtor DiamondMax 2880 Ultra ATA",
a23d5117
GI
1674 "Maxtor 9(0510D4|0576D4|0648D5|0720D5|0840D6|0845D6|0864D6|1008D7|1080D8|1152D8)",
1675 "",
1676 "",
1677 "-v 9,minutes"
1678 },
a7e8ffec 1679 { "Maxtor DiamondMax 3400 Ultra ATA",
a23d5117
GI
1680 "Maxtor 9(1(360|350|202)D8|1190D7|10[12]0D6|0840D5|06[48]0D4|0510D3|1(350|202)E8|1010E6|0840E5|0640E4)",
1681 "",
1682 "",
1683 "-v 9,minutes"
1684 },
a7e8ffec 1685 { "Maxtor DiamondMax D540X-4G",
a23d5117
GI
1686 "Maxtor 4G(120J6|160J[68])",
1687 "",
1688 "",
1689 "-v 9,minutes -v 194,unknown"
1690 },
a7e8ffec 1691 { "Maxtor DiamondMax D540X-4K",
a23d5117
GI
1692 "MAXTOR 4K(020H1|040H2|060H3|080H4)",
1693 "", "", ""
1694 },
a7e8ffec 1695 { "Maxtor DiamondMax Plus D740X",
a23d5117
GI
1696 "MAXTOR 6L0(20[JL]1|40[JL]2|60[JL]3|80[JL]4)",
1697 "", "", ""
1698 },
a7e8ffec 1699 { "Maxtor DiamondMax Plus 5120 Ultra ATA 33",
a23d5117
GI
1700 "Maxtor 9(0512D2|0680D3|0750D3|0913D4|1024D4|1360D6|1536D6|1792D7|2048D8)",
1701 "",
1702 "",
1703 "-v 9,minutes"
1704 },
a7e8ffec 1705 { "Maxtor DiamondMax Plus 6800 Ultra ATA 66",
a23d5117
GI
1706 "Maxtor 9(2732U8|2390U7|204[09]U6|1707U5|1366U4|1024U3|0845U3|0683U2)",
1707 "",
1708 "",
1709 "-v 9,minutes"
1710 },
1711 { "Maxtor DiamondMax D540X-4D",
1712 "Maxtor 4D0(20H1|40H2|60H3|80H4)",
1713 "",
1714 "",
1715 "-v 9,minutes -v 194,unknown"
1716 },
a7e8ffec 1717 { "Maxtor DiamondMax 16",
a23d5117
GI
1718 "Maxtor 4(R0[68]0[JL]0|R1[26]0L0|A160J0|R120L4)",
1719 "",
1720 "",
1721 "-v 9,minutes"
1722 },
a7e8ffec 1723 { "Maxtor DiamondMax 4320 Ultra ATA",
a23d5117
GI
1724 "Maxtor (91728D8|91512D7|91303D6|91080D5|90845D4|90645D3|90648D[34]|90432D2)",
1725 "",
1726 "",
1727 "-v 9,minutes"
1728 },
a7e8ffec 1729 { "Maxtor DiamondMax 17 VL",
a23d5117
GI
1730 "Maxtor 9(0431U1|0641U2|0871U2|1301U3|1741U4)",
1731 "",
1732 "",
1733 "-v 9,minutes"
1734 },
a7e8ffec 1735 { "Maxtor DiamondMax 20 VL",
a23d5117
GI
1736 "Maxtor (94091U8|93071U6|92561U5|92041U4|91731U4|91531U3|91361U3|91021U2|90841U2|90651U2)",
1737 "",
1738 "",
1739 "-v 9,minutes"
1740 },
a7e8ffec 1741 { "Maxtor DiamondMax VL 30", // U: ATA66, H: ATA100
a23d5117
GI
1742 "Maxtor (33073U4|32049U3|31536U2|30768U1|33073H4|32305H3|31536H2|30768H1)",
1743 "",
1744 "",
1745 "-v 9,minutes"
1746 },
a7e8ffec 1747 { "Maxtor DiamondMax 36",
a23d5117
GI
1748 "Maxtor (93652U8|92739U6|91826U4|91369U3|90913U2|90845U2|90435U1)",
1749 "",
1750 "",
1751 "-v 9,minutes"
1752 },
a7e8ffec 1753 { "Maxtor DiamondMax 40 ATA 66",
a23d5117
GI
1754 "Maxtor 9(0684U2|1024U2|1362U3|1536U3|2049U4|2562U5|3073U6|4098U8)",
1755 "",
1756 "",
1757 "-v 9,minutes"
1758 },
a7e8ffec 1759 { "Maxtor DiamondMax Plus 40 (Ultra ATA 66 and Ultra ATA 100)",
a23d5117
GI
1760 "Maxtor (54098[UH]8|53073[UH]6|52732[UH]6|52049[UH]4|51536[UH]3|51369[UH]3|51024[UH]2)",
1761 "",
1762 "",
1763 "-v 9,minutes"
1764 },
a7e8ffec 1765 { "Maxtor DiamondMax 40 VL Ultra ATA 100",
a23d5117
GI
1766 "Maxtor 3(1024H1|1535H2|2049H2|3073H3|4098H4)( B)?",
1767 "",
1768 "",
1769 "-v 9,minutes"
1770 },
a7e8ffec 1771 { "Maxtor DiamondMax Plus 45 Ulta ATA 100",
a23d5117
GI
1772 "Maxtor 5(4610H6|4098H6|3073H4|2049H3|1536H2|1369H2|1023H2)",
1773 "",
1774 "",
1775 "-v 9,minutes"
1776 },
a7e8ffec 1777 { "Maxtor DiamondMax 60 ATA 66",
a23d5117
GI
1778 "Maxtor 9(1023U2|1536U2|2049U3|2305U3|3073U4|4610U6|6147U8)",
1779 "",
1780 "",
1781 "-v 9,minutes"
1782 },
a7e8ffec 1783 { "Maxtor DiamondMax 60 ATA 100",
a23d5117
GI
1784 "Maxtor 9(1023H2|1536H2|2049H3|2305H3|3073H4|4098H6|4610H6|6147H8)",
1785 "",
1786 "",
1787 "-v 9,minutes"
1788 },
a7e8ffec 1789 { "Maxtor DiamondMax Plus 60",
a23d5117
GI
1790 "Maxtor 5T0(60H6|40H4|30H3|20H2|10H1)",
1791 "",
1792 "",
1793 "-v 9,minutes"
1794 },
a7e8ffec 1795 { "Maxtor DiamondMax 80",
a23d5117
GI
1796 "Maxtor (98196H8|96147H6)",
1797 "",
1798 "",
1799 "-v 9,minutes"
1800 },
a7e8ffec 1801 { "Maxtor DiamondMax 536DX",
a23d5117
GI
1802 "Maxtor 4W(100H6|080H6|060H4|040H3|030H2)",
1803 "",
1804 "",
1805 "-v 9,minutes"
1806 },
a7e8ffec 1807 { "Maxtor DiamondMax Plus 8",
a23d5117
GI
1808 "Maxtor 6(E0[234]|K04)0L0",
1809 "",
1810 "",
1811 "-v 9,minutes"
1812 },
a7e8ffec 1813 { "Maxtor DiamondMax 10 (ATA/133 and SATA/150)",
a23d5117
GI
1814 "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",
1815 "",
1816 "",
1817 "-v 9,minutes"
1818 },
a7e8ffec 1819 { "Maxtor DiamondMax 10 (SATA/300)",
a23d5117
GI
1820 "Maxtor 6V(080E|160E|200E|250F|300F|320F)0",
1821 "", "", ""
1822 },
a7e8ffec 1823 { "Maxtor DiamondMax Plus 9",
a23d5117
GI
1824 "Maxtor 6Y((060|080|120|160)L0|(060|080|120|160|200|250)P0|(060|080|120|160|200|250)M0)",
1825 "",
1826 "",
1827 "-v 9,minutes"
1828 },
a7e8ffec 1829 { "Maxtor DiamondMax 11",
a23d5117
GI
1830 "Maxtor 6H[45]00[FR]0",
1831 "", "", ""
1832 },
1833 { "Maxtor DiamondMax 17",
1834 "Maxtor 6G(080L|160[PE])0",
1835 "", "", ""
1836 },
1837 { "Seagate Maxtor DiamondMax 20",
1838 "MAXTOR STM3(40|80|160)[28]1[12]0?AS?",
1839 "", "", ""
1840 },
cfbba5b9 1841 { "Seagate Maxtor DiamondMax 21", // tested with MAXTOR STM3250310AS/3.AAF
d008864d 1842 "MAXTOR STM3(80[28]15|160215|250310|(250|320)820|320620|500630)AS?",
a23d5117
GI
1843 "", "", ""
1844 },
1845 { "Seagate Maxtor DiamondMax 22", // fixed firmware
1846 "(MAXTOR )?STM3(500320|750330|1000340)AS?",
e165493d 1847 "MX1A", // http://knowledge.seagate.com/articles/en_US/FAQ/207969en
a23d5117
GI
1848 "", ""
1849 },
1850 { "Seagate Maxtor DiamondMax 22", // fixed firmware
1851 "(MAXTOR )?STM3(160813|320614|640323|1000334)AS?",
e165493d 1852 "MX1B", // http://knowledge.seagate.com/articles/en_US/FAQ/207975en
a23d5117
GI
1853 "", ""
1854 },
1855 { "Seagate Maxtor DiamondMax 22", // buggy firmware
1856 "(MAXTOR )?STM3(500320|750330|1000340)AS?",
1857 "MX15",
1858 "There are known problems with these drives,\n"
1859 "AND THIS FIRMWARE VERSION IS AFFECTED,\n"
1860 "see the following Seagate web pages:\n"
e165493d
GI
1861 "http://knowledge.seagate.com/articles/en_US/FAQ/207931en\n"
1862 "http://knowledge.seagate.com/articles/en_US/FAQ/207969en",
a23d5117
GI
1863 ""
1864 },
1865 { "Seagate Maxtor DiamondMax 22", // unknown firmware
1866 "(MAXTOR )?STM3(160813|32061[34]|500320|640323|750330|10003(34|40))AS?",
1867 "",
1868 "There are known problems with these drives,\n"
1869 "see the following Seagate web pages:\n"
e165493d
GI
1870 "http://knowledge.seagate.com/articles/en_US/FAQ/207931en\n"
1871 "http://knowledge.seagate.com/articles/en_US/FAQ/207969en\n"
1872 "http://knowledge.seagate.com/articles/en_US/FAQ/207975en",
a23d5117
GI
1873 ""
1874 },
ee38a438 1875 { "Seagate Maxtor DiamondMax 23", // new firmware
a23d5117 1876 "STM3((160|250)31|(320|500)41|(750|1000)52)8AS?",
ee38a438
GI
1877 "CC3[D-Z]",
1878 "", ""
1879 },
1880 { "Seagate Maxtor DiamondMax 23", // unknown firmware
1881 "STM3((160|250)31|(320|500)41|(750|1000)52)8AS?",
1882 "",
1883 "A firmware update for this drive may be available,\n"
1884 "see the following Seagate web pages:\n"
1885 "http://knowledge.seagate.com/articles/en_US/FAQ/207931en\n"
1886 "http://knowledge.seagate.com/articles/en_US/FAQ/213911en",
1887 ""
a23d5117
GI
1888 },
1889 { "Maxtor MaXLine Plus II",
1890 "Maxtor 7Y250[PM]0",
1891 "",
1892 "",
1893 "-v 9,minutes"
1894 },
a7e8ffec 1895 { "Maxtor MaXLine II",
a23d5117
GI
1896 "Maxtor [45]A(25|30|32)0[JN]0",
1897 "",
1898 "",
1899 "-v 9,minutes"
1900 },
a7e8ffec 1901 { "Maxtor MaXLine III (ATA/133 and SATA/150)",
a23d5117
GI
1902 "Maxtor 7L(25|30)0[SR]0",
1903 "",
1904 "",
1905 "-v 9,minutes"
1906 },
a7e8ffec 1907 { "Maxtor MaXLine III (SATA/300)",
a23d5117
GI
1908 "Maxtor 7V(25|30)0F0",
1909 "", "", ""
1910 },
a7e8ffec 1911 { "Maxtor MaXLine Pro 500", // There is also a 7H500R0 model, but I
a23d5117
GI
1912 "Maxtor 7H500F0", // haven't added it because I suspect
1913 "", // it might need vendoropts_9_minutes
1914 "", "" // and nobody has submitted a report yet
1915 },
1916 { "", // HITACHI_DK14FA-20B
1917 "HITACHI_DK14FA-20B",
1918 "",
1919 "",
1920 "-v 9,minutes -v 193,loadunload"
1921 },
a7e8ffec 1922 { "HITACHI Travelstar DK23XX/DK23XXB",
a23d5117
GI
1923 "HITACHI_DK23..-..B?",
1924 "",
1925 "",
1926 "-v 9,minutes -v 193,loadunload"
1927 },
1928 { "Hitachi Endurastar J4K20/N4K20 (formerly DK23FA-20J)",
1929 "(HITACHI_DK23FA-20J|HTA422020F9AT[JN]0)",
1930 "",
1931 "",
1932 "-v 9,minutes -v 193,loadunload"
1933 },
1934 { "Hitachi Endurastar J4K30/N4K30",
1935 "HE[JN]4230[23]0F9AT00",
1936 "",
1937 "",
1938 "-v 9,minutes -v 193,loadunload"
1939 },
a7e8ffec 1940 { "Hitachi Travelstar C4K60", // 1.8" slim drive
a23d5117
GI
1941 "HTC4260[23]0G5CE00|HTC4260[56]0G8CE00",
1942 "",
1943 "",
1944 "-v 9,minutes -v 193,loadunload"
1945 },
a7e8ffec 1946 { "IBM Travelstar 4GT",
a23d5117
GI
1947 "IBM-DTCA-2(324|409)0",
1948 "", "", ""
1949 },
a7e8ffec 1950 { "IBM Travelstar 6GN",
a23d5117
GI
1951 "IBM-DBCA-20(324|486|648)0",
1952 "", "", ""
1953 },
a7e8ffec 1954 { "IBM Travelstar 25GS, 18GT, and 12GN",
a23d5117
GI
1955 "IBM-DARA-2(25|18|15|12|09|06)000",
1956 "", "", ""
1957 },
1958 { "IBM Travelstar 14GS",
1959 "IBM-DCYA-214000",
1960 "", "", ""
1961 },
1962 { "IBM Travelstar 4LP",
1963 "IBM-DTNA-2(180|216)0",
1964 "", "", ""
1965 },
a7e8ffec 1966 { "IBM Travelstar 48GH, 30GN, and 15GN",
a23d5117
GI
1967 "(IBM-|Hitachi )?IC25(T048ATDA05|N0(30|20|15|12|10|07|06|05)ATDA04)-.",
1968 "", "", ""
1969 },
a7e8ffec 1970 { "IBM Travelstar 32GH, 30GT, and 20GN",
a23d5117
GI
1971 "IBM-DJSA-2(32|30|20|10|05)",
1972 "", "", ""
1973 },
a7e8ffec 1974 { "IBM Travelstar 4GN",
a23d5117
GI
1975 "IBM-DKLA-2(216|324|432)0",
1976 "", "", ""
1977 },
a7e8ffec 1978 { "IBM/Hitachi Travelstar 60GH and 40GN",
a23d5117
GI
1979 "(IBM-|Hitachi )?IC25(T060ATC[SX]05|N0[4321]0ATC[SX]04)-.",
1980 "", "", ""
1981 },
a7e8ffec 1982 { "IBM/Hitachi Travelstar 40GNX",
a23d5117
GI
1983 "(IBM-|Hitachi )?IC25N0[42]0ATC[SX]05-.",
1984 "", "", ""
1985 },
a7e8ffec 1986 { "Hitachi Travelstar 80GN",
a23d5117
GI
1987 "(Hitachi )?IC25N0[23468]0ATMR04-.",
1988 "", "", ""
1989 },
1990 { "Hitachi Travelstar 4K40",
1991 "(Hitachi )?HTS4240[234]0M9AT00",
1992 "", "", ""
1993 },
1994 { "Hitachi Travelstar 4K120",
1995 "(Hitachi )?(HTS4212(60|80|10|12)H9AT00|HTS421260G9AT00)",
1996 "", "", ""
1997 },
e9583e0c 1998 { "Hitachi Travelstar 5K80",
a23d5117
GI
1999 "(Hitachi )?HTS5480[8642]0M9AT00",
2000 "", "", ""
2001 },
e9583e0c 2002 { "Hitachi Travelstar 5K100",
a23d5117
GI
2003 "(Hitachi )?HTS5410[1864]0G9(AT|SA)00",
2004 "", "", ""
2005 },
e9583e0c 2006 { "Hitachi Travelstar E5K100",
a23d5117
GI
2007 "(Hitachi )?HTE541040G9(AT|SA)00",
2008 "", "", ""
2009 },
2010 { "Hitachi Travelstar 5K120",
2011 "(Hitachi )?HTS5412(60|80|10|12)H9(AT|SA)00",
2012 "", "", ""
2013 },
e9583e0c 2014 { "Hitachi Travelstar 5K160",
a23d5117
GI
2015 "(Hitachi |HITACHI )?HTS5416([468]0|1[26])J9(AT|SA)00",
2016 "", "", ""
2017 },
e9583e0c 2018 { "Hitachi Travelstar E5K160",
a23d5117
GI
2019 "(Hitachi )?HTE5416(12|16|60|80)J9(AT|SA)00",
2020 "", "", ""
2021 },
e9583e0c 2022 { "Hitachi Travelstar 5K250",
a23d5117
GI
2023 "(Hitachi |HITACHI )?HTS5425(80|12|16|20|25)K9(A3|SA)00",
2024 "", "", ""
2025 },
d008864d
GI
2026 { "Hitachi Travelstar 5K320", // tested with HITACHI HTS543232L9SA00/FB4ZC4EC,
2027 // Hitachi HTS543212L9SA02/FBBAC52F
2028 "(Hitachi |HITACHI )?HT(S|E)5432(80|12|16|25|32)L9(A3(00)?|SA0[012])",
a23d5117
GI
2029 "", "", ""
2030 },
293b5ab8
JD
2031 { "Hitachi/HGST Travelstar Z5K320", // tested with Hitachi HTS543232A7A384/ES2OA70K
2032 "(Hitachi|HGST) HT[ES]5432(16|25|32)A7A38[145]",
e9583e0c
GI
2033 "", "", ""
2034 },
293b5ab8
JD
2035 { "Hitachi Travelstar 5K500.B", // tested with Hitachi HTS545050B9SA00/PB4OC60X
2036 "(Hitachi )?HT[ES]5450(12|16|25|32|40|50)B9(A30[01]|SA00)",
2037 "", "", ""
2038 },
2039 { "Hitachi/HGST Travelstar Z5K500", // tested with HGST HTS545050A7E380/GG2OAC90,
2040 // Hitachi HTS545032A7E380/GGBOA7A0, APPLE HDD HTS545050A7E362/GG2AB990
2041 "(Hitachi|HGST|APPLE HDD) HT[ES]5450(25|32|50)A7E3(62|8[01])",
ee38a438
GI
2042 "", "", ""
2043 },
3d17a85c
GI
2044 { "Hitachi/HGST Travelstar 5K750", // tested with Hitachi HTS547575A9E384/JE4OA60A,
2045 // APPLE HDD HTS547550A9E384/JE3AD70F
2046 "(Hitachi|APPLE HDD) HT[ES]5475(50|64|75)A9E38[14]",
ee38a438
GI
2047 "", "", ""
2048 },
293b5ab8
JD
2049 { "HGST Travelstar 5K1000", // tested with HGST HTS541010A9E680/JA0OA560,
2050 // HGST HTS541075A9E680/JA2OA560
2051 "HGST HT[ES]5410(64|75|10)A9E68[01]",
2052 "", "", ""
2053 },
2054 { "HGST Travelstar Z5K1000", // tested with HGST HTS541010A7E630/SE0OA4A0
2055 "HGST HTS5410(75|10)A7E63[015]",
2056 "", "", ""
2057 },
2058 { "HGST Travelstar 5K1500", // tested with HGST HTS541515A9E630/KA0OA500
2059 "HGST HT[ES]541515A9E63[015]",
2060 "", "", ""
2061 },
a23d5117
GI
2062 { "Hitachi Travelstar 7K60",
2063 "(Hitachi )?HTS726060M9AT00",
2064 "", "", ""
2065 },
2066 { "Hitachi Travelstar E7K60",
2067 "(Hitachi )?HTE7260[46]0M9AT00",
2068 "", "", ""
2069 },
2070 { "Hitachi Travelstar 7K100",
2071 "(Hitachi )?HTS7210[168]0G9(AT|SA)00",
2072 "", "", ""
2073 },
2074 { "Hitachi Travelstar E7K100",
2075 "(Hitachi )?HTE7210[168]0G9(AT|SA)00",
2076 "", "", ""
2077 },
d008864d
GI
2078 { "Hitachi Travelstar 7K200", // tested with HITACHI HTS722016K9SA00/DCDZC75A
2079 "(Hitachi |HITACHI )?HTS7220(80|10|12|16|20)K9(A3|SA)00",
a23d5117
GI
2080 "", "", ""
2081 },
cfbba5b9
GI
2082 { "Hitachi Travelstar 7K320", // tested with
2083 // HTS723225L9A360/FCDOC30F, HTS723216L9A362/FC2OC39F
2084 "(Hitachi )?HT[ES]7232(80|12|16|25|32)L9(A300|A36[02]|SA61)",
a23d5117
GI
2085 "", "", ""
2086 },
d008864d
GI
2087 { "Hitachi Travelstar Z7K320", // tested with HITACHI HTS723232A7A364/EC2ZB70B
2088 "(HITACHI )?HT[ES]7232(16|25|32)A7A36[145]",
2089 "", "", ""
2090 },
293b5ab8
JD
2091 { "Hitachi Travelstar 7K500", // tested with Hitachi HTS725050A9A360/PC4OC70D
2092 "(Hitachi )?HT[ES]7250(12|16|25|32|50)A9A36[02-5]",
ee38a438
GI
2093 "", "", ""
2094 },
3d17a85c
GI
2095 { "Hitachi/HGST Travelstar Z7K500", // tested with HITACHI HTS725050A7E630/GH2ZB390,
2096 // HGST HTS725050A7E630/GH2OA420
2097 "(HITACHI|HGST) HT[ES]7250(25|32|50)A7E63[015]",
2098 "", "", ""
2099 },
2100 { "Hitachi/HGST Travelstar 7K750", // tested with Hitachi HTS727550A9E364/JF3OA0E0,
2101 // Hitachi HTS727575A9E364/JF4OA0D0
2102 "(Hitachi|HGST) HT[ES]7275(50|64|75)A9E36[14]",
2103 "", "", ""
2104 },
ee38a438
GI
2105 { "HGST Travelstar 7K1000", // tested with HGST HTS721010A9E630/JB0OA3B0
2106 "HGST HTS721010A9E630",
a23d5117
GI
2107 "", "", ""
2108 },
a7e8ffec 2109 { "IBM Deskstar 14GXP and 16GP",
a23d5117
GI
2110 "IBM-DTTA-3(7101|7129|7144|5032|5043|5064|5084|5101|5129|5168)0",
2111 "", "", ""
2112 },
a7e8ffec 2113 { "IBM Deskstar 25GP and 22GXP",
a23d5117
GI
2114 "IBM-DJNA-3(5(101|152|203|250)|7(091|135|180|220))0",
2115 "", "", ""
2116 },
a7e8ffec 2117 { "IBM Deskstar 37GP and 34GXP",
a23d5117
GI
2118 "IBM-DPTA-3(5(375|300|225|150)|7(342|273|205|136))0",
2119 "", "", ""
2120 },
a7e8ffec 2121 { "IBM/Hitachi Deskstar 120GXP",
a23d5117
GI
2122 "(IBM-)?IC35L((020|040|060|080|120)AVVA|0[24]0AVVN)07-[01]",
2123 "", "", ""
2124 },
a7e8ffec 2125 { "IBM/Hitachi Deskstar GXP-180",
a23d5117
GI
2126 "(IBM-)?IC35L(030|060|090|120|180)AVV207-[01]",
2127 "", "", ""
2128 },
293b5ab8
JD
2129 { "Hitachi CinemaStar 5K320", // tested with Hitachi HCS5C3225SLA380/STBOA37H
2130 "Hitachi HCS5C32(25|32)SLA380",
2131 "", "", ""
2132 },
3d17a85c
GI
2133 { "Hitachi Deskstar 5K3000", // tested with HDS5C3030ALA630/MEAOA5C0,
2134 // Hitachi HDS5C3020BLE630/MZ4OAAB0 (OEM, Toshiba Canvio Desktop)
2135 "(Hitachi )?HDS5C30(15|20|30)(ALA|BLE)63[02].*",
a7e8ffec
GI
2136 "", "", ""
2137 },
ee38a438
GI
2138 { "Hitachi Deskstar 5K4000", // tested with HDS5C4040ALE630/MPAOA250
2139 "(Hitachi )?HDS5C40(30|40)ALE63[01].*",
2140 "", "", ""
2141 },
e9583e0c 2142 { "Hitachi Deskstar 7K80",
a23d5117
GI
2143 "(Hitachi )?HDS7280([48]0PLAT20|(40)?PLA320|80PLA380).*",
2144 "", "", ""
2145 },
2146 { "Hitachi Deskstar 7K160",
2147 "(Hitachi )?HDS7216(80|16)PLA[3T]80.*",
2148 "", "", ""
2149 },
e9583e0c 2150 { "Hitachi Deskstar 7K250",
a23d5117
GI
2151 "(Hitachi )?HDS7225((40|80|12|16)VLAT20|(12|16|25)VLAT80|(80|12|16|25)VLSA80)",
2152 "", "", ""
2153 },
2154 { "Hitachi Deskstar 7K250 (SUN branded)",
2155 "HITACHI HDS7225SBSUN250G.*",
2156 "", "", ""
2157 },
e9583e0c 2158 { "Hitachi Deskstar T7K250",
a23d5117
GI
2159 "(Hitachi )?HDT7225((25|20|16)DLA(T80|380))",
2160 "", "", ""
2161 },
e9583e0c 2162 { "Hitachi Deskstar 7K400",
a23d5117
GI
2163 "(Hitachi )?HDS724040KL(AT|SA)80",
2164 "", "", ""
2165 },
e9583e0c 2166 { "Hitachi Deskstar 7K500",
a23d5117
GI
2167 "(Hitachi )?HDS725050KLA(360|T80)",
2168 "", "", ""
2169 },
e9583e0c 2170 { "Hitachi Deskstar P7K500",
a23d5117
GI
2171 "(Hitachi )?HDP7250(16|25|32|40|50)GLA(36|38|T8)0",
2172 "", "", ""
2173 },
2174 { "Hitachi Deskstar T7K500",
2175 "(Hitachi )?HDT7250(25|32|40|50)VLA(360|380|T80)",
2176 "", "", ""
2177 },
2178 { "Hitachi Deskstar 7K1000",
2179 "(Hitachi )?HDS7210(50|75|10)KLA330",
2180 "", "", ""
2181 },
2182 { "Hitachi Deskstar 7K1000.B",
2183 "(Hitachi )?HDT7210((16|25)SLA380|(32|50|64|75|10)SLA360)",
2184 "", "", ""
2185 },
293b5ab8
JD
2186 { "Hitachi Deskstar 7K1000.C", // tested with Hitachi HDS721010CLA330/JP4OA3MA,
2187 // Hitachi HDS721025CLA682/JP1OA41A
2188 "(Hitachi )?HDS7210((16|25)CLA[36]82|(32|50)CLA[36]62|(64|75|10)CLA[36]3[02])",
e9583e0c
GI
2189 "", "", ""
2190 },
e165493d
GI
2191 { "Hitachi Deskstar 7K1000.D", // tested with HDS721010DLE630/MS2OA5Q0
2192 "Hitachi HDS7210(25|32|50|75|10)DLE630",
2193 "", "", ""
2194 },
d008864d
GI
2195 { "Hitachi Deskstar E7K1000", // tested with HDE721010SLA330/ST6OA31B
2196 "Hitachi HDE7210(50|75|10)SLA330",
2197 "", "", ""
2198 },
a23d5117
GI
2199 { "Hitachi Deskstar 7K2000",
2200 "Hitachi HDS722020ALA330",
2201 "", "", ""
2202 },
cfbba5b9
GI
2203 { "Hitachi Deskstar 7K3000", // tested with HDS723030ALA640/MKAOA3B0
2204 "Hitachi HDS7230((15|20)BLA642|30ALA640)",
2205 "", "", ""
2206 },
ee38a438
GI
2207 { "Hitachi/HGST Deskstar 7K4000", // tested with Hitachi HDS724040ALE640/MJAOA250
2208 "Hitachi HDS724040ALE640",
2209 "", "", ""
2210 },
293b5ab8
JD
2211 { "HGST Deskstar NAS", // tested with HGST HDN724040ALE640/MJAOA5E0,
2212 // HGST HDN726050ALE610/APGNT517, HGST HDN726060ALE610/APGNT517
2213 "HGST HDN72(4030|4040|6050|6060)ALE6[14]0",
2214 "", "", ""
2215 },
d008864d
GI
2216 { "Hitachi Ultrastar A7K1000", // tested with
2217 // HUA721010KLA330 44X2459 42C0424IBM/GKAOAB4A
2218 "(Hitachi )?HUA7210(50|75|10)KLA330.*",
2219 "", "", ""
2220 },
2221 { "Hitachi Ultrastar A7K2000", // tested with
2222 // HUA722010CLA330 43W7629 42C0401IBM
2223 "(Hitachi )?HUA7220(50|10|20)[AC]LA33[01].*",
a23d5117
GI
2224 "", "", ""
2225 },
d008864d
GI
2226 { "Hitachi Ultrastar 7K3000", // tested with HUA723030ALA640/MKAOA580
2227 "Hitachi HUA7230(20|30)ALA640",
e9583e0c
GI
2228 "", "", ""
2229 },
293b5ab8
JD
2230 { "Hitachi/HGST Ultrastar 7K4000", // tested with Hitachi HUS724040ALE640/MJAOA3B0,
2231 // HGST HUS724040ALE640/MJAOA580, HGST HUS724020ALA640/MF6OAA70
2232 "(Hitachi|HGST) HUS7240(20|30|40)AL[AE]64[01]",
2233 "", "", ""
2234 },
2235 { "HGST Ultrastar He6", // tested with HGST HUS726060ALA640/AHGNT1E2
2236 "HGST HUS726060ALA64[01]",
2237 "", "", ""
2238 },
2239 { "HGST MegaScale 4000", // tested with HGST HMS5C4040ALE640/MPAOA580
2240 "HGST HMS5C4040[AB]LE64[01]", // B = DC 4000.B
ee38a438
GI
2241 "", "", ""
2242 },
a7e8ffec 2243 { "Toshiba 2.5\" HDD (10-20 GB)",
a23d5117
GI
2244 "TOSHIBA MK(101[67]GAP|15[67]GAP|20(1[678]GAP|(18|23)GAS))",
2245 "", "", ""
2246 },
a7e8ffec 2247 { "Toshiba 2.5\" HDD (30-60 GB)",
a23d5117
GI
2248 "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)",
2249 "", "", ""
2250 },
a7e8ffec 2251 { "Toshiba 2.5\" HDD (80 GB and above)",
a23d5117
GI
2252 "TOSHIBA MK(80(25GAS|26GAX|32GAX|32GSX)|10(31GAS|32GAX)|12(33GAS|34G[AS]X)|2035GSS)",
2253 "", "", ""
2254 },
ee38a438
GI
2255 { "Toshiba 2.5\" HDD MK..37GSX", // tested with TOSHIBA MK1637GSX/DL032C
2256 "TOSHIBA MK(12|16)37GSX",
2257 "", "", ""
2258 },
3d17a85c
GI
2259 { "Toshiba 2.5\" HDD MK..46GSX", // tested with TOSHIBA MK1246GSX/LB213M
2260 "TOSHIBA MK(80|12|16|25)46GSX",
2261 "", "", ""
2262 },
d008864d
GI
2263 { "Toshiba 2.5\" HDD MK..50GACY", // tested with TOSHIBA MK8050GACY/TF105A
2264 "TOSHIBA MK8050GACY",
2265 "", "", ""
2266 },
293b5ab8
JD
2267 { "Toshiba 2.5\" HDD MK..51GSY", // tested with TOSHIBA MK1251GSY/LD101D
2268 "TOSHIBA MK(80|12|16|25)51GSY",
2269 "",
2270 "",
2271 "-v 9,minutes"
2272 },
a7e8ffec 2273 { "Toshiba 2.5\" HDD MK..52GSX",
a23d5117
GI
2274 "TOSHIBA MK(80|12|16|25|32)52GSX",
2275 "", "", ""
2276 },
ee38a438
GI
2277 { "Toshiba 2.5\" HDD MK..55GSX", // tested with TOSHIBA MK5055GSX/FG001A, MK3255GSXF/FH115B
2278 "TOSHIBA MK(12|16|25|32|40|50)55GSXF?",
d008864d
GI
2279 "", "", ""
2280 },
2281 { "Toshiba 2.5\" HDD MK..56GSY", // tested with TOSHIBA MK2556GSYF/LJ001D
2282 "TOSHIBA MK(16|25|32|50)56GSYF?",
2283 "",
2284 "",
2285 "-v 9,minutes"
2286 },
ee38a438 2287 { "Toshiba 2.5\" HDD MK..59GSXP (AF)",
cfbba5b9
GI
2288 "TOSHIBA MK(32|50|64|75)59GSXP?",
2289 "", "", ""
2290 },
ee38a438 2291 { "Toshiba 2.5\" HDD MK..59GSM (AF)",
cfbba5b9
GI
2292 "TOSHIBA MK(75|10)59GSM",
2293 "", "", ""
2294 },
293b5ab8
JD
2295 { "Toshiba 2.5\" HDD MK..61GSY[N]", // tested with TOSHIBA MK5061GSY/MC102E, MK5061GSYN/MH000A,
2296 // TOSHIBA MK2561GSYN/MH000D
3d17a85c 2297 "TOSHIBA MK(16|25|32|50|64)61GSYN?",
293b5ab8
JD
2298 "",
2299 "",
2300 "-v 9,minutes" // TOSHIBA MK2561GSYN/MH000D
2301 },
2302 { "Toshiba 2.5\" HDD MK..61GSYB", // tested with TOSHIBA MK5061GSYB/ME0A
2303 "TOSHIBA MK(16|25|32|50|64)61GSYB",
ee38a438
GI
2304 "", "", ""
2305 },
3d17a85c 2306 { "Toshiba 2.5\" HDD MK..65GSX", // tested with TOSHIBA MK5065GSX/GJ003A, MK3265GSXN/GH012H,
d2e702cf
GI
2307 // MK5065GSXF/GP006B, MK2565GSX H/GJ003A
2308 "TOSHIBA MK(16|25|32|50|64)65GSX[FN]?( H)?", // "... H" = USB ?
cfbba5b9
GI
2309 "", "", ""
2310 },
293b5ab8
JD
2311 { "Toshiba 2.5\" HDD MK..75GSX", // tested with TOSHIBA MK7575GSX/GT001C
2312 "TOSHIBA MK(32|50|64|75)75GSX",
2313 "", "", ""
2314 },
d008864d
GI
2315 { "Toshiba 2.5\" HDD MK..76GSX", // tested with TOSHIBA MK3276GSX/GS002D
2316 "TOSHIBA MK(16|25|32|50|64)76GSX",
2317 "",
2318 "",
2319 "-v 9,minutes"
2320 },
293b5ab8
JD
2321 { "Toshiba 2.5\" HDD MQ01ABB...", // tested with TOSHIBA MQ01ABB200/AY000U
2322 "TOSHIBA MQ01ABB(100|150|200)",
2323 "", "", ""
2324 },
2325 { "Toshiba 2.5\" HDD MQ01ABC...", // tested with TOSHIBA MQ01ABC150/AQ001U
2326 "TOSHIBA MQ01ABC(100|150|200)",
2327 "", "", ""
2328 },
ee38a438
GI
2329 { "Toshiba 2.5\" HDD MQ01ABD...", // tested with TOSHIBA MQ01ABD100/AX001U
2330 "TOSHIBA MQ01ABD(025|032|050|064|075|100)",
2331 "", "", ""
2332 },
293b5ab8
JD
2333 { "Toshiba 2.5\" HDD MQ01ABF...", // tested with TOSHIBA MQ01ABF050/AM001J
2334 "TOSHIBA MQ01ABF(050|075|100)",
2335 "", "", ""
2336 },
2337 { "Toshiba 2.5\" HDD MQ01UBB... (USB 3.0)", // tested with TOSHIBA MQ01UBB200/AY000U (0x0480:0xa100)
2338 "TOSHIBA MQ01UBB200",
2339 "", "", ""
2340 },
2341 { "Toshiba 2.5\" HDD MQ01UBD... (USB 3.0)", // tested with TOSHIBA MQ01UBD050/AX001U (0x0480:0xa007),
2342 // TOSHIBA MQ01UBD100/AX001U (0x0480:0x0201, 0x0480:0xa200)
d2e702cf
GI
2343 "TOSHIBA MQ01UBD(050|075|100)",
2344 "", "", ""
2345 },
d008864d
GI
2346 { "Toshiba 3.5\" HDD MK.002TSKB", // tested with TOSHIBA MK1002TSKB/MT1A
2347 "TOSHIBA MK(10|20)02TSKB",
2348 "", "", ""
2349 },
d2e702cf
GI
2350 { "Toshiba 3.5\" MG03ACAxxx(Y) Enterprise HDD", // tested with TOSHIBA MG03ACA100/FL1A
2351 "TOSHIBA MG03ACA[1234]00Y?",
2352 "", "", ""
2353 },
293b5ab8
JD
2354 { "Toshiba 3.5\" MD04ACA... Enterprise HDD", // tested with TOSHIBA MD04ACA500/FP1A
2355 "TOSHIBA MD04ACA[2345]00",
2356 "", "", ""
2357 },
2358 { "Toshiba 3.5\" DT01ABA... Desktop HDD", // tested with TOSHIBA DT01ABA300/MZ6OABB0
2359 "TOSHIBA DT01ABA(100|150|200|300)",
2360 "", "", ""
2361 },
2362 { "Toshiba 3.5\" DT01ACA... Desktop HDD", // tested with TOSHIBA DT01ACA100/MS2OA750,
3d17a85c
GI
2363 // TOSHIBA DT01ACA200/MX4OABB0, TOSHIBA DT01ACA300/MX6OABB0
2364 "TOSHIBA DT01ACA(025|032|050|075|100|150|200|300)",
2365 "", "", ""
2366 },
a7e8ffec 2367 { "Toshiba 1.8\" HDD",
a23d5117
GI
2368 "TOSHIBA MK[23468]00[4-9]GA[HL]",
2369 "", "", ""
2370 },
d008864d
GI
2371 { "Toshiba 1.8\" HDD MK..29GSG",
2372 "TOSHIBA MK(12|16|25)29GSG",
2373 "", "", ""
2374 },
a23d5117
GI
2375 { "", // TOSHIBA MK6022GAX
2376 "TOSHIBA MK6022GAX",
2377 "", "", ""
2378 },
2379 { "", // TOSHIBA MK6409MAV
2380 "TOSHIBA MK6409MAV",
2381 "", "", ""
2382 },
2383 { "Toshiba MKx019GAXB (SUN branded)",
2384 "TOS MK[34]019GAXB SUN[34]0G",
2385 "", "", ""
2386 },
a7e8ffec 2387 { "Seagate Momentus",
a23d5117
GI
2388 "ST9(20|28|40|48)11A",
2389 "", "", ""
2390 },
a7e8ffec 2391 { "Seagate Momentus 42",
a23d5117
GI
2392 "ST9(2014|3015|4019)A",
2393 "", "", ""
2394 },
e165493d
GI
2395 { "Seagate Momentus 4200.2", // tested with ST960812A/3.05
2396 "ST9(100822|808210|60812|50212|402113|30219)A",
a23d5117
GI
2397 "", "", ""
2398 },
a7e8ffec 2399 { "Seagate Momentus 5400.2",
e165493d 2400 "ST9(808211|6082[12]|408114|308110|120821|10082[34]|8823|6812|4813|3811)AS?",
a23d5117
GI
2401 "", "", ""
2402 },
a7e8ffec 2403 { "Seagate Momentus 5400.3",
a23d5117
GI
2404 "ST9(4081[45]|6081[35]|8081[15]|100828|120822|160821)AS?",
2405 "", "", ""
2406 },
a7e8ffec 2407 { "Seagate Momentus 5400.3 ED",
a23d5117
GI
2408 "ST9(4081[45]|6081[35]|8081[15]|100828|120822|160821)AB",
2409 "", "", ""
2410 },
a7e8ffec 2411 { "Seagate Momentus 5400.4",
a23d5117
GI
2412 "ST9(120817|(160|200|250)827)AS",
2413 "", "", ""
2414 },
a7e8ffec 2415 { "Seagate Momentus 5400.5",
a23d5117
GI
2416 "ST9((80|120|160)310|(250|320)320)AS",
2417 "", "", ""
2418 },
a7e8ffec 2419 { "Seagate Momentus 5400.6",
7f0798ef 2420 "ST9(80313|160(301|314)|(12|25)0315|250317|(320|500)325|500327|640320)ASG?",
a23d5117
GI
2421 "", "", ""
2422 },
d008864d
GI
2423 { "Seagate Momentus 5400.7",
2424 "ST9(160316|(250|320)310|(500|640)320)AS",
2425 "", "", ""
2426 },
ee38a438 2427 { "Seagate Momentus 5400.7 (AF)", // tested with ST9640322AS/0001BSM2
d008864d
GI
2428 // (device reports 4KiB LPS with 1 sector offset)
2429 "ST9(320312|400321|640322|750423)AS",
2430 "", "", ""
2431 },
a7e8ffec 2432 { "Seagate Momentus 5400 PSD", // Hybrid drives
a23d5117
GI
2433 "ST9(808212|(120|160)8220)AS",
2434 "", "", ""
2435 },
a7e8ffec 2436 { "Seagate Momentus 7200.1",
a23d5117
GI
2437 "ST9(10021|80825|6023|4015)AS?",
2438 "", "", ""
2439 },
a7e8ffec 2440 { "Seagate Momentus 7200.2",
a23d5117
GI
2441 "ST9(80813|100821|120823|160823|200420)ASG?",
2442 "", "", ""
2443 },
a7e8ffec 2444 { "Seagate Momentus 7200.3",
a23d5117
GI
2445 "ST9((80|120|160)411|(250|320)421)ASG?",
2446 "", "", ""
2447 },
a7e8ffec 2448 { "Seagate Momentus 7200.4",
a23d5117
GI
2449 "ST9(160412|250410|320423|500420)ASG?",
2450 "", "", ""
2451 },
a7e8ffec 2452 { "Seagate Momentus 7200 FDE.2",
cfbba5b9
GI
2453 "ST9((160413|25041[12]|320426|50042[12])AS|(16041[489]|2504[16]4|32042[67]|500426)ASG)",
2454 "", "", ""
2455 },
ee38a438
GI
2456 { "Seagate Momentus 7200.5", // tested with ST9750420AS/0001SDM5, ST9750420AS/0002SDM1
2457 "ST9(50042[34]|64042[012]|75042[02])ASG?",
2458 "", "", ""
2459 },
d008864d 2460 { "Seagate Momentus XT", // fixed firmware
cfbba5b9 2461 "ST9(2505610|3205620|5005620)AS",
e165493d 2462 "SD2[68]", // http://knowledge.seagate.com/articles/en_US/FAQ/215451en
d008864d
GI
2463 "", ""
2464 },
2465 { "Seagate Momentus XT", // buggy firmware, tested with ST92505610AS/SD24
2466 "ST9(2505610|3205620|5005620)AS",
2467 "SD2[45]",
2468 "These drives may corrupt large files,\n"
2469 "AND THIS FIRMWARE VERSION IS AFFECTED,\n"
2470 "see the following web pages for details:\n"
e165493d 2471 "http://knowledge.seagate.com/articles/en_US/FAQ/215451en\n"
d008864d
GI
2472 "http://forums.seagate.com/t5/Momentus-XT-Momentus-Momentus/Momentus-XT-corrupting-large-files-Linux/td-p/109008\n"
2473 "http://superuser.com/questions/313447/seagate-momentus-xt-corrupting-files-linux-and-mac",
2474 ""
2475 },
2476 { "Seagate Momentus XT", // unknown firmware
2477 "ST9(2505610|3205620|5005620)AS",
2478 "",
2479 "These drives may corrupt large files,\n"
2480 "see the following web pages for details:\n"
e165493d 2481 "http://knowledge.seagate.com/articles/en_US/FAQ/215451en\n"
d008864d
GI
2482 "http://forums.seagate.com/t5/Momentus-XT-Momentus-Momentus/Momentus-XT-corrupting-large-files-Linux/td-p/109008\n"
2483 "http://superuser.com/questions/313447/seagate-momentus-xt-corrupting-files-linux-and-mac",
2484 ""
a23d5117 2485 },
ee38a438
GI
2486 { "Seagate Momentus XT (AF)", // tested with ST750LX003-1AC154/SM12
2487 "ST750LX003-.*",
2488 "", "", ""
2489 },
2490 { "Seagate Momentus Thin", // tested with ST320LT007-9ZV142/0004LVM1
2491 "ST(160|250|320)LT0(07|09|11|14)-.*",
2492 "", "", ""
2493 },
293b5ab8
JD
2494 { "Seagate Laptop Thin HDD", // tested with ST500LT012-9WS142/0001SDM1,
2495 // ST500LM021-1KJ152/0002LIM1
2496 "ST((250|320|500)LT0(12|15|25)|(320|500)LM0(10|21))-.*",
d2e702cf
GI
2497 "", "", ""
2498 },
3d17a85c
GI
2499 { "Seagate Laptop SSHD", // tested with ST500LM000-1EJ162/SM11
2500 "ST(500|1000)LM0(00|14)-.*",
2501 "", "", ""
2502 },
7f0798ef
GI
2503 { "Seagate Medalist 1010, 1720, 1721, 2120, 3230 and 4340", // ATA2, with -t permissive
2504 "ST3(1010|1720|1721|2120|3230|4340)A",
a23d5117
GI
2505 "", "", ""
2506 },
2507 { "Seagate Medalist 2110, 3221, 4321, 6531, and 8641",
2508 "ST3(2110|3221|4321|6531|8641)A",
2509 "", "", ""
2510 },
d008864d
GI
2511 { "Seagate U4",
2512 "ST3(2112|4311|6421|8421)A",
a23d5117
GI
2513 "", "", ""
2514 },
d008864d
GI
2515 { "Seagate U5",
2516 "ST3(40823|30621|20413|15311|10211)A",
a23d5117
GI
2517 "", "", ""
2518 },
d008864d 2519 { "Seagate U6",
a23d5117
GI
2520 "ST3(8002|6002|4081|3061|2041)0A",
2521 "", "", ""
2522 },
d008864d
GI
2523 { "Seagate U7",
2524 "ST3(30012|40012|60012|80022|120020)A",
a23d5117
GI
2525 "", "", ""
2526 },
d008864d
GI
2527 { "Seagate U8",
2528 "ST3(4313|6811|8410|4313|13021|17221)A",
a23d5117
GI
2529 "", "", ""
2530 },
d008864d
GI
2531 { "Seagate U9", // tested with ST3160022ACE/9.51
2532 "ST3(80012|120025|160022)A(CE)?",
a23d5117
GI
2533 "", "", ""
2534 },
a7e8ffec 2535 { "Seagate U10",
a23d5117
GI
2536 "ST3(20423|15323|10212)A",
2537 "", "", ""
2538 },
d008864d
GI
2539 { "Seagate UX",
2540 "ST3(10014A(CE)?|20014A)",
2541 "", "", ""
2542 },
a7e8ffec 2543 { "Seagate Barracuda ATA",
a23d5117
GI
2544 "ST3(2804|2724|2043|1362|1022|681)0A",
2545 "", "", ""
2546 },
a7e8ffec 2547 { "Seagate Barracuda ATA II",
a23d5117
GI
2548 "ST3(3063|2042|1532|1021)0A",
2549 "", "", ""
2550 },
a7e8ffec 2551 { "Seagate Barracuda ATA III",
a23d5117
GI
2552 "ST3(40824|30620|20414|15310|10215)A",
2553 "", "", ""
2554 },
a7e8ffec 2555 { "Seagate Barracuda ATA IV",
a23d5117
GI
2556 "ST3(20011|30011|40016|60021|80021)A",
2557 "", "", ""
2558 },
a7e8ffec 2559 { "Seagate Barracuda ATA V",
a23d5117
GI
2560 "ST3(12002(3A|4A|9A|3AS)|800(23A|15A|23AS)|60(015A|210A)|40017A)",
2561 "", "", ""
2562 },
2563 { "Seagate Barracuda 5400.1",
2564 "ST340015A",
2565 "", "", ""
2566 },
ee38a438
GI
2567 { "Seagate Barracuda 7200.7 and 7200.7 Plus", // tested with "ST380819AS 39M3701 39M0171 IBM"/3.03
2568 "ST3(200021A|200822AS?|16002[13]AS?|12002[26]AS?|1[26]082[78]AS|8001[13]AS?|8081[79]AS|60014A|40111AS|40014AS?)( .* IBM)?",
a23d5117
GI
2569 "", "", ""
2570 },
a7e8ffec 2571 { "Seagate Barracuda 7200.8",
a23d5117
GI
2572 "ST3(400[68]32|300[68]31|250[68]23|200826)AS?",
2573 "", "", ""
2574 },
a7e8ffec 2575 { "Seagate Barracuda 7200.9",
a23d5117
GI
2576 "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?.*",
2577 "", "", ""
2578 },
a7e8ffec 2579 { "Seagate Barracuda 7200.10",
cfbba5b9 2580 "ST3((80|160)[28]15|200820|250[34]10|(250|300|320|400)[68]20|360320|500[68]30|750[68]40)AS?",
a23d5117
GI
2581 "", "", ""
2582 },
a7e8ffec 2583 { "Seagate Barracuda 7200.11", // unaffected firmware
a23d5117 2584 "ST3(160813|320[68]13|500[368]20|640[36]23|640[35]30|750[36]30|1000(333|[36]40)|1500341)AS?",
e165493d 2585 "CC.?.?", // http://knowledge.seagate.com/articles/en_US/FAQ/207957en
a23d5117
GI
2586 "", ""
2587 },
a7e8ffec 2588 { "Seagate Barracuda 7200.11", // fixed firmware
a23d5117 2589 "ST3(500[368]20|750[36]30|1000340)AS?",
e165493d 2590 "SD1A", // http://knowledge.seagate.com/articles/en_US/FAQ/207951en
a23d5117
GI
2591 "", ""
2592 },
a7e8ffec 2593 { "Seagate Barracuda 7200.11", // fixed firmware
a23d5117 2594 "ST3(160813|320[68]13|640[36]23|1000333|1500341)AS?",
e165493d 2595 "SD[12]B", // http://knowledge.seagate.com/articles/en_US/FAQ/207957en
a23d5117
GI
2596 "", ""
2597 },
d008864d 2598 { "Seagate Barracuda 7200.11", // buggy or fixed firmware
a23d5117 2599 "ST3(500[368]20|640[35]30|750[36]30|1000340)AS?",
cfbba5b9 2600 "(AD14|SD1[5-9]|SD81)",
a23d5117 2601 "There are known problems with these drives,\n"
d008864d
GI
2602 "THIS DRIVE MAY OR MAY NOT BE AFFECTED,\n"
2603 "see the following web pages for details:\n"
e165493d
GI
2604 "http://knowledge.seagate.com/articles/en_US/FAQ/207931en\n"
2605 "http://knowledge.seagate.com/articles/en_US/FAQ/207951en\n"
d008864d 2606 "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632758",
a23d5117
GI
2607 ""
2608 },
a7e8ffec 2609 { "Seagate Barracuda 7200.11", // unknown firmware
a23d5117
GI
2610 "ST3(160813|320[68]13|500[368]20|640[36]23|640[35]30|750[36]30|1000(333|[36]40)|1500341)AS?",
2611 "",
2612 "There are known problems with these drives,\n"
2613 "see the following Seagate web pages:\n"
e165493d
GI
2614 "http://knowledge.seagate.com/articles/en_US/FAQ/207931en\n"
2615 "http://knowledge.seagate.com/articles/en_US/FAQ/207951en\n"
2616 "http://knowledge.seagate.com/articles/en_US/FAQ/207957en",
a23d5117
GI
2617 ""
2618 },
ee38a438
GI
2619 { "Seagate Barracuda 7200.12", // new firmware
2620 "ST3(160318|250318|320418|50041[08]|750528|1000528)AS",
2621 "CC4[9A-Z]",
2622 "", ""
2623 },
2624 { "Seagate Barracuda 7200.12", // unknown firmware
2625 "ST3(160318|250318|320418|50041[08]|750528|1000528)AS",
2626 "",
2627 "A firmware update for this drive may be available,\n"
2628 "see the following Seagate web pages:\n"
2629 "http://knowledge.seagate.com/articles/en_US/FAQ/207931en\n"
2630 "http://knowledge.seagate.com/articles/en_US/FAQ/213891en",
2631 ""
2632 },
2633 { "Seagate Barracuda 7200.12", // tested with ST3250312AS/JC45, ST31000524AS/JC45,
2634 // ST3500413AS/JC4B, ST3750525AS/JC4B
2635 "ST3(160318|25031[128]|320418|50041[038]|750(518|52[358])|100052[348])AS",
a23d5117
GI
2636 "", "", ""
2637 },
ee38a438
GI
2638 { "Seagate Barracuda XT", // tested with ST32000641AS/CC13,
2639 // ST4000DX000-1C5160/CC42
2640 "ST(3(2000641|3000651)AS|4000DX000-.*)",
2641 "", "", ""
2642 },
2643 { "Seagate Barracuda 7200.14 (AF)", // new firmware, tested with
2644 // ST3000DM001-9YN166/CC4H, ST3000DM001-9YN166/CC9E
d2e702cf 2645 "ST(1000|1500|2000|2500|3000)DM00[1-3]-9YN16.",
ee38a438
GI
2646 "CC(4[H-Z]|[5-9A-Z]..*)", // >= "CC4H"
2647 "",
2648 "-v 188,raw16 -v 240,msec24hour32" // tested with ST3000DM001-9YN166/CC4H
2649 },
2650 { "Seagate Barracuda 7200.14 (AF)", // old firmware, tested with
2651 // ST1000DM003-9YN162/CC46
d2e702cf 2652 "ST(1000|1500|2000|2500|3000)DM00[1-3]-9YN16.",
ee38a438
GI
2653 "CC4[679CG]",
2654 "A firmware update for this drive is available,\n"
2655 "see the following Seagate web pages:\n"
2656 "http://knowledge.seagate.com/articles/en_US/FAQ/207931en\n"
2657 "http://knowledge.seagate.com/articles/en_US/FAQ/223651en",
2658 "-v 188,raw16 -v 240,msec24hour32"
2659 },
2660 { "Seagate Barracuda 7200.14 (AF)", // unknown firmware
d2e702cf 2661 "ST(1000|1500|2000|2500|3000)DM00[1-3]-9YN16.",
ee38a438
GI
2662 "",
2663 "A firmware update for this drive may be available,\n"
2664 "see the following Seagate web pages:\n"
2665 "http://knowledge.seagate.com/articles/en_US/FAQ/207931en\n"
2666 "http://knowledge.seagate.com/articles/en_US/FAQ/223651en",
2667 "-v 188,raw16 -v 240,msec24hour32"
2668 },
d2e702cf
GI
2669 { "Seagate Barracuda 7200.14 (AF)", // different part number, tested with
2670 // ST1000DM003-1CH162/CC47, ST1000DM003-1CH162/CC49, ST2000DM001-1CH164/CC24,
293b5ab8
JD
2671 // ST1000DM000-9TS15E/CC92, APPLE HDD ST3000DM001/AP15 (no attr 240)
2672 "ST(1000|1500|2000|2500|3000)DM00[0-3]-.*|"
2673 "APPLE HDD ST3000DM001",
d2e702cf
GI
2674 "", "",
2675 "-v 188,raw16 -v 240,msec24hour32"
2676 },
ee38a438
GI
2677 { "Seagate Barracuda 7200.14 (AF)", // < 1TB, tested with ST250DM000-1BC141
2678 "ST(250|320|500|750)DM00[0-3]-.*",
2679 "", "",
2680 "-v 188,raw16 -v 240,msec24hour32"
2681 },
2682 { "Seagate Desktop HDD.15", // tested with ST4000DM000-1CD168/CC43
2683 "ST4000DM000-.*",
2684 "", "",
2685 "-v 188,raw16 -v 240,msec24hour32"
2686 },
d2e702cf
GI
2687 { "Seagate Desktop SSHD", // tested with ST2000DX001-1CM164/CC43
2688 "ST(1000|2000|4000)DX001-.*",
2689 "", "",
2690 "-v 188,raw16 -v 240,msec24hour32"
2691 },
ee38a438
GI
2692 { "Seagate Barracuda LP", // new firmware
2693 "ST3(500412|1000520|1500541|2000542)AS",
2694 "CC3[5-9A-Z]",
2695 "",
2696 "" // -F xerrorlba ?
2697 },
2698 { "Seagate Barracuda LP", // unknown firmware
2699 "ST3(500412|1000520|1500541|2000542)AS",
2700 "",
2701 "A firmware update for this drive may be available,\n"
2702 "see the following Seagate web pages:\n"
2703 "http://knowledge.seagate.com/articles/en_US/FAQ/207931en\n"
2704 "http://knowledge.seagate.com/articles/en_US/FAQ/213915en",
2705 "-F xerrorlba" // tested with ST31000520AS/CC32
2706 },
2707 { "Seagate Barracuda Green (AF)", // new firmware
2708 "ST((10|15|20)00DL00[123])-.*",
d2e702cf 2709 "CC(3[2-9A-Z]|[4-9A-Z]..*)", // >= "CC32"
ee38a438
GI
2710 "", ""
2711 },
2712 { "Seagate Barracuda Green (AF)", // unknown firmware
2713 "ST((10|15|20)00DL00[123])-.*",
2714 "",
2715 "A firmware update for this drive may be available,\n"
2716 "see the following Seagate web pages:\n"
2717 "http://knowledge.seagate.com/articles/en_US/FAQ/207931en\n"
2718 "http://knowledge.seagate.com/articles/en_US/FAQ/218171en",
2719 ""
2720 },
a23d5117
GI
2721 { "Seagate Barracuda ES",
2722 "ST3(250[68]2|32062|40062|50063|75064)0NS",
2723 "", "", ""
2724 },
2725 { "Seagate Barracuda ES.2", // fixed firmware
2726 "ST3(25031|50032|75033|100034)0NS",
e165493d 2727 "SN[01]6|" // http://knowledge.seagate.com/articles/en_US/FAQ/207963en
d008864d 2728 "MA(0[^7]|[^0].)", // http://dellfirmware.seagate.com/dell_firmware/DellFirmwareRequest.jsp
ee38a438
GI
2729 "",
2730 "-F xerrorlba" // tested with ST31000340NS/SN06
a23d5117 2731 },
d008864d
GI
2732 { "Seagate Barracuda ES.2", // buggy firmware (Dell)
2733 "ST3(25031|50032|75033|100034)0NS",
2734 "MA07",
2735 "There are known problems with these drives,\n"
2736 "AND THIS FIRMWARE VERSION IS AFFECTED,\n"
2737 "see the following Seagate web page:\n"
2738 "http://dellfirmware.seagate.com/dell_firmware/DellFirmwareRequest.jsp",
2739 ""
2740 },
a23d5117
GI
2741 { "Seagate Barracuda ES.2", // unknown firmware
2742 "ST3(25031|50032|75033|100034)0NS",
2743 "",
2744 "There are known problems with these drives,\n"
2745 "see the following Seagate web pages:\n"
e165493d
GI
2746 "http://knowledge.seagate.com/articles/en_US/FAQ/207931en\n"
2747 "http://knowledge.seagate.com/articles/en_US/FAQ/207963en",
a23d5117
GI
2748 ""
2749 },
cfbba5b9
GI
2750 { "Seagate Constellation (SATA)", // tested with ST9500530NS/SN03
2751 "ST9(160511|500530)NS",
2752 "", "", ""
2753 },
2754 { "Seagate Constellation ES (SATA)", // tested with ST31000524NS/SN11
2755 "ST3(50051|100052|200064)4NS",
2756 "", "", ""
2757 },
d008864d
GI
2758 { "Seagate Constellation ES (SATA 6Gb/s)", // tested with ST1000NM0011/SN02
2759 "ST(5|10|20)00NM0011",
2760 "", "", ""
2761 },
293b5ab8
JD
2762 { "Seagate Constellation ES.2 (SATA 6Gb/s)", // tested with ST32000645NS/0004, ST33000650NS,
2763 // MB3000EBKAB/HPG6
2764 "ST3(2000645|300065[012])NS|"
2765 "MB3000EBKAB", // HP OEM
3d17a85c
GI
2766 "", "", ""
2767 },
2768 { "Seagate Constellation ES.3", // tested with ST1000NM0033-9ZM173/0001, ST4000NM0033-9ZM170/SN03
2769 "ST[1234]000NM00[35]3-.*",
d008864d
GI
2770 "", "", ""
2771 },
d2e702cf
GI
2772 { "Seagate Constellation CS", // tested with ST3000NC000/CE02, ST3000NC002-1DY166/CN02
2773 "ST(1000|2000|3000)NC00[0-3](-.*)?",
2774 "", "", ""
2775 },
293b5ab8
JD
2776 { "Seagate Constellation.2 (SATA)", // 2.5", tested with ST91000640NS/SN02, MM1000GBKAL/HPGB
2777 "ST9(25061|50062|100064)[012]NS|" // *SS = SAS
2778 "MM1000GBKAL", // HP OEM
2779 "", "", ""
2780 },
2781 { "Seagate Enterprise Capacity 3.5 HDD", // tested with ST6000NM0024-1HT17Z/SN02
2782 "ST[2456]000NM0[01][248]4-.*", // *[069]4 = 4Kn
d2e702cf
GI
2783 "", "", ""
2784 },
2785 { "Seagate NAS HDD", // tested with ST2000VN000-1H3164/SC42, ST3000VN000-1H4167/SC43
2786 "ST[234]000VN000-.*",
2787 "", "", ""
2788 },
293b5ab8
JD
2789 { "Seagate Archive HDD", // tested with ST8000AS0002-1NA17Z/AR13
2790 "ST[568]000AS00[01][12]-.*",
2791 "", "", ""
2792 },
a7e8ffec 2793 { "Seagate Pipeline HD 5900.1",
cfbba5b9
GI
2794 "ST3(160310|320[34]10|500(321|422))CS",
2795 "", "", ""
2796 },
a7e8ffec 2797 { "Seagate Pipeline HD 5900.2", // tested with ST31000322CS/SC13
cfbba5b9
GI
2798 "ST3(160316|250[34]12|320(311|413)|500(312|414)|1000(322|424))CS",
2799 "", "", ""
2800 },
d2e702cf
GI
2801 { "Seagate Video 3.5 HDD", // tested with ST4000VM000-1F3168/SC23, SC25
2802 "ST(10|15|20|30|40)00VM00[023]-.*",
2803 "", "", ""
2804 },
a23d5117
GI
2805 { "Seagate Medalist 17240, 13030, 10231, 8420, and 4310",
2806 "ST3(17240|13030|10231|8420|4310)A",
2807 "", "", ""
2808 },
2809 { "Seagate Medalist 17242, 13032, 10232, 8422, and 4312",
2810 "ST3(1724|1303|1023|842|431)2A",
2811 "", "", ""
2812 },
a7e8ffec 2813 { "Seagate NL35",
a23d5117
GI
2814 "ST3(250623|250823|400632|400832|250824|250624|400633|400833|500641|500841)NS",
2815 "", "", ""
2816 },
a7e8ffec 2817 { "Seagate SV35.2",
d008864d
GI
2818 "ST3(160815|250820|320620|500630|750640)[AS]V",
2819 "", "", ""
2820 },
2821 { "Seagate SV35.5", // tested with ST31000525SV/CV12
2822 "ST3(250311|500410|1000525)SV",
2823 "", "", ""
2824 },
e165493d
GI
2825 { "Seagate SV35", // tested with ST2000VX000-9YW164/CV12
2826 "ST([123]000VX00[20]|31000526SV|3500411SV)(-.*)?",
d008864d
GI
2827 "", "", ""
2828 },
2829 { "Seagate DB35", // tested with ST3250823ACE/3.03
2830 "ST3(200826|250823|300831|400832)ACE",
2831 "", "", ""
2832 },
2833 { "Seagate DB35.2", // tested with ST3160212SCE/3.ACB
2834 "ST3(802110|120213|160212|200827|250824|300822|400833|500841)[AS]CE",
a23d5117
GI
2835 "", "", ""
2836 },
a7e8ffec 2837 { "Seagate DB35.3",
d008864d
GI
2838 "ST3(750640SCE|((80|160)215|(250|320|400)820|500830|750840)[AS]CE)",
2839 "", "", ""
2840 },
ee38a438
GI
2841 { "Seagate LD25.2", // tested with ST940210AS/3.ALC
2842 "ST9(40|80)210AS?",
2843 "", "", ""
2844 },
d008864d
GI
2845 { "Seagate ST1.2 CompactFlash", // tested with ST68022CF/3.01
2846 "ST6[468]022CF",
a23d5117
GI
2847 "", "", ""
2848 },
2849 { "Western Digital Protege",
2850 /* Western Digital drives with this comment all appear to use Attribute 9 in
2851 * a non-standard manner. These entries may need to be updated when it
2852 * is understood exactly how Attribute 9 should be interpreted.
2853 * UPDATE: this is probably explained by the WD firmware bug described in the
2854 * smartmontools FAQ */
2855 "WDC WD([2468]00E|1[26]00A)B-.*",
2856 "", "", ""
2857 },
a7e8ffec 2858 { "Western Digital Caviar",
a23d5117
GI
2859 /* Western Digital drives with this comment all appear to use Attribute 9 in
2860 * a non-standard manner. These entries may need to be updated when it
2861 * is understood exactly how Attribute 9 should be interpreted.
2862 * UPDATE: this is probably explained by the WD firmware bug described in the
2863 * smartmontools FAQ */
2864 "WDC WD(2|3|4|6|8|10|12|16|18|20|25)00BB-.*",
2865 "", "", ""
2866 },
a7e8ffec 2867 { "Western Digital Caviar WDxxxAB",
a23d5117
GI
2868 /* Western Digital drives with this comment all appear to use Attribute 9 in
2869 * a non-standard manner. These entries may need to be updated when it
2870 * is understood exactly how Attribute 9 should be interpreted.
2871 * UPDATE: this is probably explained by the WD firmware bug described in the
2872 * smartmontools FAQ */
2873 "WDC WD(3|4|6|8|25)00AB-.*",
2874 "", "", ""
2875 },
a7e8ffec 2876 { "Western Digital Caviar WDxxxAA",
a23d5117
GI
2877 /* Western Digital drives with this comment all appear to use Attribute 9 in
2878 * a non-standard manner. These entries may need to be updated when it
2879 * is understood exactly how Attribute 9 should be interpreted.
2880 * UPDATE: this is probably explained by the WD firmware bug described in the
2881 * smartmontools FAQ */
2882 "WDC WD...?AA(-.*)?",
2883 "", "", ""
2884 },
a7e8ffec 2885 { "Western Digital Caviar WDxxxBA",
a23d5117
GI
2886 /* Western Digital drives with this comment all appear to use Attribute 9 in
2887 * a non-standard manner. These entries may need to be updated when it
2888 * is understood exactly how Attribute 9 should be interpreted.
2889 * UPDATE: this is probably explained by the WD firmware bug described in the
2890 * smartmontools FAQ */
2891 "WDC WD...BA",
2892 "", "", ""
2893 },
a7e8ffec 2894 { "Western Digital Caviar AC", // add only 5400rpm/7200rpm (ata33 and faster)
a23d5117
GI
2895 "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]?.*",
2896 "", "", ""
2897 },
a7e8ffec 2898 { "Western Digital Caviar SE",
a23d5117
GI
2899 /* Western Digital drives with this comment all appear to use Attribute 9 in
2900 * a non-standard manner. These entries may need to be updated when it
2901 * is understood exactly how Attribute 9 should be interpreted.
2902 * UPDATE: this is probably explained by the WD firmware bug described in the
2903 * smartmontools FAQ
2904 * UPDATE 2: this does not apply to more recent models, at least WD3200AAJB */
2905 "WDC WD(4|6|8|10|12|16|18|20|25|30|32|40|50)00(JB|PB)-.*",
2906 "", "", ""
2907 },
a7e8ffec 2908 { "Western Digital Caviar Blue EIDE", // WD Caviar SE EIDE
a23d5117
GI
2909 /* not completely accurate: at least also WD800JB, WD(4|8|20|25)00BB sold as Caviar Blue */
2910 "WDC WD(16|25|32|40|50)00AAJB-.*",
2911 "", "", ""
2912 },
a7e8ffec 2913 { "Western Digital Caviar Blue EIDE", // WD Caviar SE16 EIDE
a23d5117
GI
2914 "WDC WD(25|32|40|50)00AAKB-.*",
2915 "", "", ""
2916 },
a7e8ffec 2917 { "Western Digital RE EIDE",
a23d5117
GI
2918 "WDC WD(12|16|25|32)00SB-.*",
2919 "", "", ""
2920 },
a7e8ffec 2921 { "Western Digital Caviar Serial ATA",
a23d5117
GI
2922 "WDC WD(4|8|20|32)00BD-.*",
2923 "", "", ""
2924 },
d008864d
GI
2925 { "Western Digital Caviar SE Serial ATA", // tested with WDC WD3000JD-98KLB0/08.05J08
2926 "WDC WD(4|8|12|16|20|25|30|32|40)00(JD|KD|PD)-.*",
a23d5117
GI
2927 "", "", ""
2928 },
a7e8ffec 2929 { "Western Digital Caviar SE Serial ATA",
a23d5117
GI
2930 "WDC WD(8|12|16|20|25|30|32|40|50)00JS-.*",
2931 "", "", ""
2932 },
a7e8ffec 2933 { "Western Digital Caviar SE16 Serial ATA",
a23d5117
GI
2934 "WDC WD(16|20|25|32|40|50|75)00KS-.*",
2935 "", "", ""
2936 },
a7e8ffec 2937 { "Western Digital Caviar Blue Serial ATA", // WD Caviar SE Serial ATA
a23d5117 2938 /* not completely accurate: at least also WD800BD, (4|8)00JD sold as Caviar Blue */
cfbba5b9 2939 "WDC WD((8|12|16|25|32)00AABS|(8|12|16|25|32|40|50)00AAJS)-.*",
a23d5117
GI
2940 "", "", ""
2941 },
3d17a85c
GI
2942 { "Western Digital Caviar Blue (SATA)", // WD Caviar SE16 Serial ATA
2943 // tested with WD1602ABKS-18N8A0/DELL/02.03B04
2944 "WDC WD((16|20|25|32|40|50|64|75)00AAKS|1602ABKS|10EALS)-.*",
cfbba5b9
GI
2945 "", "", ""
2946 },
293b5ab8
JD
2947 { "Western Digital Blue", // tested with WDC WD5000AZLX-00K4KA0/80.00A80,
2948 // WDC WD10EZEX-00RKKA0/80.00A80, WDC WD10EZEX-75M2NA0/01.01A01
2949 "WDC WD((25|32|50)00AAK|5000AZL|7500AAL|10EAL|10EZE)X-.*",
a23d5117
GI
2950 "", "", ""
2951 },
a7e8ffec 2952 { "Western Digital RE Serial ATA",
a23d5117
GI
2953 "WDC WD(12|16|25|32)00(SD|YD|YS)-.*",
2954 "", "", ""
2955 },
a7e8ffec 2956 { "Western Digital RE2 Serial ATA",
a23d5117
GI
2957 "WDC WD((40|50|75)00(YR|YS|AYYS)|(16|32|40|50)0[01]ABYS)-.*",
2958 "", "", ""
2959 },
a7e8ffec 2960 { "Western Digital RE2-GP",
a23d5117
GI
2961 "WDC WD(5000AB|7500AY|1000FY)PS-.*",
2962 "", "", ""
2963 },
e165493d
GI
2964 { "Western Digital RE3 Serial ATA", // tested with WDC WD7502ABYS-02A6B0/03.00C06
2965 "WDC WD((25|32|50|75)02A|(75|10)02F)BYS-.*",
a23d5117
GI
2966 "", "", ""
2967 },
293b5ab8
JD
2968 { "Western Digital RE4", // tested with WDC WD2003FYYS-18W0B0/01.01D02,
2969 // WDC WD1003FBYZ-010FB0/01.01V03
2970 "WDC WD((25|50)03ABYX|1003FBY[XZ]|(15|20)03FYYS)-.*",
a7e8ffec
GI
2971 "", "", ""
2972 },
d008864d
GI
2973 { "Western Digital RE4-GP", // tested with WDC WD2002FYPS-02W3B0/04.01G01
2974 "WDC WD2002FYPS-.*",
2975 "", "", ""
2976 },
d2e702cf
GI
2977 { "Western Digital RE4 (SATA 6Gb/s)", // tested with WDC WD2000FYYZ-01UL1B0/01.01K01,
2978 // WD2000FYYX/00.0D1K2
2979 "WDC WD(20|30|40)00FYYZ-.*|WD2000FYYX",
2980 "", "", ""
2981 },
2982 { "Western Digital Se", // tested with WDC WD2000F9YZ-09N20L0/01.01A01
2983 "WDC WD(1002|2000|3000|4000)F9YZ-.*",
ee38a438
GI
2984 "", "", ""
2985 },
a7e8ffec 2986 { "Western Digital Caviar Green",
7f0798ef 2987 "WDC WD((50|64|75)00AA(C|V)S|(50|64|75)00AADS|10EA(C|V)S|(10|15|20)EADS)-.*",
ee38a438
GI
2988 "",
2989 "",
2990 "-F xerrorlba" // tested with WDC WD7500AADS-00M2B0/01.00A01
a23d5117 2991 },
ee38a438 2992 { "Western Digital Caviar Green (AF)",
a7e8ffec 2993 "WDC WD(((64|75|80)00AA|(10|15|20)EA|(25|30)EZ)R|20EAC)S-.*",
e9583e0c
GI
2994 "", "", ""
2995 },
293b5ab8 2996 { "Western Digital Green", // tested with
ee38a438 2997 // WDC WD10EZRX-00A8LB0/01.01A01, WDC WD20EZRX-00DC0B0/80.00A80,
293b5ab8
JD
2998 // WDC WD30EZRX-00MMMB0/80.00A80, WDC WD40EZRX-00SPEB0/80.00A80,
2999 // WDC WD60EZRX-00MVLB1/80.00A80
3000 "WDC WD(7500AA|(10|15|20)EA|(10|20|25|30|40|50|60)EZ)RX-.*",
d008864d
GI
3001 "", "", ""
3002 },
a7e8ffec 3003 { "Western Digital Caviar Black",
cfbba5b9 3004 "WDC WD((500|640|750)1AAL|1001FA[EL]|2001FAS)S-.*",
a23d5117
GI
3005 "", "", ""
3006 },
d2e702cf
GI
3007 { "Western Digital Black", // tested with
3008 // WDC WD5003AZEX-00RKKA0/80.00A80, WDC WD1003FZEX-00MK2A0/01.01A01,
3009 // WDC WD3001FAEX-00MJRA0/01.01L01, WDC WD4001FAEX-00MJRA0/01.01L01
3010 "WDC WD(5002AAL|5003AZE|(64|75)02AAE|((10|15|20)0[23]|[34]001)F[AZ]E)X-.*",
a7e8ffec
GI
3011 "", "", ""
3012 },
3013 { "Western Digital AV ATA", // tested with WDC WD3200AVJB-63J5A0/01.03E01
cfbba5b9
GI
3014 "WDC WD(8|16|25|32|50)00AV[BJ]B-.*",
3015 "", "", ""
3016 },
a7e8ffec 3017 { "Western Digital AV SATA",
cfbba5b9 3018 "WDC WD(16|25|32)00AVJS-.*",
a23d5117
GI
3019 "", "", ""
3020 },
e165493d
GI
3021 { "Western Digital AV-GP",
3022 "WDC WD((16|25|32|50|64|75)00AV[CDV]S|(10|15|20)EV[CDV]S)-.*",
3023 "", "", ""
3024 },
293b5ab8
JD
3025 { "Western Digital AV-GP (AF)", // tested with WDC WD10EURS-630AB1/80.00A80,
3026 // WDC WD10EUCX-63YZ1Y0/51.0AB52, WDC WD20EURX-64HYZY0/80.00A80
3027 "WDC WD(5000AUDX|7500AURS|10EUCX|(10|15|20|25|30)EUR[SX])-.*",
a23d5117
GI
3028 "", "", ""
3029 },
293b5ab8
JD
3030 { "Western Digital AV", // tested with DC WD10JUCT-63CYNY0/01.01A01
3031 "WDC WD((16|25|32|50)00BU[CD]|5000LUC|10JUC)T-.*",
a7e8ffec
GI
3032 "", "", ""
3033 },
3034 { "Western Digital Raptor",
e9583e0c 3035 "WDC WD((360|740|800)GD|(360|740|800|1500)ADF[DS])-.*",
a23d5117
GI
3036 "", "", ""
3037 },
3038 { "Western Digital Raptor X",
3039 "WDC WD1500AHFD-.*",
3040 "", "", ""
3041 },
d008864d
GI
3042 { "Western Digital VelociRaptor", // tested with WDC WD1500HLHX-01JJPV0/04.05G04
3043 "WDC WD(((800H|(1500|3000)[BH]|1600H|3000G)LFS)|((1500|3000|4500|6000)[BH]LHX))-.*",
a23d5117
GI
3044 "", "", ""
3045 },
ee38a438
GI
3046 { "Western Digital VelociRaptor (AF)", // tested with WDC WD1000DHTZ-04N21V0/04.06A00
3047 "WDC WD(2500H|5000H|1000D)HTZ-.*",
3048 "", "", ""
3049 },
a7e8ffec 3050 { "Western Digital Scorpio EIDE",
a23d5117
GI
3051 "WDC WD(4|6|8|10|12|16)00(UE|VE)-.*",
3052 "", "", ""
3053 },
cfbba5b9
GI
3054 { "Western Digital Scorpio Blue EIDE", // tested with WDC WD3200BEVE-00A0HT0/11.01A11
3055 "WDC WD(4|6|8|10|12|16|25|32)00BEVE-.*",
a23d5117
GI
3056 "", "", ""
3057 },
a7e8ffec 3058 { "Western Digital Scorpio Serial ATA",
a23d5117
GI
3059 "WDC WD(4|6|8|10|12|16|25)00BEAS-.*",
3060 "", "", ""
3061 },
a7e8ffec 3062 { "Western Digital Scorpio Blue Serial ATA",
a23d5117
GI
3063 "WDC WD((4|6|8|10|12|16|25)00BEVS|(8|12|16|25|32|40|50|64)00BEVT|7500KEVT|10TEVT)-.*",
3064 "", "", ""
3065 },
ee38a438 3066 { "Western Digital Scorpio Blue Serial ATA (AF)", // tested with
d008864d
GI
3067 // WDC WD10JPVT-00A1YT0/01.01A01
3068 "WDC WD((16|25|32|50|64|75)00BPVT|10[JT]PVT)-.*",
3069 "", "", ""
3070 },
3071 { "Western Digital Scorpio Black", // tested with WDC WD5000BEKT-00KA9T0/01.01A01
3072 "WDC WD(8|12|16|25|32|50)00B[EJ]KT-.*",
a7e8ffec
GI
3073 "", "", ""
3074 },
ee38a438 3075 { "Western Digital Scorpio Black (AF)",
d008864d 3076 "WDC WD(50|75)00BPKT-.*",
a23d5117
GI
3077 "", "", ""
3078 },
293b5ab8
JD
3079 { "Western Digital Red", // tested with WDC WD10EFRX-68JCSN0/01.01A01,
3080 // WDC WD10JFCX-68N6GN0/01.01A01, WDC WD40EFRX-68WT0N0/80.00A80,
3081 // WDC WD60EFRX-68MYMN1/82.00A82
3082 "WDC WD(7500BFC|10JFC|(10|20|30|40|50|60)EFR)X-.*",
3083 "", "", ""
3084 },
3085 { "Western Digital Red Pro", // tested with WDC WD2001FFSX-68JNUN0/81.00A81
3086 "WDC WD[234]001FFSX-.*",
3087 "", "", ""
3088 },
3089 { "Western Digital Purple", // tested with WDC WD40PURX-64GVNY0/80.00A80
3090 "WDC WD[123456]0PURX-.*",
d2e702cf
GI
3091 "", "", ""
3092 },
3093 { "Western Digital Blue Mobile", // tested with WDC WD5000LPVX-08V0TT2/03.01A03
3094 "WDC WD((25|32|50|75)00[BLM]|10[JS])P[CV][TX]-.*",
3095 "", "", ""
3096 },
3097 { "Western Digital Green Mobile", // tested with WDC WD20NPVX-00EA4T0/01.01A01
3098 "WDC WD(15|20)NPV[TX]-.*",
a23d5117
GI
3099 "", "", ""
3100 },
293b5ab8
JD
3101 { "Western Digital Black Mobile", // tested with WDC WD7500BPKX-22HPJT0/01.01A01
3102 "WDC WD((16|25|32)00BE|(50|75)00BP)KX-.*",
3103 "", "", ""
3104 },
d2e702cf 3105 { "Western Digital Elements / My Passport (USB)", // tested with WDC WD5000BMVW-11AMCS0/01.01A01
ee38a438 3106 "WDC WD(25|32|40|50)00BMV[UVW]-.*", // *W-* = USB 3.0
a23d5117
GI
3107 "", "", ""
3108 },
d2e702cf 3109 { "Western Digital Elements / My Passport (USB, AF)", // tested with
ee38a438
GI
3110 // WDC WD5000KMVV-11TK7S1/01.01A01, WDC WD10TMVW-11ZSMS5/01.01A01,
3111 // WDC WD10JMVW-11S5XS1/01.01A01, WDC WD20NMVW-11W68S0/01.01A01
3112 "WDC WD(5000[LK]|7500K|10[JT]|20N)MV[VW]-.*", // *W-* = USB 3.0
a23d5117
GI
3113 "", "", ""
3114 },
a7e8ffec 3115 { "Quantum Bigfoot", // tested with TS10.0A/A21.0G00, TS12.7A/A21.0F00
cfbba5b9 3116 "QUANTUM BIGFOOT TS(10\\.0|12\\.7)A",
a23d5117
GI
3117 "", "", ""
3118 },
a7e8ffec 3119 { "Quantum Fireball lct15",
a23d5117
GI
3120 "QUANTUM FIREBALLlct15 ([123]0|22)",
3121 "", "", ""
3122 },
a7e8ffec
GI
3123 { "Quantum Fireball lct20",
3124 "QUANTUM FIREBALLlct20 [1234]0",
a23d5117
GI
3125 "", "", ""
3126 },
a7e8ffec 3127 { "Quantum Fireball CX",
a23d5117
GI
3128 "QUANTUM FIREBALL CX10.2A",
3129 "", "", ""
3130 },
a7e8ffec 3131 { "Quantum Fireball CR",
a23d5117
GI
3132 "QUANTUM FIREBALL CR(4.3|6.4|8.4|13.0)A",
3133 "", "", ""
3134 },
ee38a438
GI
3135 { "Quantum Fireball EX", // tested with QUANTUM FIREBALL EX10.2A/A0A.0D00
3136 "QUANTUM FIREBALL EX(3\\.2|6\\.4|10\\.2)A",
a23d5117
GI
3137 "", "", ""
3138 },
a7e8ffec 3139 { "Quantum Fireball ST",
a23d5117
GI
3140 "QUANTUM FIREBALL ST(3.2|4.3|4300)A",
3141 "", "", ""
3142 },
a7e8ffec 3143 { "Quantum Fireball SE",
a23d5117
GI
3144 "QUANTUM FIREBALL SE4.3A",
3145 "", "", ""
3146 },
a7e8ffec 3147 { "Quantum Fireball Plus LM",
a23d5117
GI
3148 "QUANTUM FIREBALLP LM(10.2|15|20.[45]|30)",
3149 "", "", ""
3150 },
a7e8ffec
GI
3151 { "Quantum Fireball Plus AS",
3152 "QUANTUM FIREBALLP AS(10.2|20.5|30.0|40.0|60.0)",
a23d5117
GI
3153 "", "", ""
3154 },
a7e8ffec 3155 { "Quantum Fireball Plus KX",
a23d5117
GI
3156 "QUANTUM FIREBALLP KX27.3",
3157 "", "", ""
3158 },
a7e8ffec 3159 { "Quantum Fireball Plus KA",
a23d5117
GI
3160 "QUANTUM FIREBALLP KA(9|10).1",
3161 "", "", ""
3162 },
e9583e0c
GI
3163
3164 ////////////////////////////////////////////////////
3165 // USB ID entries
3166 ////////////////////////////////////////////////////
3167
293b5ab8
JD
3168 // 0x0350 (?)
3169 { "USB: ViPowER USB3.0 Storage; ",
3170 "0x0350:0x0038",
3171 "", // 0x1905
3172 "",
3173 "-d sat,12" // ATA output registers missing
3174 },
f4e463df
GI
3175 // Hewlett-Packard
3176 { "USB: HP Desktop HD BD07; ", // 2TB
3177 "0x03f0:0xbd07",
3178 "",
3179 "",
3180 "-d sat"
3181 },
e9583e0c
GI
3182 // ALi
3183 { "USB: ; ALi M5621", // USB->PATA
3184 "0x0402:0x5621",
3185 "",
3186 "",
3187 "" // unsupported
3188 },
cfbba5b9
GI
3189 // VIA
3190 { "USB: Connectland BE-USB2-35BP-LCM; VIA VT6204",
3191 "0x040d:0x6204",
3192 "",
3193 "",
3194 "" // unsupported
3195 },
3196 // Buffalo / Melco
3197 { "USB: Buffalo JustStore Portable HD-PVU2; ",
3198 "0x0411:0x0181",
3199 "",
3200 "",
3201 "-d sat"
3202 },
293b5ab8
JD
3203 { "USB: Buffalo Drivestation Duo; ",
3204 "0x0411:0x01ce",
3205 "",
3206 "",
3207 "-d sat"
3208 },
3209 { "USB: Buffalo DriveStation HD-LBU2 ; Medialogic MLDU11",
3210 "0x0411:0x01ea",
3211 "",
3212 "",
3213 "-d sat"
3214 },
d008864d
GI
3215 { "USB: Buffalo MiniStation Stealth HD-PCTU2; ",
3216 "0x0411:0x01d9",
3217 "", // 0x0108
3218 "",
3219 "-d sat"
3220 },
d2e702cf
GI
3221 { "USB: Buffalo MiniStationHD-PCFU3; ",
3222 "0x0411:0x0240",
3223 "",
3224 "",
3225 "-d sat"
3226 },
d008864d
GI
3227 // LG Electronics
3228 { "USB: LG Mini HXD5; JMicron",
3229 "0x043e:0x70f1",
3230 "", // 0x0100
3231 "",
3232 "-d usbjmicron"
3233 },
3234 // Philips
3235 { "USB: Philips; ", // SDE3273FC/97 2.5" SATA HDD enclosure
3236 "0x0471:0x2021",
3237 "", // 0x0103
3238 "",
3239 "-d sat"
3240 },
cfbba5b9 3241 // Toshiba
293b5ab8 3242 { "USB: Toshiba Stor.E Slim USB 3.0; ", // TOSHIBA MQ01UBD100
d2e702cf
GI
3243 "0x0480:0x0100",
3244 "", // 0x0000
3245 "",
3246 "-d sat"
3247 },
293b5ab8
JD
3248 { "USB: Toshiba Canvio Basics; ", // TOSHIBA MQ01UBD100
3249 "0x0480:0x(0201|a200)",
3250 "",
3251 "",
3252 "-d sat"
3253 },
ee38a438 3254 { "USB: Toshiba Canvio 500GB; SunPlus",
cfbba5b9
GI
3255 "0x0480:0xa004",
3256 "",
3257 "",
3258 "-d usbsunplus"
3259 },
ee38a438 3260 { "USB: Toshiba Canvio Basics; ",
293b5ab8
JD
3261 "0x0480:0xa00[6d]",
3262 "", // 0x0001, 0x0407
ee38a438
GI
3263 "",
3264 "-d sat"
3265 },
293b5ab8 3266 { "USB: Toshiba Canvio 3.0 Portable Hard Drive; ", // TOSHIBA MQ01UBD050
3d17a85c
GI
3267 "0x0480:0xa007",
3268 "", // 0x0001
3269 "",
3270 "-d sat"
3271 },
293b5ab8
JD
3272 { "USB: Toshiba Stor.E Basics; ",
3273 "0x0480:0xa00[9ce]",
3274 "", // 0x0000 (0xa00e)
d2e702cf
GI
3275 "",
3276 "-d sat"
3277 },
3278 { "USB: Toshiba Stor.E Plus", // 2TB
3279 "0x0480:0xa00a",
3280 "",
3281 "",
3282 "-d sat"
3283 },
293b5ab8
JD
3284 { "USB: Toshiba Canvio ALU; ", // TOSHIBA MQ01UBB200
3285 "0x0480:0xa100",
3286 "",
3d17a85c 3287 "",
293b5ab8
JD
3288 "-d sat"
3289 },
3290 { "USB: Toshiba Canvio Desktop; ",
3291 "0x0480:0xd0(00|10|11)",
3292 "", // 0x0316 (0xd011)
3d17a85c
GI
3293 "",
3294 "-d sat"
3295 },
e9583e0c
GI
3296 // Cypress
3297 { "USB: ; Cypress CY7C68300A (AT2)",
3298 "0x04b4:0x6830",
3299 "0x0001",
3300 "",
3301 "" // unsupported
3302 },
3303 { "USB: ; Cypress CY7C68300B/C (AT2LP)",
3304 "0x04b4:0x6830",
3305 "0x0240",
3306 "",
3307 "-d usbcypress"
3308 },
ee38a438
GI
3309 // Fujitsu
3310 { "USB: Fujitsu/Zalman ZM-VE300; ", // USB 3.0
3311 "0x04c5:0x2028",
3312 "", // 0x0001
3313 "",
3314 "-d sat"
3315 },
3d17a85c
GI
3316 // Fujitsu chip on DeLock 42475
3317 { "USB: Fujitsu SATA-to-USB3.0 bridge chip", // USB 3.0
3318 "0x04c5:0x201d",
3319 "", // 0x0001
3320 "",
3321 "-d sat"
3322 },
e9583e0c
GI
3323 // Myson Century
3324 { "USB: ; Myson Century CS8818",
3325 "0x04cf:0x8818",
cfbba5b9 3326 "", // 0xb007
e9583e0c
GI
3327 "",
3328 "" // unsupported
3329 },
3330 // Samsung
cfbba5b9 3331 { "USB: Samsung S2 Portable; JMicron",
293b5ab8 3332 "0x04e8:0x1f0[568a]", // 0x1f0a: SAMSUNG HN-M101XBB
cfbba5b9
GI
3333 "",
3334 "",
293b5ab8 3335 "-d usbjmicron" // 0x1f0a: works also with "-d sat"
cfbba5b9 3336 },
a7e8ffec
GI
3337 { "USB: Samsung S1 Portable; JMicron",
3338 "0x04e8:0x2f03",
3339 "",
3340 "",
3341 "-d usbjmicron"
3342 },
e9583e0c 3343 { "USB: Samsung Story Station; ",
e165493d 3344 "0x04e8:0x5f0[56]",
e9583e0c
GI
3345 "",
3346 "",
3347 "-d sat"
3348 },
cfbba5b9
GI
3349 { "USB: Samsung G2 Portable; JMicron",
3350 "0x04e8:0x6032",
3351 "",
3352 "",
3353 "-d usbjmicron"
3354 },
d008864d
GI
3355 { "USB: Samsung Story Station 3.0; ",
3356 "0x04e8:0x6052",
3357 "",
3358 "",
3359 "-d sat"
3360 },
cfbba5b9
GI
3361 { "USB: Samsung Story Station 3.0; ",
3362 "0x04e8:0x6054",
3363 "",
3364 "",
3365 "-d sat"
3366 },
d008864d
GI
3367 { "USB: Samsung M2 Portable 3.0; ",
3368 "0x04e8:0x60c5",
3369 "",
3370 "",
3371 "-d sat"
3372 },
293b5ab8
JD
3373 { "USB: Samsung D3 Station; ",
3374 "0x04e8:0x612[45]", // 3TB, 4TB
3375 "", // 0x200, 0x202
d2e702cf
GI
3376 "",
3377 "-d sat"
3378 },
293b5ab8
JD
3379 { "USB: Samsung M3 Portable USB 3.0; ", // 1.5/2TB: SpinPoint M9TU
3380 "0x04e8:0x61b[3456]", // 500MB, 2TB, 1.5TB, 1TB
ee38a438
GI
3381 "", // 0x0e00
3382 "",
3383 "-d sat"
3384 },
293b5ab8
JD
3385 { "USB: Samsung S3 Portable; ",
3386 "0x04e8:0x61c8", // ST1000LM025 HN-M101ABB
3387 "", // 0x1301
3388 "",
3389 "-d sat"
3390 },
e9583e0c 3391 // Sunplus
cfbba5b9
GI
3392 { "USB: ; SunPlus",
3393 "0x04fc:0x0c05",
3394 "",
3395 "",
3396 "-d usbsunplus"
3397 },
e9583e0c
GI
3398 { "USB: ; SunPlus SPDIF215",
3399 "0x04fc:0x0c15",
cfbba5b9 3400 "", // 0xf615
e9583e0c
GI
3401 "",
3402 "-d usbsunplus"
3403 },
3404 { "USB: ; SunPlus SPDIF225", // USB+SATA->SATA
3405 "0x04fc:0x0c25",
cfbba5b9 3406 "", // 0x0103
e9583e0c
GI
3407 "",
3408 "-d usbsunplus"
3409 },
3410 // Iomega
f4e463df
GI
3411 { "USB: Iomega Prestige Desktop USB 3.0; ",
3412 "0x059b:0x0070",
3413 "", // 0x0004
3414 "",
3415 "-d sat" // ATA output registers missing
3416 },
e9583e0c
GI
3417 { "USB: Iomega LPHD080-0; ",
3418 "0x059b:0x0272",
3419 "",
3420 "",
3421 "-d usbcypress"
3422 },
3423 { "USB: Iomega MDHD500-U; ",
3424 "0x059b:0x0275",
cfbba5b9 3425 "", // 0x0001
e9583e0c
GI
3426 "",
3427 "" // unsupported
3428 },
cfbba5b9
GI
3429 { "USB: Iomega MDHD-UE; ",
3430 "0x059b:0x0277",
3431 "",
3432 "",
3433 "-d usbjmicron"
3434 },
e9583e0c
GI
3435 { "USB: Iomega LDHD-UP; Sunplus",
3436 "0x059b:0x0370",
3437 "",
3438 "",
3439 "-d usbsunplus"
3440 },
293b5ab8
JD
3441 { "USB: Iomega; JMicron",
3442 "0x059b:0x0[45]75", // 0x0475: Iomega GDHDU2 (0x0100), 0x0575: LDHD-UP
3443 "",
d008864d
GI
3444 "",
3445 "-d usbjmicron"
3446 },
d2e702cf
GI
3447 { "USB: Iomega; JMicron",
3448 "0x059b:0x047a",
3449 "", // 0x0100
3450 "",
3451 "-d sat" // works also with "-d usbjmicron"
3452 },
e9583e0c
GI
3453 // LaCie
3454 { "USB: LaCie hard disk (FA Porsche design);",
3455 "0x059f:0x0651",
3456 "",
3457 "",
3458 "" // unsupported
3459 },
3460 { "USB: LaCie hard disk; JMicron",
3461 "0x059f:0x0951",
3462 "",
3463 "",
3464 "-d usbjmicron"
3465 },
293b5ab8
JD
3466 { "USB: LaCie Rugged Triple Interface; ",
3467 "0x059f:0x100c",
3468 "", // 0x0001
3469 "",
3470 "-d sat"
3471 },
e9583e0c
GI
3472 { "USB: LaCie hard disk (Neil Poulton design);",
3473 "0x059f:0x1018",
3474 "",
3475 "",
3476 "-d sat"
3477 },
3478 { "USB: LaCie Desktop Hard Drive; JMicron",
3479 "0x059f:0x1019",
3480 "",
3481 "",
3482 "-d usbjmicron"
3483 },
3484 { "USB: LaCie Rugged Hard Drive; JMicron",
3485 "0x059f:0x101d",
cfbba5b9
GI
3486 "", // 0x0001
3487 "",
3488 "-d usbjmicron,x"
3489 },
a7e8ffec
GI
3490 { "USB: LaCie Little Disk USB2; JMicron",
3491 "0x059f:0x1021",
3492 "",
3493 "",
3494 "-d usbjmicron"
3495 },
3496 { "USB: LaCie hard disk; ",
3497 "0x059f:0x1029",
3498 "", // 0x0100
3499 "",
3500 "-d sat"
3501 },
cfbba5b9
GI
3502 { "USB: Lacie rikiki; JMicron",
3503 "0x059f:0x102a",
3504 "",
e9583e0c
GI
3505 "",
3506 "-d usbjmicron,x"
3507 },
a7e8ffec 3508 { "USB: LaCie rikiki USB 3.0; ",
d008864d
GI
3509 "0x059f:0x10(49|57)",
3510 "",
3511 "",
3512 "-d sat"
3513 },
3514 { "USB: LaCie minimus USB 3.0; ",
3515 "0x059f:0x104a",
a7e8ffec
GI
3516 "",
3517 "",
3518 "-d sat"
3519 },
ee38a438
GI
3520 { "USB: LaCie Rugged Mini USB 3.0; ",
3521 "0x059f:0x1051",
3522 "", // 0x0000
3523 "",
3524 "-d sat"
3525 },
e9583e0c
GI
3526 // In-System Design
3527 { "USB: ; In-System/Cypress ISD-300A1",
3528 "0x05ab:0x0060",
cfbba5b9 3529 "", // 0x1101
e9583e0c
GI
3530 "",
3531 "-d usbcypress"
3532 },
3533 // Genesys Logic
3534 { "USB: ; Genesys Logic GL881E",
3535 "0x05e3:0x0702",
3536 "",
3537 "",
3538 "" // unsupported
3539 },
3540 { "USB: ; Genesys Logic", // TODO: requires '-T permissive'
3541 "0x05e3:0x0718",
cfbba5b9 3542 "", // 0x0041
e9583e0c
GI
3543 "",
3544 "-d sat"
3545 },
293b5ab8
JD
3546 { "USB: ; Genesys Logic GL3310",
3547 "0x05e3:0x0731", // Chieftec USB 3.0 2.5" case
3548 "",
3549 "",
3550 "-d sat"
3551 },
cfbba5b9
GI
3552 // Micron
3553 { "USB: Micron USB SSD; ",
3554 "0x0634:0x0655",
3555 "",
3556 "",
3557 "" // unsupported
3558 },
e9583e0c
GI
3559 // Prolific
3560 { "USB: ; Prolific PL2507", // USB->PATA
3561 "0x067b:0x2507",
3562 "",
3563 "",
f4e463df 3564 "-d usbjmicron,0" // Port number is required
e9583e0c 3565 },
293b5ab8
JD
3566 { "USB: ; Prolific PL2571/2771/2773/2775", // USB->SATA, USB3->SATA,
3567 "0x067b:0x(2571|277[135])", // USB3+eSATA->SATA, USB3->2xSATA
3568 "",
3569 "",
3570 "-d usbprolific"
3571 },
3572 { "USB: ; Prolific PL3507", // USB+IEEE1394->PATA
e9583e0c 3573 "0x067b:0x3507",
cfbba5b9 3574 "", // 0x0001
e9583e0c 3575 "",
ee38a438
GI
3576 "-d usbjmicron,p"
3577 },
3578 // Imation
3579 { "USB: Imation ; ", // Imation Odyssey external USB dock
3580 "0x0718:0x1000",
3581 "", // 0x5104
3582 "",
3583 "-d sat"
e9583e0c 3584 },
293b5ab8
JD
3585 // SanDisk
3586 { "USB: SanDisk SDCZ80 Flash Drive; Fujitsu", // ATA ID: SanDisk pSSD
3587 "0x0781:0x5580",
3588 "",
3589 "",
3590 "-d sat"
3591 },
e9583e0c 3592 // Freecom
d008864d
GI
3593 { "USB: Freecom Mobile Drive XXS; JMicron",
3594 "0x07ab:0xfc88",
3595 "", // 0x0101
3596 "",
3597 "-d usbjmicron,x"
3598 },
e9583e0c
GI
3599 { "USB: Freecom Hard Drive XS; Sunplus",
3600 "0x07ab:0xfc8e",
cfbba5b9 3601 "", // 0x010f
e9583e0c
GI
3602 "",
3603 "-d usbsunplus"
3604 },
d008864d
GI
3605 { "USB: Freecom; ", // Intel labeled
3606 "0x07ab:0xfc8f",
3607 "", // 0x0000
3608 "",
3609 "-d sat"
3610 },
cfbba5b9
GI
3611 { "USB: Freecom Classic HD 120GB; ",
3612 "0x07ab:0xfccd",
3613 "",
3614 "",
3615 "" // unsupported
3616 },
293b5ab8
JD
3617 { "USB: Freecom HD; JMicron", // 500GB
3618 "0x07ab:0xfcd[6a]",
cfbba5b9
GI
3619 "",
3620 "",
3621 "-d usbjmicron"
3622 },
a7e8ffec 3623 // Oxford Semiconductor, Ltd
d008864d
GI
3624 { "USB: ; Oxford",
3625 "0x0928:0x0000",
3626 "",
3627 "",
3628 "" // unsupported
3629 },
a7e8ffec
GI
3630 { "USB: ; Oxford OXU921DS",
3631 "0x0928:0x0002",
3632 "",
3633 "",
3634 "" // unsupported
3635 },
ee38a438
GI
3636 { "USB: ; Oxford", // Zalman ZM-VE200
3637 "0x0928:0x0010",
3638 "", // 0x0304
3639 "",
3640 "-d sat"
3641 },
3642 // Toshiba
3643 { "USB: Toshiba PX1270E-1G16; Sunplus",
3644 "0x0930:0x0b03",
3645 "",
3646 "",
3647 "-d usbsunplus"
3648 },
e9583e0c
GI
3649 { "USB: Toshiba PX1396E-3T01; Sunplus", // similar to Dura Micro 501
3650 "0x0930:0x0b09",
3651 "",
3652 "",
3653 "-d usbsunplus"
3654 },
a7e8ffec 3655 { "USB: Toshiba Stor.E Steel; Sunplus",
cfbba5b9
GI
3656 "0x0930:0x0b11",
3657 "",
3658 "",
3659 "-d usbsunplus"
3660 },
ee38a438
GI
3661 { "USB: Toshiba Stor.E; ",
3662 "0x0930:0x0b1[9ab]",
3663 "", // 0x0001
3664 "",
3665 "-d sat"
3666 },
d008864d
GI
3667 // Lumberg, Inc.
3668 { "USB: Toshiba Stor.E; Sunplus",
d2e702cf 3669 "0x0939:0x0b1[56]",
d008864d
GI
3670 "",
3671 "",
3672 "-d usbsunplus"
3673 },
293b5ab8
JD
3674 // Apricorn
3675 { "USB: Apricorn SATA Wire; ",
3676 "0x0984:0x0040",
3677 "",
3678 "",
3679 "-d sat"
3680 },
e9583e0c 3681 // Seagate
ee38a438
GI
3682 { "USB: Seagate External Drive; Cypress",
3683 "0x0bc2:0x0503",
3684 "", // 0x0240
3685 "",
3686 "-d usbcypress"
3687 },
e9583e0c
GI
3688 { "USB: Seagate FreeAgent Go; ",
3689 "0x0bc2:0x2(000|100|101)",
3690 "",
3691 "",
3692 "-d sat"
3693 },
3694 { "USB: Seagate FreeAgent Go FW; ",
3695 "0x0bc2:0x2200",
3696 "",
3697 "",
3698 "-d sat"
3699 },
3700 { "USB: Seagate Expansion Portable; ",
293b5ab8
JD
3701 "0x0bc2:0x23(00|12|20|21)",
3702 "", // 0x0219 (0x2312)
e9583e0c
GI
3703 "",
3704 "-d sat"
3705 },
3706 { "USB: Seagate FreeAgent Desktop; ",
3707 "0x0bc2:0x3000",
3708 "",
3709 "",
3710 "-d sat"
3711 },
3712 { "USB: Seagate FreeAgent Desk; ",
3713 "0x0bc2:0x3001",
3714 "",
3715 "",
3716 "-d sat"
3717 },
3d17a85c
GI
3718 { "USB: Seagate FreeAgent Desk; ", // 1TB
3719 "0x0bc2:0x3008",
3720 "",
3721 "",
3722 "-d sat,12"
3723 },
293b5ab8
JD
3724 { "USB: Seagate FreeAgent XTreme; ",
3725 "0x0bc2:0x3101",
3726 "",
3727 "",
3728 "-d sat"
3729 },
3730 { "USB: Seagate Expansion External; ",
3731 "0x0bc2:0x33(00|12|20|21|32)", // 0x3321: Expansion Desktop 4TB
a7e8ffec
GI
3732 "",
3733 "",
3734 "-d sat"
3735 },
3736 { "USB: Seagate FreeAgent GoFlex USB 2.0; ",
d2e702cf 3737 "0x0bc2:0x502[01]",
cfbba5b9
GI
3738 "",
3739 "",
3740 "-d sat"
3741 },
a7e8ffec
GI
3742 { "USB: Seagate FreeAgent GoFlex USB 3.0; ",
3743 "0x0bc2:0x5031",
3744 "",
3745 "",
3746 "-d sat,12"
3747 },
d008864d
GI
3748 { "USB: Seagate FreeAgent; ",
3749 "0x0bc2:0x5040",
3750 "",
3751 "",
3752 "-d sat"
3753 },
3754 { "USB: Seagate FreeAgent GoFlex USB 3.0; ", // 2TB
293b5ab8 3755 "0x0bc2:0x507[01]",
d008864d
GI
3756 "",
3757 "",
3758 "-d sat"
3759 },
3760 { "USB: Seagate FreeAgent GoFlex Desk USB 3.0; ", // 3TB
cfbba5b9
GI
3761 "0x0bc2:0x50a1",
3762 "",
3763 "",
d008864d
GI
3764 "-d sat,12" // "-d sat" does not work (ticket #151)
3765 },
293b5ab8
JD
3766 { "USB: Seagate FreeAgent GoFlex Desk USB 3.0; ", // 2TB, 4TB
3767 "0x0bc2:0x50a[57]",
d008864d
GI
3768 "", // 0x0100
3769 "",
3770 "-d sat"
cfbba5b9 3771 },
293b5ab8
JD
3772 { "USB: Seagate FreeAgent GoFlex Pro for Mac; ",
3773 "0x0bc2:0x6121",
3774 "", // 0x0148
3775 "",
3776 "-d sat"
3777 },
ee38a438 3778 { "USB: Seagate Backup Plus USB 3.0; ", // 1TB
293b5ab8 3779 "0x0bc2:0xa0[01]3",
ee38a438
GI
3780 "", // 0x0100
3781 "",
3782 "-d sat"
3783 },
293b5ab8
JD
3784 { "USB: Seagate Backup Plus Desktop USB 3.0; ",
3785 "0x0bc2:0xa(0a[14]|b31)", // 4TB, 3TB (8 LBA/1 PBA offset), 5TB
3786 "",
3787 "",
3788 "-d sat"
3789 },
3790 { "USB: Seagate Slim Portable Drive; ", // SRD00F1
3791 "0x0bc2:0xab00",
ee38a438
GI
3792 "",
3793 "",
3794 "-d sat"
3795 },
d2e702cf 3796 { "USB: Seagate Backup Plus Slim USB 3.0; ", // (ticket #443)
293b5ab8 3797 "0x0bc2:0xab2[14]",
d2e702cf
GI
3798 "", // 0x0100
3799 "",
3800 "-d sat"
3801 },
e9583e0c 3802 // Dura Micro
d008864d
GI
3803 { "USB: Dura Micro; Cypress",
3804 "0x0c0b:0xb001",
3805 "", // 0x1110
3806 "",
3807 "-d usbcypress"
3808 },
e9583e0c
GI
3809 { "USB: Dura Micro 509; Sunplus",
3810 "0x0c0b:0xb159",
cfbba5b9 3811 "", // 0x0103
e9583e0c
GI
3812 "",
3813 "-d usbsunplus"
3814 },
3815 // Maxtor
a7e8ffec
GI
3816 { "USB: Maxtor OneTouch 200GB; ",
3817 "0x0d49:0x7010",
3818 "",
3819 "",
3820 "" // unsupported
3821 },
e9583e0c
GI
3822 { "USB: Maxtor OneTouch; ",
3823 "0x0d49:0x7300",
cfbba5b9 3824 "", // 0x0121
e9583e0c
GI
3825 "",
3826 "-d sat"
3827 },
3828 { "USB: Maxtor OneTouch 4; ",
3829 "0x0d49:0x7310",
cfbba5b9 3830 "", // 0x0125
e9583e0c
GI
3831 "",
3832 "-d sat"
3833 },
3834 { "USB: Maxtor OneTouch 4 Mini; ",
3835 "0x0d49:0x7350",
cfbba5b9 3836 "", // 0x0125
e9583e0c
GI
3837 "",
3838 "-d sat"
3839 },
d008864d
GI
3840 { "USB: Maxtor BlackArmor Portable; ",
3841 "0x0d49:0x7550",
3842 "",
3843 "",
3844 "-d sat"
3845 },
e9583e0c
GI
3846 { "USB: Maxtor Basics Desktop; ",
3847 "0x0d49:0x7410",
cfbba5b9 3848 "", // 0x0122
e9583e0c
GI
3849 "",
3850 "-d sat"
3851 },
3852 { "USB: Maxtor Basics Portable; ",
3853 "0x0d49:0x7450",
cfbba5b9 3854 "", // 0x0122
e9583e0c
GI
3855 "",
3856 "-d sat"
3857 },
d008864d
GI
3858 // Oyen Digital
3859 { "USB: Oyen Digital MiniPro USB 3.0; ",
3860 "0x0dc4:0x020a",
3861 "",
3862 "",
3863 "-d sat"
3864 },
a7e8ffec
GI
3865 // Cowon Systems, Inc.
3866 { "USB: Cowon iAudio X5; ",
3867 "0x0e21:0x0510",
3868 "",
3869 "",
3870 "-d usbcypress"
3871 },
cfbba5b9
GI
3872 // iRiver
3873 { "USB: iRiver iHP-120/140 MP3 Player; Cypress",
3874 "0x1006:0x3002",
3875 "", // 0x0100
3876 "",
3877 "-d usbcypress"
3878 },
e9583e0c
GI
3879 // Western Digital
3880 { "USB: WD My Passport (IDE); Cypress",
3881 "0x1058:0x0701",
cfbba5b9 3882 "", // 0x0240
e9583e0c
GI
3883 "",
3884 "-d usbcypress"
3885 },
d2e702cf 3886 { "USB: WD My Passport; ",
293b5ab8 3887 "0x1058:0x0(70[245a]|730|74[0128a]|7a8|8[123]0)",
d008864d 3888 "",
e9583e0c
GI
3889 "",
3890 "-d sat"
3891 },
293b5ab8
JD
3892 { "USB: WD My Book; ",
3893 "0x1058:0x09(00|06|10)",
3894 "", // 06=0x0012, 10=0x0106
d008864d
GI
3895 "",
3896 "-d sat"
3897 },
e9583e0c 3898 { "USB: WD Elements Desktop; ",
293b5ab8
JD
3899 "0x1058:0x10(01|03|21|7c)",
3900 "", // 01=0x0104, 03=0x0175, 21=0x2002, 7c=0x1065
d008864d
GI
3901 "",
3902 "-d sat"
3903 },
d2e702cf 3904 { "USB: WD Elements; ",
293b5ab8
JD
3905 "0x1058:0x10(10|23|42|48|a2|a8|b8)",
3906 "", // 10=0x0105, a8=0x1042, b8=0x1007
a7e8ffec
GI
3907 "",
3908 "-d sat"
3909 },
e9583e0c 3910 { "USB: WD My Book; ",
293b5ab8
JD
3911 "0x1058:0x11(00|01|02|04|05|10|30|40)",
3912 "", // 00/01=0x0165, 02=0x1028, 10=0x1030, 30=0x1012, 40=0x1003
e9583e0c
GI
3913 "",
3914 "-d sat"
3915 },
d008864d
GI
3916 // Atech Flash Technology
3917 { "USB: ; Atech", // Enclosure from Kingston SSDNow notebook upgrade kit
3918 "0x11b0:0x6298",
3919 "", // 0x0108
3920 "",
3921 "-d sat"
3922 },
d2e702cf
GI
3923 // ADATA
3924 { "USB: ADATA; ",
293b5ab8
JD
3925 "0x125f:0xa(11|31|35)a", // 0xa11a: Classic CH11 1TB, 0xa31a: HV620 2TB (0x0100)
3926 "", // 0xa35a: HD650 2TB (0x6503)
d2e702cf
GI
3927 "",
3928 "-d sat"
3929 },
293b5ab8
JD
3930 { "USB: ADATA; Cypress",
3931 "0x125f:0xa9[34]a", // 0xa93a: SH93 (0x0150)
ee38a438
GI
3932 "",
3933 "",
3934 "-d usbcypress"
3935 },
e9583e0c
GI
3936 // Initio
3937 { "USB: ; Initio 316000",
3938 "0x13fd:0x0540",
3939 "",
3940 "",
3941 "" // unsupported
3942 },
d008864d
GI
3943 { "USB: ; Initio", // Thermaltake BlacX
3944 "0x13fd:0x0840",
3945 "",
3946 "",
3947 "-d sat"
3948 },
ee38a438
GI
3949 { "USB: ; Initio", // USB->SATA+PATA, Chieftec CEB-25I
3950 "0x13fd:0x1040",
3951 "", // 0x0106
3952 "",
3953 "" // unsupported
3954 },
d008864d
GI
3955 { "USB: ; Initio 6Y120L0", // CoolerMaster XCraft RX-3HU
3956 "0x13fd:0x1150",
3957 "",
3958 "",
3959 "" // unsupported
3960 },
e9583e0c
GI
3961 { "USB: ; Initio", // USB->SATA
3962 "0x13fd:0x1240",
cfbba5b9 3963 "", // 0x0104
e9583e0c
GI
3964 "",
3965 "-d sat"
3966 },
3967 { "USB: ; Initio", // USB+SATA->SATA
3968 "0x13fd:0x1340",
cfbba5b9
GI
3969 "", // 0x0208
3970 "",
3971 "-d sat"
3972 },
d2e702cf
GI
3973 { "USB: ; Initio",
3974 "0x13fd:0x1640",
3975 "", // 0x0864
3976 "",
3977 "-d sat,12" // some SMART commands fail, see ticket #295
3978 },
cfbba5b9
GI
3979 { "USB: Intenso Memory Station 2,5\"; Initio",
3980 "0x13fd:0x1840",
3981 "",
e9583e0c
GI
3982 "",
3983 "-d sat"
3984 },
d008864d
GI
3985 { "USB: ; Initio", // NexStar CX USB enclosure
3986 "0x13fd:0x1e40",
3987 "",
3988 "",
3989 "-d sat"
3990 },
293b5ab8
JD
3991 { "USB: ; Initio",
3992 "0x13fd:0x39[14]0", // 0x3910: Seagate Expansion Portable SRD00F1 (0x0100)
3993 "", // 0x3940: MS-TECH LU-275S (0x0306)
3994 "",
3995 "-d sat"
3996 },
cfbba5b9 3997 // Super Top
293b5ab8 3998 { "USB: Super Top generic enclosure; ",
cfbba5b9 3999 "0x14cd:0x6116",
293b5ab8 4000 "", // 0x0150, older report suggests -d usbcypress
d008864d 4001 "", // 0x0160 also reported as unsupported
293b5ab8 4002 "-d sat"
cfbba5b9 4003 },
e9583e0c 4004 // JMicron
d2e702cf 4005 { "USB: ; JMicron JMS539", // USB2/3->SATA (old firmware)
a7e8ffec 4006 "0x152d:0x0539",
d2e702cf 4007 "0x0100", // 1.00
a7e8ffec
GI
4008 "",
4009 "-d usbjmicron"
4010 },
d2e702cf
GI
4011 { "USB: ; JMicron JMS539", // USB2/3->SATA (new firmware)
4012 "0x152d:0x0539",
293b5ab8
JD
4013 "0x020[56]|" // 2.05, ticket #338
4014 "0x28(03|12)", // 28.03, Mediasonic ProBox HF2-SU3S2 Rev 2 (port multiplier, ticket #504)
4015 "", // 28.12, Mediasonic ProBox H82-SU3S2 (port multiplier)
d2e702cf
GI
4016 "-d sat"
4017 },
cfbba5b9
GI
4018 { "USB: ; JMicron ", // USB->SATA->4xSATA (port multiplier)
4019 "0x152d:0x0551",
4020 "", // 0x0100
4021 "",
4022 "-d usbjmicron,x"
4023 },
293b5ab8
JD
4024 { "USB: ; JMicron JMS567", // USB2/3->SATA
4025 "0x152d:0x0567",
4026 "", // 0x0114
4027 "", // 0x0205, 2.05, Mediasonic ProBox HF2-SU3S2 Rev 3 (port multiplier, ticket #504)
4028 "-d sat"
4029 },
cfbba5b9
GI
4030 { "USB: OCZ THROTTLE OCZESATATHR8G; JMicron JMF601",
4031 "0x152d:0x0602",
4032 "",
4033 "",
4034 "" // unsupported
4035 },
e9583e0c
GI
4036 { "USB: ; JMicron JM20329", // USB->SATA
4037 "0x152d:0x2329",
cfbba5b9 4038 "", // 0x0100
e9583e0c
GI
4039 "",
4040 "-d usbjmicron"
4041 },
4042 { "USB: ; JMicron JM20336", // USB+SATA->SATA, USB->2xSATA
4043 "0x152d:0x2336",
cfbba5b9 4044 "", // 0x0100
e9583e0c
GI
4045 "",
4046 "-d usbjmicron,x"
4047 },
cfbba5b9
GI
4048 { "USB: Generic JMicron adapter; JMicron",
4049 "0x152d:0x2337",
4050 "",
4051 "",
4052 "-d usbjmicron"
4053 },
e9583e0c
GI
4054 { "USB: ; JMicron JM20337/8", // USB->SATA+PATA, USB+SATA->PATA
4055 "0x152d:0x2338",
cfbba5b9 4056 "", // 0x0100
e9583e0c
GI
4057 "",
4058 "-d usbjmicron"
4059 },
4060 { "USB: ; JMicron JM20339", // USB->SATA
4061 "0x152d:0x2339",
cfbba5b9 4062 "", // 0x0100
e9583e0c
GI
4063 "",
4064 "-d usbjmicron,x"
4065 },
cfbba5b9
GI
4066 { "USB: ; JMicron", // USB+SATA->SATA
4067 "0x152d:0x2351", // e.g. Verbatim Portable Hard Drive 500Gb
4068 "", // 0x0100
4069 "",
4070 "-d sat"
4071 },
e9583e0c
GI
4072 { "USB: ; JMicron", // USB->SATA
4073 "0x152d:0x2352",
cfbba5b9
GI
4074 "", // 0x0100
4075 "",
4076 "-d usbjmicron,x"
4077 },
4078 { "USB: ; JMicron", // USB->SATA
4079 "0x152d:0x2509",
4080 "", // 0x0100
e9583e0c
GI
4081 "",
4082 "-d usbjmicron,x"
4083 },
293b5ab8
JD
4084 { "USB: ; JMicron JMS566", // USB3->SATA
4085 "0x152d:0x2566", // e.g. Chieftec CEB-7035S
4086 "", // 0x0114
4087 "",
4088 "-d usbjmicron,x"
4089 },
4090 { "USB: ; JMicron",
4091 "0x152d:0x2590",
4092 "", // 0x0x8105 (ticket #550)
4093 "",
4094 "-d sat"
4095 },
4096 { "USB: ; JMicron JMS567", // USB2/3->SATA
4097 "0x152d:0x3562",
4098 "", // 0x0310, StarTech S358BU33ERM (port multiplier, ticket #508)
4099 "",
4100 "-d sat"
4101 },
4102 { "USB: ; JMicron", // USB3->SATA
4103 "0x152d:0x3569",
4104 "", // 0x0203
4105 "",
4106 "-d sat"
4107 },
cfbba5b9 4108 // ASMedia
293b5ab8
JD
4109 { "USB: ; ASMedia ASM1053/1153",
4110 "0x174c:0x1[01]53",
cfbba5b9
GI
4111 "",
4112 "",
4113 "-d sat"
4114 },
293b5ab8
JD
4115 { "USB: ; ASMedia ASM1051",
4116 "0x174c:0x5106", // 0x174c:0x55aa after firmware update
4117 "",
a7e8ffec 4118 "",
ee38a438 4119 "-d sat"
a7e8ffec 4120 },
d2e702cf
GI
4121 { "USB: ; ASMedia AS2105", // Icy Box IB-AC603A-U3
4122 "0x174c:0x5136",
4123 "", // 0x0001
4124 "",
4125 "-d sat"
4126 },
293b5ab8
JD
4127 { "USB: ; ASMedia", // Vantec NexStar USB 3.0 & SATA dual drive dock
4128 "0x174c:0x5516",
4129 "",
4130 "",
4131 "-d sat"
4132 },
4133 { "USB: ; ASMedia", // MEDION HDDrive-n-GO, LaCie Rikiki USB 3.0,
4134 // Silicon Power Armor A80 (ticket #237)
4135 // reported as unsupported: BYTECC T-200U3, Kingwin USB 3.0 docking station
4136 "0x174c:0x55aa",
4137 "", // 0x0100
4138 "",
4139 "-d sat"
4140 },
cfbba5b9 4141 // LucidPort
ee38a438
GI
4142 { "USB: ; LucidPORT USB300", // RaidSonic ICY BOX IB-110StU3-B, Sharkoon SATA QuickPort H3
4143 "0x1759:0x500[02]", // 0x5000: USB 2.0, 0x5002: USB 3.0
cfbba5b9
GI
4144 "",
4145 "",
4146 "-d sat"
4147 },
d2e702cf
GI
4148 { "USB: ; LucidPort", // Fuj:tech SATA-USB3 dock
4149 "0x1759:0x5100",
4150 "", // 0x2580
4151 "",
4152 "-d sat"
4153 },
e9583e0c 4154 // Verbatim
d008864d
GI
4155 { "USB: Verbatim Portable Hard Drive; Sunplus",
4156 "0x18a5:0x0214",
4157 "", // 0x0112
4158 "",
4159 "-d usbsunplus"
4160 },
293b5ab8 4161 { "USB: Verbatim FW/USB160; Oxford OXUF934SSA-LQAG", // USB+IEEE1394->SATA
e9583e0c 4162 "0x18a5:0x0215",
cfbba5b9 4163 "", // 0x0001
e9583e0c
GI
4164 "",
4165 "-d sat"
4166 },
4167 { "USB: Verbatim External Hard Drive 47519; Sunplus", // USB->SATA
4168 "0x18a5:0x0216",
4169 "",
4170 "",
4171 "-d usbsunplus"
4172 },
a7e8ffec
GI
4173 { "USB: Verbatim Pocket Hard Drive; JMicron", // SAMSUNG SpinPoint N3U-3 (USB, 4KiB LLS)
4174 "0x18a5:0x0227",
4175 "",
4176 "",
4177 "-d usbjmicron" // "-d usbjmicron,x" does not work
4178 },
d008864d
GI
4179 { "USB: Verbatim External Hard Drive; JMicron", // 2TB
4180 "0x18a5:0x022a",
4181 "",
4182 "",
4183 "-d usbjmicron"
4184 },
ee38a438
GI
4185 { "USB: Verbatim Store'n'Go; JMicron", // USB->SATA
4186 "0x18a5:0x022b",
4187 "", // 0x0100
4188 "",
4189 "-d usbjmicron"
4190 },
293b5ab8
JD
4191 { "USB: Verbatim Pocket Hard Drive; ", // 1TB USB 3.0
4192 "0x18a5:0x0237",
4193 "",
4194 "",
4195 "-d sat,12"
4196 },
4197 { "USB: Verbatim External Hard Drive; ", // 3TB USB 3.0
4198 "0x18a5:0x0400",
4199 "",
4200 "",
4201 "-d sat"
4202 },
cfbba5b9
GI
4203 // Silicon Image
4204 { "USB: Vantec NST-400MX-SR; Silicon Image 5744",
4205 "0x1a4a:0x1670",
4206 "",
4207 "",
4208 "" // unsupported
4209 },
e9583e0c
GI
4210 // SunplusIT
4211 { "USB: ; SunplusIT",
4212 "0x1bcf:0x0c31",
4213 "",
4214 "",
4215 "-d usbsunplus"
4216 },
d2e702cf
GI
4217 // TrekStor
4218 { "USB: TrekStor DataStation; ", // DataStation maxi light (USB 3.0)
4219 "0x1e68:0x0050",
4220 "", // 0x0100
4221 "",
4222 "-d sat"
4223 },
ee38a438 4224 // Innostor
293b5ab8
JD
4225 { "USB: ; Innostor IS611", // USB3->SATA+PATA
4226 "0x1f75:0x0611", // SMART access via PATA does not work
4227 "",
4228 "",
4229 "-d sat"
4230 },
4231 { "USB: ; Innostor IS621", // USB3->SATA
4232 "0x1f75:0x0621", // Dynex 2.5" USB 3.0 Exclosure DX-HD302513
4233 "",
4234 "",
4235 "-d sat"
4236 },
4237 { "USB: ; Innostor IS888", // USB3->SATA
4238 "0x1f75:0x0888", // Sharkoon SATA QuickDeck Pro USB 3.0
f4e463df
GI
4239 "", // 0x0034
4240 "",
4241 "" // unsupported
4242 },
293b5ab8
JD
4243 // VIA Labs
4244 { "USB: ; VIA VL701", // USB2/3->SATA
4245 "0x2109:0x0701", // Intenso 2,5" 1TB USB3
4246 "", // 0x0107
4247 "",
4248 "-d sat" // ATA output registers missing
4249 },
4250 // 0x2537 (?)
4251 { "USB: ; ", // USB 3.0
4252 "0x2537:0x106[68]", // 0x1066: Orico 2599US3, 0x1068: Fantec ER-35U3
4253 "", // 0x0100
4254 "",
4255 "-d sat"
4256 },
ee38a438
GI
4257 // Power Quotient International
4258 { "USB: PQI H560; ",
4259 "0x3538:0x0902",
4260 "", // 0x0000
4261 "",
4262 "-d sat"
4263 },
e9583e0c 4264 // Hitachi/SimpleTech
d008864d
GI
4265 { "USB: Hitachi Touro Desk; JMicron", // 3TB
4266 "0x4971:0x1011",
4267 "",
4268 "",
4269 "-d usbjmicron"
4270 },
293b5ab8
JD
4271 { "USB: Hitachi Touro; ",
4272 "0x4971:0x101[45]", // 14=1TB, 15=2TB
f4e463df
GI
4273 "", // 0x0000
4274 "",
4275 "-d sat" // ATA output registers missing
4276 },
293b5ab8
JD
4277 { "USB: Hitachi Touro Mobile; ", // 1TB
4278 "0x4971:0x1020",
4279 "",
4280 "",
4281 "-d sat"
4282 },
e9583e0c
GI
4283 { "USB: Hitachi/SimpleTech; JMicron", // 1TB
4284 "0x4971:0xce17",
4285 "",
4286 "",
4287 "-d usbjmicron,x"
4288 },
4289 // OnSpec
4290 { "USB: ; OnSpec", // USB->PATA
4291 "0x55aa:0x2b00",
cfbba5b9 4292 "", // 0x0100
e9583e0c
GI
4293 "",
4294 "" // unsupported
4295 },
3d17a85c
GI
4296 // 0x6795 (?)
4297 { "USB: Sharkoon 2-Bay RAID Box; ", // USB 3.0
4298 "0x6795:0x2756",
4299 "", // 0x0100
4300 "",
4301 "-d sat"
4302 },
a23d5117
GI
4303/*
4304}; // builtin_knowndrives[]
4305 */