patch-2.4.0-test6 linux/include/asm-sh/dma.h
Next file: linux/include/asm-sh/hardirq.h
Previous file: linux/include/asm-sh/delay.h
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Wed Aug 9 13:59:04 2000
- Orig file:
v2.4.0-test5/linux/include/asm-sh/dma.h
- Orig date:
Tue Mar 7 14:32:26 2000
diff -u --recursive --new-file v2.4.0-test5/linux/include/asm-sh/dma.h linux/include/asm-sh/dma.h
@@ -15,4 +15,11 @@
extern int request_dma(unsigned int dmanr, const char * device_id); /* reserve a DMA channel */
extern void free_dma(unsigned int dmanr); /* release it again */
+#ifdef CONFIG_PCI
+extern int isa_dma_bridge_buggy;
+#else
+#define isa_dma_bridge_buggy (0)
+#endif
+
+
#endif /* __ASM_SH_DMA_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)