Skip to content
Snippets Groups Projects
Commit 3e6d0d74 authored by pjwilliams's avatar pjwilliams
Browse files

Added Maxtor DiamondMax Plus 8 family to knowndrives table.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1359 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent f24347fe
Branches
No related tags found
No related merge requests found
CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.286 2003/12/09 19:57:55 ballen4705 Exp $
$Id: CHANGELOG,v 1.287 2003/12/09 22:40:13 pjwilliams Exp $
The most recent version of this file is:
http://cvs.sourceforge.net/viewcvs.py/smartmontools/sm5/CHANGELOG?sortby=date&view=markup
......@@ -24,6 +24,8 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<ADDITIONS TO THE CHANGE LOG SHOULD BE ADDED JUST BELOW HERE, PLEASE>
[PW] Added Maxtor DiamondMax Plus 8 family to knowndrives table.
[BA] linux: check for linux/hdreg.h. If it's there, use it. If
not, provide the necessary definitions ourselves.
......
......@@ -27,7 +27,7 @@
#include "utility.h"
#include "config.h"
const char *knowndrives_c_cvsid="$Id: knowndrives.c,v 1.61 2003/12/08 20:26:19 pjwilliams Exp $"
const char *knowndrives_c_cvsid="$Id: knowndrives.c,v 1.62 2003/12/09 22:40:13 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
......@@ -314,6 +314,13 @@ const drivesettings knowndrives[] = {
vendoropts_9_minutes,
NULL, NULL
},
{ // Maxtor DiamondMax Plus 8 family
"^Maxtor 6E0[234]0L0$",
".*",
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)$",
".*",
......
......@@ -27,7 +27,7 @@
#include "utility.h"
#include "config.h"
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.61 2003/12/08 20:26:19 pjwilliams Exp $"
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.62 2003/12/09 22:40:13 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
......@@ -314,6 +314,13 @@ const drivesettings knowndrives[] = {
vendoropts_9_minutes,
NULL, NULL
},
{ // Maxtor DiamondMax Plus 8 family
"^Maxtor 6E0[234]0L0$",
".*",
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)$",
".*",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment