Skip to content
Snippets Groups Projects
Commit 0697f75e authored by pjwilliams's avatar pjwilliams
Browse files

Corrected name of Maxtor MaXLine II family in comment and CHANGELOG

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1565 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 13647193
No related branches found
No related tags found
No related merge requests found
CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.359 2004/03/05 23:36:10 pjwilliams Exp $
$Id: CHANGELOG,v 1.360 2004/03/05 23:38:46 pjwilliams Exp $
The most recent version of this file is:
http://cvs.sourceforge.net/viewcvs.py/smartmontools/sm5/CHANGELOG?sortby=date&view=markup
......@@ -30,7 +30,7 @@ NOTES FOR FUTURE RELEASES: see TODO file.
[PW] Added QUANTUM FIREBALLlct15 30, QUANTUM FIREBALLlct20 40, and
Maxtor 6Y060P0 (DiamondMax Plus 9 60GB) to knowndrives table.
[PW] Added Maxtor DiamondMax 16 family to knowndrives table (thanks to
[PW] Added Maxtor MaXLine II family to knowndrives table (thanks to
Brett Russ for submitting the patch).
[BA] Added remaining read/write commands to detailed list of
......
......@@ -27,7 +27,7 @@
#include "utility.h"
#include "config.h"
const char *knowndrives_c_cvsid="$Id: knowndrives.c,v 1.94 2004/03/05 23:36:10 pjwilliams Exp $"
const char *knowndrives_c_cvsid="$Id: knowndrives.c,v 1.95 2004/03/05 23:38:46 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
......@@ -415,7 +415,7 @@ const drivesettings knowndrives[] = {
vendoropts_9_minutes,
NULL, NULL
},
{ // Maxtor DiamondMax 16 family
{ // Maxtor MaXLine II family
"^Maxtor [45]A(25|32)0[JN]0$",
".*",
NULL,
......
......@@ -27,7 +27,7 @@
#include "utility.h"
#include "config.h"
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.94 2004/03/05 23:36:10 pjwilliams Exp $"
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.95 2004/03/05 23:38:46 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
......@@ -415,7 +415,7 @@ const drivesettings knowndrives[] = {
vendoropts_9_minutes,
NULL, NULL
},
{ // Maxtor DiamondMax 16 family
{ // Maxtor MaXLine II family
"^Maxtor [45]A(25|32)0[JN]0$",
".*",
NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment