patch-2.3.9 linux/include/asm-mips/dma.h
Next file: linux/include/asm-mips/elf.h
Previous file: linux/include/asm-mips/delay.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Fri Jun 25 17:37:53 1999
- Orig file:
v2.3.8/linux/include/asm-mips/dma.h
- Orig date:
Tue Oct 20 13:52:53 1998
diff -u --recursive --new-file v2.3.8/linux/include/asm-mips/dma.h linux/include/asm-mips/dma.h
@@ -16,6 +16,7 @@
#include <asm/io.h> /* need byte IO */
#include <asm/spinlock.h> /* And spinlocks */
#include <linux/delay.h>
+#include <asm/system.h>
#ifdef HAVE_REALLY_SLOW_DMA_CONTROLLER
@@ -175,8 +176,6 @@
dma_outb(dmanr | 4, DMA1_MASK_REG);
else
dma_outb((dmanr & 3) | 4, DMA2_MASK_REG);
- /* I hate voodoo programming but .. */
- udelay(20);
}
/* Clear the 'DMA Pointer Flip Flop'.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)