diff --git a/sys/arch/atari/dev/wdc_mb.c b/sys/arch/atari/dev/wdc_mb.c index 8ab7ad44b672..6b5aa64a40f0 100644 --- a/sys/arch/atari/dev/wdc_mb.c +++ b/sys/arch/atari/dev/wdc_mb.c @@ -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 -__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 #include @@ -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); } /*