Adapt for wdcattach() prototype change.

This commit is contained in:
bouyer 2003-10-08 11:06:05 +00:00
parent 7a7a287e2c
commit d29ea7aa72

View File

@ -1,4 +1,4 @@
/* $NetBSD: wdc_mb.c,v 1.14 2003/09/25 19:29:48 mycroft Exp $ */
/* $NetBSD: wdc_mb.c,v 1.15 2003/10/08 11:06:05 bouyer Exp $ */
/*-
* Copyright (c) 1998, 2003 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: wdc_mb.c,v 1.14 2003/09/25 19:29:48 mycroft Exp $");
__KERNEL_RCSID(0, "$NetBSD: wdc_mb.c,v 1.15 2003/10/08 11:06:05 bouyer Exp $");
#include <sys/types.h>
#include <sys/param.h>
@ -193,7 +193,7 @@ wdc_mb_attach(parent, self, aux)
MFP->mf_iprb = (u_int8_t)~IB_DINT;
MFP->mf_imrb |= IB_DINT;
wdcattach(&sc->sc_wdcdev);
wdcattach(&sc->wdc_channel);
}
/*