Skip to content
Snippets Groups Projects
Commit 7ca3e5a1 authored by pjwilliams's avatar pjwilliams
Browse files

Added Maxtor DiamondMax VL 30 family to knowndrives table.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1241 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 1060d575
No related branches found
No related tags found
No related merge requests found
CHANGELOG for smartmontools CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.257 2003/11/15 02:32:49 dpgilbert Exp $ $Id: CHANGELOG,v 1.258 2003/11/16 22:49:14 pjwilliams Exp $
Maintainers / Developers Key: Maintainers / Developers Key:
[BA] Bruce Allen [BA] Bruce Allen
...@@ -23,6 +23,8 @@ CURRENT DEVELOPMENT VERSION (see VERSION file in this directory): ...@@ -23,6 +23,8 @@ CURRENT DEVELOPMENT VERSION (see VERSION file in this directory):
<ADDITIONS TO THE CHANGE LOG SHOULD BE ADDED HERE, PLEASE> <ADDITIONS TO THE CHANGE LOG SHOULD BE ADDED HERE, PLEASE>
[PW] Added Maxtor DiamondMax VL 30 family to knowndrives table.
[DG] scsi: add warning (when '-l error' active) if Control mode page [DG] scsi: add warning (when '-l error' active) if Control mode page
GLTSD bit is set (global disable of saving log counters) GLTSD bit is set (global disable of saving log counters)
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include "utility.h" #include "utility.h"
#include "config.h" #include "config.h"
const char *knowndrives_c_cvsid="$Id: knowndrives.c,v 1.56 2003/11/10 21:17:11 pjwilliams Exp $" const char *knowndrives_c_cvsid="$Id: knowndrives.c,v 1.57 2003/11/16 22:49:14 pjwilliams Exp $"
ATACMDS_H_CVSID ATAPRINT_H_CVSID CONFIG_H_CVSID EXTERN_H_CVSID KNOWNDRIVES_H_CVSID UTILITY_H_CVSID; ATACMDS_H_CVSID ATAPRINT_H_CVSID CONFIG_H_CVSID EXTERN_H_CVSID KNOWNDRIVES_H_CVSID UTILITY_H_CVSID;
#define MODEL_STRING_LENGTH 40 #define MODEL_STRING_LENGTH 40
...@@ -286,6 +286,13 @@ const drivesettings knowndrives[] = { ...@@ -286,6 +286,13 @@ const drivesettings knowndrives[] = {
vendoropts_9_minutes, vendoropts_9_minutes,
NULL, NULL NULL, NULL
}, },
{ // Maxtor DiamondMax VL 30 family
"^Maxtor (33073U4|32049U3|31536U2|30768U1)$",
".*",
NULL,
vendoropts_9_minutes,
NULL, NULL
},
{ // Maxtor DiamondMax Plus 9 family { // Maxtor DiamondMax Plus 9 family
"^Maxtor 6Y((060|080|120|160)L0|(080|120|160|200)P0|(060|080|120|160|200)M0)$", "^Maxtor 6Y((060|080|120|160)L0|(080|120|160|200)P0|(060|080|120|160|200)M0)$",
".*", ".*",
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include "utility.h" #include "utility.h"
#include "config.h" #include "config.h"
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.56 2003/11/10 21:17:11 pjwilliams Exp $" const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.57 2003/11/16 22:49:14 pjwilliams Exp $"
ATACMDS_H_CVSID ATAPRINT_H_CVSID CONFIG_H_CVSID EXTERN_H_CVSID KNOWNDRIVES_H_CVSID UTILITY_H_CVSID; ATACMDS_H_CVSID ATAPRINT_H_CVSID CONFIG_H_CVSID EXTERN_H_CVSID KNOWNDRIVES_H_CVSID UTILITY_H_CVSID;
#define MODEL_STRING_LENGTH 40 #define MODEL_STRING_LENGTH 40
...@@ -286,6 +286,13 @@ const drivesettings knowndrives[] = { ...@@ -286,6 +286,13 @@ const drivesettings knowndrives[] = {
vendoropts_9_minutes, vendoropts_9_minutes,
NULL, NULL NULL, NULL
}, },
{ // Maxtor DiamondMax VL 30 family
"^Maxtor (33073U4|32049U3|31536U2|30768U1)$",
".*",
NULL,
vendoropts_9_minutes,
NULL, NULL
},
{ // Maxtor DiamondMax Plus 9 family { // Maxtor DiamondMax Plus 9 family
"^Maxtor 6Y((060|080|120|160)L0|(080|120|160|200)P0|(060|080|120|160|200)M0)$", "^Maxtor 6Y((060|080|120|160)L0|(080|120|160|200)P0|(060|080|120|160|200)M0)$",
".*", ".*",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment