Nuke bogus error message
This commit is contained in:
parent
c18a08b91d
commit
5ef457fa81
@ -37,7 +37,7 @@ static int wdtest = 0;
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)wd.c 7.2 (Berkeley) 5/9/91
|
||||
* $Id: wd.c,v 1.25 1994/02/06 02:56:11 rgrimes Exp $
|
||||
* $Id: wd.c,v 1.26 1994/02/06 17:03:17 ats Exp $
|
||||
*/
|
||||
|
||||
/* TODO:
|
||||
@ -697,9 +697,6 @@ wdintr(int unit)
|
||||
chk = min(DEV_BSIZE / sizeof(short), du->dk_bc / sizeof(short));
|
||||
|
||||
/* ready to receive data? */
|
||||
if ((du->dk_status & (WDCS_READY | WDCS_SEEKCMPLT | WDCS_DRQ))
|
||||
!= (WDCS_READY | WDCS_SEEKCMPLT | WDCS_DRQ))
|
||||
wderror(bp, du, "wdintr: read intr arrived early");
|
||||
if (wdwait(du, WDCS_READY | WDCS_SEEKCMPLT | WDCS_DRQ) != 0) {
|
||||
wderror(bp, du, "wdintr: read error detected late");
|
||||
goto oops;
|
||||
|
Loading…
Reference in New Issue
Block a user