[BACK]Return to scsipi_base.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / scsipi

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

Diff for /src/sys/dev/scsipi/scsipi_base.c between version 1.150 and 1.150.2.1

version 1.150, 2009/10/21 21:12:05 version 1.150.2.1, 2010/04/30 14:43:49
Line 59  __KERNEL_RCSID(0, "$NetBSD$");
Line 59  __KERNEL_RCSID(0, "$NetBSD$");
 #include <dev/scsipi/scsi_all.h>  #include <dev/scsipi/scsi_all.h>
 #include <dev/scsipi/scsi_message.h>  #include <dev/scsipi/scsi_message.h>
   
   #include <machine/param.h>
   
 static int      scsipi_complete(struct scsipi_xfer *);  static int      scsipi_complete(struct scsipi_xfer *);
 static void     scsipi_request_sense(struct scsipi_xfer *);  static void     scsipi_request_sense(struct scsipi_xfer *);
 static int      scsipi_enqueue(struct scsipi_xfer *);  static int      scsipi_enqueue(struct scsipi_xfer *);

Legend:
Removed from v.1.150  
changed lines
  Added in v.1.150.2.1

CVSweb <webmaster@jp.NetBSD.org>