--- embedaddon/smartmontools/os_openbsd.cpp 2012/02/21 16:32:16 1.1.1.1 +++ embedaddon/smartmontools/os_openbsd.cpp 2013/07/22 01:17:35 1.1.1.2 @@ -13,8 +13,8 @@ * any later version. * * You should have received a copy of the GNU General Public License - * (for example COPYING); if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * (for example COPYING); if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * */ @@ -27,7 +27,7 @@ #include -const char * os_openbsd_cpp_cvsid = "$Id: os_openbsd.cpp,v 1.1.1.1 2012/02/21 16:32:16 misho Exp $" +const char * os_openbsd_cpp_cvsid = "$Id: os_openbsd.cpp,v 1.1.1.2 2013/07/22 01:17:35 misho Exp $" OS_OPENBSD_H_CVSID; /* global variable holding byte count of allocated memory */ @@ -174,14 +174,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; @@ -357,20 +349,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