Skip to content
Snippets Groups Projects
Commit 961bced3 authored by manfred99's avatar manfred99
Browse files

knowndrives.cpp updates

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2683 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 359e5018
No related branches found
No related tags found
No related merge requests found
CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.752 2008/11/16 19:00:30 manfred99 Exp $
$Id: CHANGELOG,v 1.753 2008/11/30 22:35:49 manfred99 Exp $
The most recent version of this file is:
http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/CHANGELOG?view=markup
......@@ -40,6 +40,10 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
[MS] knowndrives.cpp updates:
- Added remaining Seagate Barracuda 7200.11 drives
- Added HP 1TB SATA disk
[MS] knowndrives.cpp updates:
- Added Maxtor 92040U6 (DiamondMax Plus 6800)
- Added Seagate Maxtor DiamondMax 21 500GB version
......
......@@ -35,7 +35,7 @@
#include <stdexcept>
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.187 2008/11/16 19:00:30 manfred99 Exp $"
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.188 2008/11/30 22:35:49 manfred99 Exp $"
ATACMDS_H_CVSID CONFIG_H_CVSID EXTERN_H_CVSID INT64_H_CVSID KNOWNDRIVES_H_CVSID UTILITY_H_CVSID;
#define MODEL_STRING_LENGTH 40
......@@ -65,6 +65,10 @@ static const drive_settings builtin_knowndrives[] = {
"ASUS-PHISON SSD",
"", "", ""
},
{ "HP 1TB SATA disk GB1000EAFJL",
"GB1000EAFJL",
"", "", ""
},
{ "IBM Deskstar 60GXP series", // ER60A46A firmware
"(IBM-|Hitachi )?IC35L0[12346]0AVER07.*",
"ER60A46A",
......@@ -890,8 +894,8 @@ static const drive_settings builtin_knowndrives[] = {
"ST3((80|160)[28]15|200820|250[34]10|(250|300|320|400)[68]20|500[68]30|750[68]40)AS?",
"", "", ""
},
{ "Seagate Barracuda 7200.11",
"ST3(500[368]2|750[36]3|1000[36]4)0AS?",
{ "Seagate Barracuda 7200.11 family",
"ST3(160813|320613|500[368]20|640323|750[36]30|1000(333|[36]40)|1500341)AS?",
"", "", ""
},
{ "Seagate Barracuda ES",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment