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

knowndrives.cpp updates: Add warnings about possible Seagate firmware bugs.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2717 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 618af150
Branches
No related tags found
No related merge requests found
CHANGELOG for smartmontools CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.765 2009/01/27 17:47:14 chrfranke Exp $ $Id: CHANGELOG,v 1.766 2009/01/27 21:12:00 chrfranke Exp $
The most recent version of this file is: The most recent version of this file is:
http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/CHANGELOG?view=markup http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/CHANGELOG?view=markup
...@@ -41,6 +41,9 @@ NOTES FOR FUTURE RELEASES: see TODO file. ...@@ -41,6 +41,9 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE> <DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
[CF] knowndrives.cpp updates: Add warnings about possible firmware
bugs to Seagate 7200.11, ES.2 and DiamondMax 22 entries.
[CF] knowndrives.cpp updates: Add Samsung SpinPoint F1 series. [CF] knowndrives.cpp updates: Add Samsung SpinPoint F1 series.
[CF] Windows: Fix return value of scsi_pass_through(). Regression [CF] Windows: Fix return value of scsi_pass_through(). Regression
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include <stdexcept> #include <stdexcept>
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.193 2009/01/27 17:47:15 chrfranke Exp $" const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.194 2009/01/27 21:12:00 chrfranke Exp $"
ATACMDS_H_CVSID CONFIG_H_CVSID EXTERN_H_CVSID INT64_H_CVSID KNOWNDRIVES_H_CVSID UTILITY_H_CVSID; ATACMDS_H_CVSID CONFIG_H_CVSID EXTERN_H_CVSID INT64_H_CVSID KNOWNDRIVES_H_CVSID UTILITY_H_CVSID;
#define MODEL_STRING_LENGTH 40 #define MODEL_STRING_LENGTH 40
...@@ -540,8 +540,12 @@ static const drive_settings builtin_knowndrives[] = { ...@@ -540,8 +540,12 @@ static const drive_settings builtin_knowndrives[] = {
"", "", "" "", "", ""
}, },
{ "Seagate Maxtor DiamondMax 22", { "Seagate Maxtor DiamondMax 22",
"MAXTOR STM3(320613|500320|750330|1000340)AS?", "(MAXTOR )?STM3(160813|32061[34]|500320|640323|750330|10003(34|40))AS?",
"", "", "" "",
"There are known problems with these drives,\n"
"see the following Seagate web page:\n"
"http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207931",
""
}, },
{ "Maxtor MaXLine Plus II", { "Maxtor MaXLine Plus II",
"Maxtor 7Y250[PM]0", "Maxtor 7Y250[PM]0",
...@@ -910,9 +914,22 @@ static const drive_settings builtin_knowndrives[] = { ...@@ -910,9 +914,22 @@ static const drive_settings builtin_knowndrives[] = {
"ST3((80|160)[28]15|200820|250[34]10|(250|300|320|400)[68]20|500[68]30|750[68]40)AS?", "ST3((80|160)[28]15|200820|250[34]10|(250|300|320|400)[68]20|500[68]30|750[68]40)AS?",
"", "", "" "", "", ""
}, },
{ "Seagate Barracuda 7200.11 family", { "Seagate Barracuda 7200.11 family", // buggy firmware
"ST3(160813|320613|500[368]20|640323|750[36]30|1000(333|[36]40)|1500341)AS?", "ST3(500[368]20|640[35]30|750[36]30|1000340)AS?",
"", "", "" "(AD14|SD1[5-9])",
"There are known problems with these drives,\n"
"AND THIS FIRMWARE VERSION IS AFFECTED,\n"
"see the following Seagate web page:\n"
"http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207931",
""
},
{ "Seagate Barracuda 7200.11 family", // unknown firmware
"ST3(160813|320[68]13|500[368]20|640[36]23|640[35]30|750[36]30|1000(333|[36]40)|1500341)AS?",
"",
"There are known problems with these drives,\n"
"see the following Seagate web page:\n"
"http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207931",
""
}, },
{ "Seagate Barracuda ES", { "Seagate Barracuda ES",
"ST3(250[68]2|32062|40062|50063|75064)0NS", "ST3(250[68]2|32062|40062|50063|75064)0NS",
...@@ -920,7 +937,11 @@ static const drive_settings builtin_knowndrives[] = { ...@@ -920,7 +937,11 @@ static const drive_settings builtin_knowndrives[] = {
}, },
{ "Seagate Barracuda ES.2", // no SAS versions added for now { "Seagate Barracuda ES.2", // no SAS versions added for now
"ST3(25031|50032|75033|100034)0NS", "ST3(25031|50032|75033|100034)0NS",
"", "", "" "",
"There are known problems with these drives,\n"
"see the following Seagate web page:\n"
"http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207931",
""
}, },
{ "Seagate Medalist 17240, 13030, 10231, 8420, and 4310", { "Seagate Medalist 17240, 13030, 10231, 8420, and 4310",
"ST3(17240|13030|10231|8420|4310)A", "ST3(17240|13030|10231|8420|4310)A",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment