[BACK]Return to ss.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/ss.c between version 1.90 and 1.91

version 1.90, 2020/09/29 02:58:52 version 1.91, 2022/02/23 21:54:41
Line 414  ssstrategy(struct buf *bp)
Line 414  ssstrategy(struct buf *bp)
         if (bp->b_bcount > ss->sio.scan_window_size)          if (bp->b_bcount > ss->sio.scan_window_size)
                 bp->b_bcount = ss->sio.scan_window_size;                  bp->b_bcount = ss->sio.scan_window_size;
   
         /* If it's a null transfer, return immediatly */          /* If it's a null transfer, return immediately */
         if (bp->b_bcount == 0)          if (bp->b_bcount == 0)
                 goto done;                  goto done;
   

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91

CVSweb <webmaster@jp.NetBSD.org>