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

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

Diff for /src/sys/dev/ata/ata_wdc.c between version 1.51 and 1.52

version 1.51, 2004/01/03 22:56:53 version 1.52, 2004/01/03 23:59:58
Line 221  wdc_ata_bio_start(struct wdc_channel *ch
Line 221  wdc_ata_bio_start(struct wdc_channel *ch
                 if ((xfer->c_flags & C_POLL) == 0 &&                  if ((xfer->c_flags & C_POLL) == 0 &&
                     (chp->ch_flags & WDCF_TH_RUN) == 0) {                      (chp->ch_flags & WDCF_TH_RUN) == 0) {
                         chp->ch_queue->queue_freeze++;                          chp->ch_queue->queue_freeze++;
                         wakeup(&chp->thread);                          wakeup(&chp->ch_thread);
                         return;                          return;
                 }                  }
                 /*                  /*

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

CVSweb <webmaster@jp.NetBSD.org>