--- embedaddon/smartmontools/os_netbsd.cpp 2013/07/22 01:17:35 1.1.1.2 +++ embedaddon/smartmontools/os_netbsd.cpp 2013/10/14 07:54:03 1.1.1.3 @@ -26,7 +26,7 @@ #include #include -const char * os_netbsd_cpp_cvsid = "$Id: os_netbsd.cpp,v 1.1.1.2 2013/07/22 01:17:35 misho Exp $" +const char * os_netbsd_cpp_cvsid = "$Id: os_netbsd.cpp,v 1.1.1.3 2013/10/14 07:54:03 misho Exp $" OS_NETBSD_H_CVSID; /* global variable holding byte count of allocated memory */ @@ -170,14 +170,6 @@ deviceclose(int fd) } int -marvell_command_interface(int fd, smart_command_set command, int select, char *data) -{ return -1; } - -int -highpoint_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) { struct atareq req; @@ -343,20 +335,6 @@ ata_command_interface(int fd, smart_command_set comman memcpy(data, inbuf, 512); return 0; -} - -int -escalade_command_interface(int fd, int disknum, int escalade_type, smart_command_set command, int select, char *data) -{ - printwarning(NO_3WARE, NULL); - return -1; -} - -int -areca_command_interface(int fd, int disknum, smart_command_set command, int select, char *data) -{ - printwarning(NO_ARECA, NULL); - return -1; } int