disable dma offset for now
[openwrt.git] / target / linux / atheros-2.6 / files / include / asm-mips / mach-atheros / dma-coherence.h
index fe53556..34e5a85 100644 (file)
 #ifndef __ASM_MACH_GENERIC_DMA_COHERENCE_H
 #define __ASM_MACH_GENERIC_DMA_COHERENCE_H
 
+#if 0
 #define PCI_DMA_OFFSET 0x20000000
+#else
+#define PCI_DMA_OFFSET 0x00000000
+#endif
 
 struct device;