[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.74.2.6 and 1.74.2.7

version 1.74.2.6, 2001/02/18 18:27:11 version 1.74.2.7, 2001/03/27 15:32:01
Line 464  wdcattach(chp)
Line 464  wdcattach(chp)
          * led on)           * led on)
          */           */
         if ((chp->wdc->cap & WDC_CAPABILITY_NO_EXTRA_RESETS) == 0) {          if ((chp->wdc->cap & WDC_CAPABILITY_NO_EXTRA_RESETS) == 0) {
                   delay(50);
                 wdcreset(chp, VERBOSE);                  wdcreset(chp, VERBOSE);
                 /*                  /*
                  * Read status registers to avoid spurious interrupts.                   * Read status registers to avoid spurious interrupts.

Legend:
Removed from v.1.74.2.6  
changed lines
  Added in v.1.74.2.7

CVSweb <webmaster@jp.NetBSD.org>