disable dma offset for now
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 17 Feb 2007 23:02:49 +0000 (23:02 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 17 Feb 2007 23:02:49 +0000 (23:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6317 3c298f89-4303-0410-b956-a3cf2f4a3e73

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;