[BACK]Return to st.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/st.c between version 1.190 and 1.191

version 1.190, 2006/04/20 12:13:52 version 1.191, 2006/06/07 22:33:37
Line 1348  stdone(struct scsipi_xfer *xs, int error
Line 1348  stdone(struct scsipi_xfer *xs, int error
                 iostat_unbusy(st->stats, bp->b_bcount,                  iostat_unbusy(st->stats, bp->b_bcount,
                              ((bp->b_flags & B_READ) == B_READ));                               ((bp->b_flags & B_READ) == B_READ));
   
   
 #if NRND > 0  #if NRND > 0
                 rnd_add_uint32(&st->rnd_source, bp->b_blkno);                  rnd_add_uint32(&st->rnd_source, bp->b_blkno);
 #endif  #endif

Legend:
Removed from v.1.190  
changed lines
  Added in v.1.191

CVSweb <webmaster@jp.NetBSD.org>