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

version 1.1.1.2, 2013/07/22 01:17:35 version 1.1.1.3, 2013/10/14 07:54:03
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.1.2  
changed lines
  Added in v.1.1.1.3


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