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

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

Diff for /src/sys/dev/ic/wdc.c between version 1.220.2.6 and 1.220.2.7

version 1.220.2.6, 2005/08/24 21:53:23 version 1.220.2.7, 2005/08/24 21:53:46
Line 1393  __wdccommand_intr(struct ata_channel *ch
Line 1393  __wdccommand_intr(struct ata_channel *ch
                  * Historically it's what we have always done so keeping it                   * Historically it's what we have always done so keeping it
                  * here ensure binary backward compatibility.                   * here ensure binary backward compatibility.
                  */                   */
                  drive_flags = DRIVE_NOSTREAM;                   drive_flags = DRIVE_NOSTREAM |
                                   chp->ch_drive[xfer->c_drive].drive_flags;
         } else {          } else {
                 /*                  /*
                  * Other data structure are opaque and should be transfered                   * Other data structure are opaque and should be transfered

Legend:
Removed from v.1.220.2.6  
changed lines
  Added in v.1.220.2.7

CVSweb <webmaster@jp.NetBSD.org>