[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.77 and 1.78

version 1.77, 2004/12/08 18:49:52 version 1.78, 2005/01/16 20:17:37
Line 614  wdc_ata_bio_intr(struct ata_channel *chp
Line 614  wdc_ata_bio_intr(struct ata_channel *chp
                 }                  }
                 if (drv_err != WDC_ATA_ERR)                  if (drv_err != WDC_ATA_ERR)
                         goto end;                          goto end;
                 if (ata_bio->r_error & WDCE_CRC)                  if (ata_bio->r_error & WDCE_CRC || ata_bio->error == ERR_DMA)
                         ata_dmaerr(drvp, (xfer->c_flags & C_POLL) ? AT_POLL : 0);                          ata_dmaerr(drvp, (xfer->c_flags & C_POLL) ? AT_POLL : 0);
         }          }
   

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78

CVSweb <webmaster@jp.NetBSD.org>