Skip to content
Snippets Groups Projects
Commit 6da327d0 authored by pjwilliams's avatar pjwilliams
Browse files

Drive database: added missing drives from Seagate Momentus 5400.2 family

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2318 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent d30f8822
No related branches found
No related tags found
No related merge requests found
CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.587 2006/10/30 12:28:53 ballen4705 Exp $
$Id: CHANGELOG,v 1.588 2006/10/30 22:35:28 pjwilliams Exp $
The most recent version of this file is:
http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/CHANGELOG?view=markup
......@@ -33,6 +33,9 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
[PW] Drive database: added missing drives from Seagate Momentus 5400.2
family
[BA] Finished Christian's fix (next item below) by removing
LINUX_86_64 hack from configure.in.
......
......@@ -26,7 +26,7 @@
#include "knowndrives.h"
#include "utility.h" // includes <regex.h>
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.155 2006/10/25 22:18:43 pjwilliams Exp $"
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.156 2006/10/30 22:35:28 pjwilliams 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
......@@ -850,7 +850,7 @@ const drivesettings knowndrives[] = {
NULL, NULL, NULL, NULL
},
{ "Seagate Momentus 5400.2 series",
"^ST9(9808211|960822|808211|408114|308110|120821|10082[34]|98823|96812|94813|93811|60822)AS?$",
"^ST9(808211|60822|408114|308110|120821|10082[34]|8823|6812|4813|3811)AS?$",
".*",
NULL, NULL, NULL, NULL
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment