summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-11-13 07:22:11 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-11-13 07:22:11 +0000
commit97ab67dd1708a1fa07fa2976f8fafe642a10cbf1 (patch)
tree38ed8045c38b2b405dfd4ae720c7e8290c6bb5d4 /sys/arch
parent419adbd3e0db464bf28896c5693c6f83f7d178f8 (diff)
from netbsd
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/atari/dev/dma.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/atari/dev/dma.c b/sys/arch/atari/dev/dma.c
index 4be5f26b62a..70bbf10a7cd 100644
--- a/sys/arch/atari/dev/dma.c
+++ b/sys/arch/atari/dev/dma.c
@@ -1,4 +1,4 @@
-/* $NetBSD: dma.c,v 1.4 1995/05/14 15:46:17 leo Exp $ */
+/* $NetBSD: dma.c,v 1.4.2.1 1995/11/06 21:51:12 leo Exp $ */
/*
* Copyright (c) 1995 Leo Weppelman.
@@ -273,5 +273,6 @@ int mode, nblk;
DMA->dma_mode = mode ^ DMA_WRBIT;
DMA->dma_mode = mode;
DMA->dma_data = nblk;
+ delay(2); /* Needed for Falcon */
DMA->dma_mode = DMA_SCREG | (mode & DMA_WRBIT);
}