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

Removed warning for IBM Deskstar 40GV & 75GXP series drives with

TXAOA5AA firmware

Added IBM Travelstar 25GS, 18GT, and 12GN family to knowndrives table

Added IBM/Hitachi Travelstar 60GH & 40GN family to knowndrives table


git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1347 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent a3cf853c
No related branches found
No related tags found
No related merge requests found
CHANGELOG for smartmontools CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.284 2003/12/08 17:25:58 ballen4705 Exp $ $Id: CHANGELOG,v 1.285 2003/12/08 20:26:19 pjwilliams Exp $
The most recent version of this file is: The most recent version of this file is:
http://cvs.sourceforge.net/viewcvs.py/smartmontools/sm5/CHANGELOG?sortby=date&view=markup http://cvs.sourceforge.net/viewcvs.py/smartmontools/sm5/CHANGELOG?sortby=date&view=markup
...@@ -24,6 +24,15 @@ NOTES FOR FUTURE RELEASES: see TODO file. ...@@ -24,6 +24,15 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<ADDITIONS TO THE CHANGE LOG SHOULD BE ADDED JUST BELOW HERE, PLEASE> <ADDITIONS TO THE CHANGE LOG SHOULD BE ADDED JUST BELOW HERE, PLEASE>
[PW] Removed warning for IBM Deskstar 40GV & 75GXP series drives
with TXAOA5AA firmware
[PW] Added IBM Travelstar 25GS, 18GT, and 12GN family to knowndrives
table.
[PW] Added IBM/Hitachi Travelstar 60GH & 40GN family to knowndrives
table.
[BA] smartd: made '-s' Directive more efficient. Now store [BA] smartd: made '-s' Directive more efficient. Now store
compiled regex, and re-use. If device lacks certain self-test compiled regex, and re-use. If device lacks certain self-test
capabilities, track it and don't try again. capabilities, track it and don't try again.
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include "utility.h" #include "utility.h"
#include "config.h" #include "config.h"
const char *knowndrives_c_cvsid="$Id: knowndrives.c,v 1.60 2003/12/06 16:31:57 pjwilliams Exp $" const char *knowndrives_c_cvsid="$Id: knowndrives.c,v 1.61 2003/12/08 20:26:19 pjwilliams Exp $"
ATACMDS_H_CVSID ATAPRINT_H_CVSID CONFIG_H_CVSID EXTERN_H_CVSID KNOWNDRIVES_H_CVSID UTILITY_H_CVSID; ATACMDS_H_CVSID ATAPRINT_H_CVSID CONFIG_H_CVSID EXTERN_H_CVSID KNOWNDRIVES_H_CVSID UTILITY_H_CVSID;
#define MODEL_STRING_LENGTH 40 #define MODEL_STRING_LENGTH 40
...@@ -140,7 +140,12 @@ const drivesettings knowndrives[] = { ...@@ -140,7 +140,12 @@ const drivesettings knowndrives[] = {
"Please see http://www.geocities.com/dtla_update/index.html#rel", "Please see http://www.geocities.com/dtla_update/index.html#rel",
NULL, NULL, NULL NULL, NULL, NULL
}, },
{ // IBM Deskstar 40GV & 75GXP series { // IBM Deskstar 40GV & 75GXP series (TXAOA5AA firmware)
"(IBM-)?DTLA-30[57]0[123467][05]$",
"^TXAOA5AA$",
NULL, NULL, NULL, NULL
},
{ // IBM Deskstar 40GV & 75GXP series (all other firmware)
"(IBM-)?DTLA-30[57]0[123467][05]$", "(IBM-)?DTLA-30[57]0[123467][05]$",
".*", ".*",
"IBM Deskstar 40GV and 75GXP drives may need upgraded SMART firmware.\n" "IBM Deskstar 40GV and 75GXP drives may need upgraded SMART firmware.\n"
...@@ -330,8 +335,13 @@ const drivesettings knowndrives[] = { ...@@ -330,8 +335,13 @@ const drivesettings knowndrives[] = {
vendoropts_Hitachi_DK23EA, vendoropts_Hitachi_DK23EA,
NULL, NULL NULL, NULL
}, },
{ // IBM-DARA-212000 { // IBM Travelstar 25GS, 18GT, and 12GN family
"^IBM-DARA-212000$", "^IBM-DARA-2(25|18|15|12|09|06)000$",
".*",
NULL, NULL, NULL, NULL
},
{ // IBM/Hitachi Travelstar 60GH and 40GN family
"^IC25(T060ATC[SX]05|N0[4321]0ATC[SX]04)-.$",
".*", ".*",
NULL, NULL, NULL, NULL NULL, NULL, NULL, NULL
}, },
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include "utility.h" #include "utility.h"
#include "config.h" #include "config.h"
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.60 2003/12/06 16:31:57 pjwilliams Exp $" const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.61 2003/12/08 20:26:19 pjwilliams Exp $"
ATACMDS_H_CVSID ATAPRINT_H_CVSID CONFIG_H_CVSID EXTERN_H_CVSID KNOWNDRIVES_H_CVSID UTILITY_H_CVSID; ATACMDS_H_CVSID ATAPRINT_H_CVSID CONFIG_H_CVSID EXTERN_H_CVSID KNOWNDRIVES_H_CVSID UTILITY_H_CVSID;
#define MODEL_STRING_LENGTH 40 #define MODEL_STRING_LENGTH 40
...@@ -140,7 +140,12 @@ const drivesettings knowndrives[] = { ...@@ -140,7 +140,12 @@ const drivesettings knowndrives[] = {
"Please see http://www.geocities.com/dtla_update/index.html#rel", "Please see http://www.geocities.com/dtla_update/index.html#rel",
NULL, NULL, NULL NULL, NULL, NULL
}, },
{ // IBM Deskstar 40GV & 75GXP series { // IBM Deskstar 40GV & 75GXP series (TXAOA5AA firmware)
"(IBM-)?DTLA-30[57]0[123467][05]$",
"^TXAOA5AA$",
NULL, NULL, NULL, NULL
},
{ // IBM Deskstar 40GV & 75GXP series (all other firmware)
"(IBM-)?DTLA-30[57]0[123467][05]$", "(IBM-)?DTLA-30[57]0[123467][05]$",
".*", ".*",
"IBM Deskstar 40GV and 75GXP drives may need upgraded SMART firmware.\n" "IBM Deskstar 40GV and 75GXP drives may need upgraded SMART firmware.\n"
...@@ -330,8 +335,13 @@ const drivesettings knowndrives[] = { ...@@ -330,8 +335,13 @@ const drivesettings knowndrives[] = {
vendoropts_Hitachi_DK23EA, vendoropts_Hitachi_DK23EA,
NULL, NULL NULL, NULL
}, },
{ // IBM-DARA-212000 { // IBM Travelstar 25GS, 18GT, and 12GN family
"^IBM-DARA-212000$", "^IBM-DARA-2(25|18|15|12|09|06)000$",
".*",
NULL, NULL, NULL, NULL
},
{ // IBM/Hitachi Travelstar 60GH and 40GN family
"^IC25(T060ATC[SX]05|N0[4321]0ATC[SX]04)-.$",
".*", ".*",
NULL, NULL, NULL, NULL 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