Skip to content
Snippets Groups Projects
Commit 8f75ec28 authored by manfred99's avatar manfred99
Browse files

knowndrives.cpp updates: WD RE3 32MB cache, WD10EADS, WD Scorpio Black family

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2700 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 3a8acb6d
No related branches found
No related tags found
No related merge requests found
CHANGELOG for smartmontools CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.759 2009/01/08 22:05:38 dpgilbert Exp $ $Id: CHANGELOG,v 1.760 2009/01/11 13:24:53 manfred99 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
...@@ -41,6 +41,11 @@ NOTES FOR FUTURE RELEASES: see TODO file. ...@@ -41,6 +41,11 @@ 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>
[MS] knowndrives.cpp updates:
- Added Western Digital RE3 32MB cache variants
- Added WD Caviar Green 32MB cache variant (WD10EADS)
- Added WD Scorpio Black family
[DG] Accept half healthy (and half unhealthy) indication from the [DG] Accept half healthy (and half unhealthy) indication from the
SMART RETURN STATUS. This makes allowance for SAT implementations SMART RETURN STATUS. This makes allowance for SAT implementations
(e.g. via USB) that truncate the SCSI sense buffer to 18 bytes. (e.g. via USB) that truncate the SCSI sense buffer to 18 bytes.
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include <stdexcept> #include <stdexcept>
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.190 2008/12/26 22:12:48 manfred99 Exp $" const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.191 2009/01/11 13:24:53 manfred99 Exp $"
ATACMDS_H_CVSID CONFIG_H_CVSID EXTERN_H_CVSID INT64_H_CVSID KNOWNDRIVES_H_CVSID UTILITY_H_CVSID; ATACMDS_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
...@@ -1040,11 +1040,11 @@ static const drive_settings builtin_knowndrives[] = { ...@@ -1040,11 +1040,11 @@ static const drive_settings builtin_knowndrives[] = {
"", "", "" "", "", ""
}, },
{ "Western Digital RE3 Serial ATA family", { "Western Digital RE3 Serial ATA family",
"WDC WD((25|32|50)02ABYS)-.*", "WDC WD((25|32|50)02A|(75|10)02F)BYS-.*",
"", "", "" "", "", ""
}, },
{ "Western Digital Caviar Green family", { "Western Digital Caviar Green family",
"WDC WD((50|64|75)00AA|10EA)CS-.*", "WDC WD(((50|64|75)00AA|10EA)CS|10EADS)-.*",
"", "", "" "", "", ""
}, },
{ "Western Digital AV ATA family", { "Western Digital AV ATA family",
...@@ -1075,6 +1075,10 @@ static const drive_settings builtin_knowndrives[] = { ...@@ -1075,6 +1075,10 @@ static const drive_settings builtin_knowndrives[] = {
"WDC WD((4|6|8|10|12|16|25)00BEVS|3200BEVT)-.*", "WDC WD((4|6|8|10|12|16|25)00BEVS|3200BEVT)-.*",
"", "", "" "", "", ""
}, },
{ "Western Digital Scorpio Black Serial ATA family",
"WDC WD(8|12|16|25|32)00B[EJ]KT-.*",
"", "", ""
},
{ "Quantum Bigfoot series", { "Quantum Bigfoot series",
"QUANTUM BIGFOOT TS10.0A", "QUANTUM BIGFOOT TS10.0A",
"", "", "" "", "", ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment