Skip to content
Snippets Groups Projects
Commit 83adefa0 authored by shattered's avatar shattered
Browse files
parent 6d86eeaa
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
#include "knowndrives.h"
#include "utility.h" // includes <regex.h>
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.149 2006/10/09 18:04:44 shattered Exp $"
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.150 2006/10/14 16:43:47 shattered Exp $"
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
......@@ -622,6 +622,11 @@ const drivesettings knowndrives[] = {
".*",
NULL, NULL, NULL, NULL
},
{ "IBM Travelstar 4GN family",
"^IBM-DKLA-2(216|324|432)0$",
".*",
NULL, NULL, NULL, NULL
},
{ "IBM Deskstar 37GP and 34GXP family",
"^IBM-DPTA-3(5(375|300|225|150)|7(342|273|205|136))0$",
".*",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment