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

Added Fujitsu MHM2200AT to knowndrives table.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1174 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent b08d6738
No related branches found
No related tags found
No related merge requests found
CHANGELOG for smartmontools CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.230 2003/10/27 11:11:57 ballen4705 Exp $ $Id: CHANGELOG,v 1.231 2003/10/27 18:57:24 pjwilliams Exp $
Maintainers / Developers Key: Maintainers / Developers Key:
[BA] Bruce Allen [BA] Bruce Allen
...@@ -23,6 +23,8 @@ CURRENT DEVELOPMENT VERSION (see VERSION file in this directory): ...@@ -23,6 +23,8 @@ CURRENT DEVELOPMENT VERSION (see VERSION file in this directory):
<ADDITIONS TO THE CHANGE LOG SHOULD BE ADDED HERE, PLEASE> <ADDITIONS TO THE CHANGE LOG SHOULD BE ADDED HERE, PLEASE>
[PW] Added Fujitsu MHM2200AT to knowndrives table.
[BA] To help catch bugs, clear ATA error structures before all [BA] To help catch bugs, clear ATA error structures before all
ioctl calls. Disable code that attempted to time-out on SCSI ioctl calls. Disable code that attempted to time-out on SCSI
devices when they hung (doesn't work). devices when they hung (doesn't work).
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include "utility.h" #include "utility.h"
#include "config.h" #include "config.h"
const char *knowndrives_c_cvsid="$Id: knowndrives.c,v 1.50 2003/10/27 00:30:08 pjwilliams Exp $" const char *knowndrives_c_cvsid="$Id: knowndrives.c,v 1.51 2003/10/27 18:57:24 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
...@@ -174,6 +174,14 @@ const drivesettings knowndrives[] = { ...@@ -174,6 +174,14 @@ const drivesettings knowndrives[] = {
vendoropts_Fujitsu_MHS2020AT, vendoropts_Fujitsu_MHS2020AT,
NULL, NULL NULL, NULL
}, },
{ // Fujitsu MHM2200AT
"^FUJITSU MHM2200AT$",
".*", // Tested with firmware version 3822
"The FUJITSU MHM2200AT firmware has a harmless Drive Identity\n"
"Structure checksum error bug.",
vendoropts_9_seconds,
NULL, NULL
},
{ // Samsung SV4012H (known firmware) { // Samsung SV4012H (known firmware)
"^SAMSUNG SV4012H$", "^SAMSUNG SV4012H$",
"^RM100-08$", "^RM100-08$",
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include "utility.h" #include "utility.h"
#include "config.h" #include "config.h"
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.50 2003/10/27 00:30:08 pjwilliams Exp $" const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.51 2003/10/27 18:57:24 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
...@@ -174,6 +174,14 @@ const drivesettings knowndrives[] = { ...@@ -174,6 +174,14 @@ const drivesettings knowndrives[] = {
vendoropts_Fujitsu_MHS2020AT, vendoropts_Fujitsu_MHS2020AT,
NULL, NULL NULL, NULL
}, },
{ // Fujitsu MHM2200AT
"^FUJITSU MHM2200AT$",
".*", // Tested with firmware version 3822
"The FUJITSU MHM2200AT firmware has a harmless Drive Identity\n"
"Structure checksum error bug.",
vendoropts_9_seconds,
NULL, NULL
},
{ // Samsung SV4012H (known firmware) { // Samsung SV4012H (known firmware)
"^SAMSUNG SV4012H$", "^SAMSUNG SV4012H$",
"^RM100-08$", "^RM100-08$",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment