From 7ca3e5a1b4032c222b3ddcb64ae93354172f9a13 Mon Sep 17 00:00:00 2001 From: pjwilliams <pjwilliams@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Sun, 16 Nov 2003 22:49:14 +0000 Subject: [PATCH] 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 --- sm5/CHANGELOG | 4 +++- sm5/knowndrives.c | 9 ++++++++- sm5/knowndrives.cpp | 9 ++++++++- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG index 70deacd80..c8914c375 100644 --- a/sm5/CHANGELOG +++ b/sm5/CHANGELOG @@ -1,6 +1,6 @@ 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: [BA] Bruce Allen @@ -23,6 +23,8 @@ CURRENT DEVELOPMENT VERSION (see VERSION file in this directory): <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 GLTSD bit is set (global disable of saving log counters) diff --git a/sm5/knowndrives.c b/sm5/knowndrives.c index 03b50ed0a..f989a19bc 100644 --- a/sm5/knowndrives.c +++ b/sm5/knowndrives.c @@ -27,7 +27,7 @@ #include "utility.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; #define MODEL_STRING_LENGTH 40 @@ -286,6 +286,13 @@ const drivesettings knowndrives[] = { vendoropts_9_minutes, NULL, NULL }, + { // Maxtor DiamondMax VL 30 family + "^Maxtor (33073U4|32049U3|31536U2|30768U1)$", + ".*", + NULL, + vendoropts_9_minutes, + NULL, NULL + }, { // Maxtor DiamondMax Plus 9 family "^Maxtor 6Y((060|080|120|160)L0|(080|120|160|200)P0|(060|080|120|160|200)M0)$", ".*", diff --git a/sm5/knowndrives.cpp b/sm5/knowndrives.cpp index cc9e5f916..9ac0dc0e2 100644 --- a/sm5/knowndrives.cpp +++ b/sm5/knowndrives.cpp @@ -27,7 +27,7 @@ #include "utility.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; #define MODEL_STRING_LENGTH 40 @@ -286,6 +286,13 @@ const drivesettings knowndrives[] = { vendoropts_9_minutes, NULL, NULL }, + { // Maxtor DiamondMax VL 30 family + "^Maxtor (33073U4|32049U3|31536U2|30768U1)$", + ".*", + NULL, + vendoropts_9_minutes, + NULL, NULL + }, { // Maxtor DiamondMax Plus 9 family "^Maxtor 6Y((060|080|120|160)L0|(080|120|160|200)P0|(060|080|120|160|200)M0)$", ".*", -- GitLab