Skip to content
Snippets Groups Projects
Commit b7b31b41 authored by chrfranke's avatar chrfranke
Browse files

Drive database: Added Samsung P80 series with *-25 firmware.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2456 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 8acece36
Branches
No related tags found
No related merge requests found
CHANGELOG for smartmontools CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.649 2008/01/29 18:36:20 chrfranke Exp $ $Id: CHANGELOG,v 1.650 2008/01/29 18:52:17 chrfranke Exp $
The most recent version of this file is: The most recent version of this file is:
http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/CHANGELOG?view=markup http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/CHANGELOG?view=markup
...@@ -34,6 +34,8 @@ NOTES FOR FUTURE RELEASES: see TODO file. ...@@ -34,6 +34,8 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE> <DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
[CF] Drive database: Added Samsung P80 series with *-25 firmware.
[CF] Replaced 'head [-n] -1' by 'sed 1...' in autogen.sh to avoid [CF] Replaced 'head [-n] -1' by 'sed 1...' in autogen.sh to avoid
portability issues. portability issues.
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include "knowndrives.h" #include "knowndrives.h"
#include "utility.h" // includes <regex.h> #include "utility.h" // includes <regex.h>
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.163 2008/01/26 09:33:37 shattered Exp $" const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.164 2008/01/29 18:52:17 chrfranke Exp $"
ATACMDS_H_CVSID ATAPRINT_H_CVSID CONFIG_H_CVSID EXTERN_H_CVSID INT64_H_CVSID KNOWNDRIVES_H_CVSID UTILITY_H_CVSID; 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 #define MODEL_STRING_LENGTH 40
...@@ -400,9 +400,9 @@ const drivesettings knowndrives[] = { ...@@ -400,9 +400,9 @@ const drivesettings knowndrives[] = {
may_need_minus_F3_enabled, may_need_minus_F3_enabled,
NULL, NULL, NULL NULL, NULL, NULL
}, },
{ "SAMSUNG SpinPoint P80 series", // firmware *-26...34, tested with SP1614C/SW100-34 { "SAMSUNG SpinPoint P80 series", // firmware *-25...34, tested with SP1614C/SW100-25 and -34
"^SAMSUNG SP(0451|08[0124]2|12[0145]3|16[0145]4)[CN]$", "^SAMSUNG SP(0451|08[0124]2|12[0145]3|16[0145]4)[CN]$",
".*-(2[6789]|3[0-4])$", ".*-(2[5-9]|3[0-4])$",
NULL, NULL,
vendoropts_9_halfminutes, vendoropts_9_halfminutes,
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