Skip to content
Snippets Groups Projects
Commit 6c323abb authored by ballen4705's avatar ballen4705
Browse files

Experimental attempt to merge Marvell support into current HEAD. Leon, have

a look please (and try it!).


git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/branches/unlabeled-1.160.2@1873 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 29e6e5f4
Branches
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include "extern.h" #include "extern.h"
#include "utility.h" #include "utility.h"
const char *atacmds_c_cvsid="$Id: atacmds.cpp,v 1.160 2004/08/16 22:44:26 ballen4705 Exp $" const char *atacmds_c_cvsid="$Id: atacmds.cpp,v 1.160.2.1 2004/08/16 23:57:19 ballen4705 Exp $"
ATACMDS_H_CVSID CONFIG_H_CVSID EXTERN_H_CVSID INT64_H_CVSID UTILITY_H_CVSID; ATACMDS_H_CVSID CONFIG_H_CVSID EXTERN_H_CVSID INT64_H_CVSID UTILITY_H_CVSID;
// to hold onto exit code for atexit routine // to hold onto exit code for atexit routine
...@@ -609,6 +609,9 @@ int smartcommandhandler(int device, smart_command_set command, int select, char ...@@ -609,6 +609,9 @@ int smartcommandhandler(int device, smart_command_set command, int select, char
case CONTROLLER_3WARE_9000_CHAR: case CONTROLLER_3WARE_9000_CHAR:
retval=escalade_command_interface(device, con->controller_port-1, con->controller_type, command, select, data); retval=escalade_command_interface(device, con->controller_port-1, con->controller_type, command, select, data);
break; break;
case CONTROLLER_MARVELL_SATA:
retval=marvell_command_interface(device, command, select, data);
break;
default: default:
retval=ata_command_interface(device, command, select, data); retval=ata_command_interface(device, command, select, data);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment