aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-02-17 23:02:49 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-02-17 23:02:49 +0000
commit2b9b7b12721d02d45c36c954512a5000e72273a3 (patch)
tree734db941484aae53cc22748e9d7757347ee8aef1 /target
parent12a23811ec69d30cc11cc05b660bceaf413885f7 (diff)
downloadmaster-187ad058-2b9b7b12721d02d45c36c954512a5000e72273a3.tar.gz
master-187ad058-2b9b7b12721d02d45c36c954512a5000e72273a3.tar.bz2
master-187ad058-2b9b7b12721d02d45c36c954512a5000e72273a3.zip
disable dma offset for now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6317 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/atheros-2.6/files/include/asm-mips/mach-atheros/dma-coherence.h4
1 files changed, 4 insertions, 0 deletions
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;