Adapt for wdcattach() prototype change.
This commit is contained in:
parent
102fb2528b
commit
8efe26b8cd
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: wdc_amiga.c,v 1.12 2003/09/25 19:29:48 mycroft Exp $ */
|
||||
/* $NetBSD: wdc_amiga.c,v 1.13 2003/10/08 11:04:32 bouyer Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2000, 2003 The NetBSD Foundation, Inc.
|
||||
|
@ -37,7 +37,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: wdc_amiga.c,v 1.12 2003/09/25 19:29:48 mycroft Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: wdc_amiga.c,v 1.13 2003/10/08 11:04:32 bouyer Exp $");
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
|
@ -142,7 +142,7 @@ wdc_amiga_attach(struct device *parent, struct device *self, void *aux)
|
|||
if (sc->sc_a1200)
|
||||
gayle.intena |= GAYLE_INT_IDE;
|
||||
|
||||
wdcattach(&sc->sc_wdcdev);
|
||||
wdcattach(&sc->wdc_channel);
|
||||
}
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in New Issue