Synchronize with sys/i386/isa/wd.c revision 1.130.

This commit is contained in:
kato 1997-05-28 09:19:35 +00:00
parent e8929e7abf
commit 006dee4f27

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)wd.c 7.2 (Berkeley) 5/9/91
* $Id: wd.c,v 1.22 1997/04/04 15:22:59 kato Exp $
* $Id: wd.c,v 1.23 1997/04/29 03:15:47 kato Exp $
*/
/* TODO:
@ -609,7 +609,11 @@ next: }
* doesn't work now because the ambient ipl is too high.
*/
#ifdef CMD640
wdtab[du->dk_ctrlr_cmd640].b_active = 2;
if (eide_quirks & Q_CMD640B) {
wdtab[PRIMARY].b_active = 2;
} else {
wdtab[dvp->id_unit].b_active = 2;
}
#else
wdtab[dvp->id_unit].b_active = 2;
#endif