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

knowndrives.cpp updates:

- New Seagate 7200.11 firmware version
- Update IBM link


git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2963 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 7e260dca
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,10 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
[CF] knowndrives.cpp updates:
- New Seagate 7200.11 firmware version
- Update IBM link
[CF] smartctl: Use printf() instead of pout() for exception error
messages to avoid access to bogus 'con->dont_print'.
......
......@@ -35,7 +35,7 @@
#include <stdexcept>
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.207 2009/07/04 23:24:37 manfred99 Exp $"
const char *knowndrives_c_cvsid="$Id$"
ATACMDS_H_CVSID CONFIG_H_CVSID EXTERN_H_CVSID INT64_H_CVSID KNOWNDRIVES_H_CVSID UTILITY_H_CVSID;
#define MODEL_STRING_LENGTH 40
......@@ -99,8 +99,7 @@ static const drive_settings builtin_knowndrives[] = {
"",
"IBM Deskstar 60GXP drives may need upgraded SMART firmware.\n"
"Please see http://www.geocities.com/dtla_update/index.html#rel and\n"
"http://www-3.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-42215 or\n"
"http://www-1.ibm.com/support/docview.wss?uid=psg1MIGR-42215",
"http://www.ibm.com/pc/support/site.wss/MIGR-42215.html",
""
},
{ "IBM Deskstar 40GV & 75GXP series (A5AA/A6AA firmware)",
......@@ -113,8 +112,7 @@ static const drive_settings builtin_knowndrives[] = {
"",
"IBM Deskstar 40GV and 75GXP drives may need upgraded SMART firmware.\n"
"Please see http://www.geocities.com/dtla_update/ and\n"
"http://www-3.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-42215 or\n"
"http://www-1.ibm.com/support/docview.wss?uid=psg1MIGR-42215",
"http://www.ibm.com/pc/support/site.wss/MIGR-42215.html",
""
},
{ "", // ExcelStor J240, J340, J360, J680, and J880
......@@ -1023,7 +1021,7 @@ static const drive_settings builtin_knowndrives[] = {
},
{ "Seagate Barracuda 7200.11 family", // fixed firmware
"ST3(160813|320[68]13|640[36]23|1000333|1500341)AS?",
"SD1B", // http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207957
"SD[12]B", // http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207957
"", ""
},
{ "Seagate Barracuda 7200.11 family", // buggy firmware
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment