Skip to content
Snippets Groups Projects
Commit 0735be71 authored by manfred99's avatar manfred99
Browse files

knowndrives.cpp updates: Apple SSD, Seagate U8 family

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2694 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent d941d1d7
No related branches found
No related tags found
No related merge requests found
CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.757 2008/12/19 14:11:30 dlukes Exp $
$Id: CHANGELOG,v 1.758 2008/12/26 22:12:48 manfred99 Exp $
The most recent version of this file is:
http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/CHANGELOG?view=markup
......@@ -41,6 +41,10 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
[MS] knowndrives.cpp updates:
- Added Apple SSD
- Added Seagate U8 family
[DL] os_freebsd.cpp:
Added support for CHECK_POWER_MODE and WRITE_LOG commands
......
......@@ -35,7 +35,7 @@
#include <stdexcept>
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.189 2008/12/10 22:09:34 manfred99 Exp $"
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.190 2008/12/26 22:12:48 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
......@@ -61,6 +61,10 @@ ATACMDS_H_CVSID CONFIG_H_CVSID EXTERN_H_CVSID INT64_H_CVSID KNOWNDRIVES_H_CVSID
static const drive_settings builtin_knowndrives[] = {
// BEGIN drivedb.h (DO NOT DELETE - used by Makefile)
{ "Apple SSD SM128",
"APPLE SSD SM128",
"", "", ""
},
{ "Asus-Phison SSD",
"ASUS-PHISON SSD",
"", "", ""
......@@ -830,6 +834,10 @@ static const drive_settings builtin_knowndrives[] = {
"ST3(10014A(CE)?|20014A)",
"", "", ""
},
{ "Seagate U8 family",
"ST3(4313|6811|8410|13021|17221)A",
"", "", ""
},
{ "Seagate U7 family",
"ST3(30012|40012|60012|80022|120020)A",
"", "", ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment