From 28a667defe73472438d7607d26530cf24b68488e Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 17 Feb 2007 23:02:49 +0000 Subject: [PATCH] disable dma offset for now git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6317 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../atheros-2.6/files/include/asm-mips/mach-atheros/dma-coherence.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/target/linux/atheros-2.6/files/include/asm-mips/mach-atheros/dma-coherence.h b/target/linux/atheros-2.6/files/include/asm-mips/mach-atheros/dma-coherence.h index fe53556881..34e5a85070 100644 --- a/target/linux/atheros-2.6/files/include/asm-mips/mach-atheros/dma-coherence.h +++ b/target/linux/atheros-2.6/files/include/asm-mips/mach-atheros/dma-coherence.h @@ -10,7 +10,11 @@ #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; -- 2.11.0