[BACK]Return to atapi_wdc.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/atapi_wdc.c between version 1.82 and 1.83

version 1.82, 2004/08/12 22:39:41 version 1.83, 2004/08/13 02:10:43
Line 386  wdc_atapi_scsipi_request(struct scsipi_c
Line 386  wdc_atapi_scsipi_request(struct scsipi_c
                 xfer->c_kill_xfer = wdc_atapi_kill_xfer;                  xfer->c_kill_xfer = wdc_atapi_kill_xfer;
                 xfer->c_dscpoll = 0;                  xfer->c_dscpoll = 0;
                 s = splbio();                  s = splbio();
                 wdc_exec_xfer(wdc->channels[channel], xfer);                  ata_exec_xfer(wdc->channels[channel], xfer);
 #ifdef DIAGNOSTIC  #ifdef DIAGNOSTIC
                 if ((sc_xfer->xs_control & XS_CTL_POLL) != 0 &&                  if ((sc_xfer->xs_control & XS_CTL_POLL) != 0 &&
                     (sc_xfer->xs_status & XS_STS_DONE) == 0)                      (sc_xfer->xs_status & XS_STS_DONE) == 0)

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83

CVSweb <webmaster@jp.NetBSD.org>