--- embedaddon/smartmontools/os_qnxnto.cpp 2013/07/22 01:17:35 1.1.1.2 +++ embedaddon/smartmontools/os_qnxnto.cpp 2013/10/14 07:54:03 1.1.1.3 @@ -19,7 +19,7 @@ // should have one *_H_CVSID macro appearing below for each file // appearing with #include "*.h" above. Please list these (below) in // alphabetic/dictionary order. -const char *os_XXXX_c_cvsid="$Id: os_qnxnto.cpp,v 1.1.1.2 2013/07/22 01:17:35 misho Exp $" \ +const char *os_XXXX_c_cvsid="$Id: os_qnxnto.cpp,v 1.1.1.3 2013/10/14 07:54:03 misho Exp $" \ ATACMDS_H_CVSID CONFIG_H_CVSID INT64_H_CVSID OS_QNXNTO_H_CVSID SCSICMDS_H_CVSID UTILITY_H_CVSID; @@ -369,56 +369,6 @@ int status,rc; data[0]=cdb->ata_pass_thru.sector_count; // finish return(rc); -} -//---------------------------------------------------------------------------------------------- -int marvell_command_interface(int fd, smart_command_set command, int select, char *data) -{ - ARGUSED(fd); - ARGUSED(command); - ARGUSED(select); - ARGUSED(data); - unsupported(); - return -1; -} -//---------------------------------------------------------------------------------------------- -int highpoint_command_interface(int fd, smart_command_set command, int select, char *data) -{ - ARGUSED(fd); - ARGUSED(command); - ARGUSED(select); - ARGUSED(data); - unsupported(); - return -1; -} -//---------------------------------------------------------------------------------------------- -// Interface to ATA devices behind 3ware escalade/apache RAID -// controller cards. Same description as ata_command_interface() -// above except that 0 <= disknum <= 15 specifies the ATA disk -// attached to the controller, and controller_type specifies the -// precise type of 3ware controller. See os_linux.c -int escalade_command_interface(int fd,int disknum,int controller_type,smart_command_set command,int select,char *data) -{ - ARGUSED(fd); - ARGUSED(disknum); - ARGUSED(controller_type); - ARGUSED(command); - ARGUSED(select); - ARGUSED(data); - - unsupported(); - return -1; -} - -int areca_command_interface(int fd,int disknum,smart_command_set command,int select,char *data) -{ - ARGUSED(fd); - ARGUSED(disknum); - ARGUSED(command); - ARGUSED(select); - ARGUSED(data); - - unsupported(); - return -1; } //---------------------------------------------------------------------------------------------- // Interface to SCSI devices. See os_linux.c