[BACK]Return to ncr5380.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / atari / dev

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/atari/dev/ncr5380.c between version 1.32 and 1.33

version 1.32, 1998/10/06 09:32:44 version 1.33, 1998/10/10 00:28:30
Line 82  static int ncr5380_scsi_cmd __P((struct 
Line 82  static int ncr5380_scsi_cmd __P((struct 
 static void     ncr5380_show_scsi_cmd __P((struct scsipi_xfer *xs));  static void     ncr5380_show_scsi_cmd __P((struct scsipi_xfer *xs));
   
 struct scsipi_adapter ncr5380_switch = {  struct scsipi_adapter ncr5380_switch = {
         ncr5380_scsi_cmd,               /* scsi_cmd()                   */          ncr5380_scsi_cmd,               /* scsipi_cmd                   */
         ncr5380_minphys,                /* scsi_minphys()               */          ncr5380_minphys,                /* scsipi_minphys               */
         0,                              /* open_target_lu()             */          NULL,                           /* scsipi_ioctl                 */
         0                               /* close_target_lu()            */  
 };  };
   
 struct scsipi_device ncr5380_dev = {  struct scsipi_device ncr5380_dev = {

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

CVSweb <webmaster@jp.NetBSD.org>