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

Drive database: added Seagate NL35 SATA family. Thanks to Kai

Harrekilde-Petersen for providing a patch.


git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2291 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 303e7627
Branches
Tags
No related merge requests found
CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.574 2006/10/20 04:30:15 dpgilbert Exp $
$Id: CHANGELOG,v 1.575 2006/10/20 19:21:49 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 Seagate NL35 SATA family. Thanks to Kai
Harrekilde-Petersen for providing a patch.
[DG] [SCSI, Windows] add SPT interface for NT and later. New device
names are "pd<n>", "sd<l>" and "tape<n>".
......
......@@ -26,7 +26,7 @@
#include "knowndrives.h"
#include "utility.h" // includes <regex.h>
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.153 2006/10/15 23:38:32 pjwilliams Exp $"
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.154 2006/10/20 19:21:50 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
......@@ -935,6 +935,11 @@ const drivesettings knowndrives[] = {
".*",
NULL, NULL, NULL, NULL
},
{ "Seagate NL35 family",
"^ST3(250623|250823|400632|400832|250824|250624|400633|400833|500641|500841)NS$",
".*",
NULL, NULL, NULL, NULL
},
{ "Western Digital Protege",
/* Western Digital drives with this comment all appear to use Attribute 9 in
* a non-standard manner. These entries may need to be updated when it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment