Diff for /embedaddon/smartmontools/os_netbsd.cpp between versions 1.1 and 1.1.1.3

version 1.1, 2012/02/21 16:32:16 version 1.1.1.3, 2013/10/14 07:54:03
Line 11 Line 11
  * any later version.   * any later version.
  *   *
  * You should have received a copy of the GNU General Public License   * You should have received a copy of the GNU General Public License
 * (for example COPYING); if not, write to the Free * (for example COPYING); if not, write to the Free Software Foundation,
 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *   *
  */   */
   
Line 170  deviceclose(int fd) Line 170  deviceclose(int fd)
 }  }
   
 int  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)  ata_command_interface(int fd, smart_command_set command, int select, char *data)
 {  {
   struct atareq req;    struct atareq req;
Line 343  ata_command_interface(int fd, smart_command_set comman Line 335  ata_command_interface(int fd, smart_command_set comman
     memcpy(data, inbuf, 512);      memcpy(data, inbuf, 512);
   
   return 0;    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  int

Removed from v.1.1  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>