summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/dev/if_ie_obio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sun3/dev/if_ie_obio.c')
-rw-r--r--sys/arch/sun3/dev/if_ie_obio.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sun3/dev/if_ie_obio.c b/sys/arch/sun3/dev/if_ie_obio.c
index 773519e8d4a..76307fa0c92 100644
--- a/sys/arch/sun3/dev/if_ie_obio.c
+++ b/sys/arch/sun3/dev/if_ie_obio.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ie_obio.c,v 1.7 1996/12/17 21:10:45 gwr Exp $ */
+/* $NetBSD: if_ie_obio.c,v 1.6 1996/11/20 18:56:51 gwr Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -58,6 +58,7 @@
#include <machine/autoconf.h>
#include <machine/cpu.h>
#include <machine/dvma.h>
+#include <machine/isr.h>
#include <machine/obio.h>
#include <machine/idprom.h>
#include <machine/vmparam.h>
@@ -108,6 +109,7 @@ ie_obio_attach(parent, self, args)
void *args;
{
struct ie_softc *sc = (void *) self;
+ struct cfdata *cf = self->dv_cfdata;
struct confargs *ca = args;
sc->hard_type = IE_OBIO;