summaryrefslogtreecommitdiff
path: root/sys/arch/vax/vsa
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-12-13 21:12:07 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-12-13 21:12:07 +0000
commitf0687e966d8ccfc016ae9ff261cbcdd5e9895028 (patch)
tree9d33fd7ab3c9f426962179d48216e2bf73fd69ec /sys/arch/vax/vsa
parentefebc58ab4aa812b4758f549a8f652b164fa2d5d (diff)
Missing "break;" for the KA46/KA48 case, fortunately caused no harm but a
waste of 128KB of kvm.
Diffstat (limited to 'sys/arch/vax/vsa')
-rw-r--r--sys/arch/vax/vsa/vsbus.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/vax/vsa/vsbus.c b/sys/arch/vax/vsa/vsbus.c
index fc9694319ec..2793e0064a7 100644
--- a/sys/arch/vax/vsa/vsbus.c
+++ b/sys/arch/vax/vsa/vsbus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vsbus.c,v 1.17 2006/07/20 19:08:15 miod Exp $ */
+/* $OpenBSD: vsbus.c,v 1.18 2006/12/13 21:12:06 miod Exp $ */
/* $NetBSD: vsbus.c,v 1.29 2000/06/29 07:14:37 mrg Exp $ */
/*
* Copyright (c) 1996, 1999 Ludd, University of Lule}, Sweden.
@@ -61,7 +61,6 @@
#include <machine/uvax.h>
#include <machine/ka410.h>
#include <machine/ka420.h>
-#include <machine/ka43.h>
#include <machine/vsbus.h>
@@ -70,9 +69,6 @@ void vsbus_attach(struct device *, struct device *, void *);
int vsbus_print(void *, const char *);
int vsbus_search(struct device *, void *, void *);
-void ka410_attach(struct device *, struct device *, void *);
-void ka43_attach(struct device *, struct device *, void *);
-
static struct vax_bus_dma_tag vsbus_bus_dma_tag = {
0,
0,
@@ -165,6 +161,7 @@ vsbus_attach(parent, self, aux)
sc->sc_intclr = (char *)sc->sc_vsregs + 15;
sc->sc_intmsk = (char *)sc->sc_vsregs + 12;
vsbus_dma_init(sc, 32768);
+ break;
#endif
default: