disable dma offset for now
authorFelix Fietkau <nbd@openwrt.org>
Sat, 17 Feb 2007 23:02:49 +0000 (23:02 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 17 Feb 2007 23:02:49 +0000 (23:02 +0000)
SVN-Revision: 6317

target/linux/atheros-2.6/files/include/asm-mips/mach-atheros/dma-coherence.h

index fe53556881400601b240a8be801c4a1b92e36a1e..34e5a850703c2bfe32fff88c6878696724d73461 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;