Skip to content
Snippets Groups Projects
Commit e950382f 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.40.2@1873 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 63f98dee
No related branches found
No related tags found
No related merge requests found
...@@ -35,9 +35,9 @@ ...@@ -35,9 +35,9 @@
#include "utility.h" #include "utility.h"
#include "os_freebsd.h" #include "os_freebsd.h"
static const char *filenameandversion="$Id: os_freebsd.cpp,v 1.40 2004/08/16 22:44:26 ballen4705 Exp $"; static const char *filenameandversion="$Id: os_freebsd.cpp,v 1.40.2.1 2004/08/16 23:57:19 ballen4705 Exp $";
const char *os_XXXX_c_cvsid="$Id: os_freebsd.cpp,v 1.40 2004/08/16 22:44:26 ballen4705 Exp $" \ const char *os_XXXX_c_cvsid="$Id: os_freebsd.cpp,v 1.40.2.1 2004/08/16 23:57:19 ballen4705 Exp $" \
ATACMDS_H_CVSID CONFIG_H_CVSID OS_XXXX_H_CVSID SCSICMDS_H_CVSID UTILITY_H_CVSID; ATACMDS_H_CVSID CONFIG_H_CVSID OS_XXXX_H_CVSID SCSICMDS_H_CVSID UTILITY_H_CVSID;
// to hold onto exit code for atexit routine // to hold onto exit code for atexit routine
...@@ -217,6 +217,10 @@ void printwarning(int msgNo, const char* extra) { ...@@ -217,6 +217,10 @@ void printwarning(int msgNo, const char* extra) {
// Interface to ATA devices. See os_linux.c // Interface to ATA devices. See os_linux.c
int marvell_command_interface(int fd, smart_command_set command, int select, char *data) {
return -1;
}
int ata_command_interface(int fd, smart_command_set command, int select, char *data) { int ata_command_interface(int fd, smart_command_set command, int select, char *data) {
#ifndef ATAREQUEST #ifndef ATAREQUEST
// sorry, but without ATAng, we can't do anything here // sorry, but without ATAng, we can't do anything here
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment