Skip to content
Snippets Groups Projects
Commit ec65f313 authored by shattered's avatar shattered
Browse files

Add Seagate Barracuda 7200.9 series to database. Source:

parent 148c1582
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include "knowndrives.h" #include "knowndrives.h"
#include "utility.h" // includes <regex.h> #include "utility.h" // includes <regex.h>
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.144 2006/09/24 16:32:25 chrfranke Exp $" const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.145 2006/10/04 23:04:27 shattered Exp $"
ATACMDS_H_CVSID ATAPRINT_H_CVSID CONFIG_H_CVSID EXTERN_H_CVSID INT64_H_CVSID KNOWNDRIVES_H_CVSID UTILITY_H_CVSID; ATACMDS_H_CVSID ATAPRINT_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
...@@ -791,6 +791,11 @@ const drivesettings knowndrives[] = { ...@@ -791,6 +791,11 @@ const drivesettings knowndrives[] = {
".*", ".*",
NULL, NULL, NULL, NULL NULL, NULL, NULL, NULL
}, },
{ "Seagate Barracuda 7200.9 family",
"^ST3(500641|400633|300622|250824|200827|160[28]12|120814|120[28]13|80[28]110|402111)AS?$",
".*",
NULL, NULL, NULL, NULL
},
{ "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