__wdccommand_done() needs to call wdcstart(), otherwise you can run

into deadlocks when using wdc_exec_command().
This commit is contained in:
kenh 1998-11-19 04:07:54 +00:00
parent fd684d874c
commit 1461c4fb20
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: wdc.c,v 1.40 1998/11/18 19:12:08 kenh Exp $ */
/* $NetBSD: wdc.c,v 1.41 1998/11/19 04:07:54 kenh Exp $ */
/*
@ -994,6 +994,7 @@ __wdccommand_done(chp, xfer)
else
wdc_c->callback(wdc_c->callback_arg);
}
wdcstart(chp->wdc, chp->channel);
return;
}