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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/dma.c b/sys/arch/sparc/dev/dma.c
index b39a1b4f6cf..e3bb248bd41 100644
--- a/sys/arch/sparc/dev/dma.c
+++ b/sys/arch/sparc/dev/dma.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dma.c,v 1.23 2007/04/10 17:47:54 miod Exp $ */
+/* $OpenBSD: dma.c,v 1.24 2007/05/29 09:54:07 sobrado Exp $ */
/* $NetBSD: dma.c,v 1.46 1997/08/27 11:24:16 bouyer Exp $ */
/*
@@ -347,7 +347,7 @@ dma_reset(sc, isledma)
csr |= D_RESET; /* reset DMA */
DMACSR(sc) = csr;
- DELAY(200); /* > 10 Sbus clocks(?) */
+ DELAY(200); /* > 10 SBus clocks(?) */
/*DMAWAIT1(sc); why was this here? */
DMACSR(sc) &= ~D_RESET; /* de-assert reset line */