summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc/dev/dma.c')
-rw-r--r--sys/arch/sparc/dev/dma.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc/dev/dma.c b/sys/arch/sparc/dev/dma.c
index 7f4565b17f7..50a5bdacac4 100644
--- a/sys/arch/sparc/dev/dma.c
+++ b/sys/arch/sparc/dev/dma.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dma.c,v 1.18 2003/06/05 12:27:02 deraadt Exp $ */
+/* $OpenBSD: dma.c,v 1.19 2004/02/01 15:39:37 miod Exp $ */
/* $NetBSD: dma.c,v 1.46 1997/08/27 11:24:16 bouyer Exp $ */
/*
@@ -356,6 +356,7 @@ dma_reset(sc, isledma)
DMACSR(sc) |= 0x800;
break;
default:
+ break;
}
sc->sc_active = 0; /* and of course we aren't */