diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2007-02-17 23:02:49 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2007-02-17 23:02:49 +0000 |
| commit | 9b47712459d0248770fb497960266623217e2fb7 (patch) | |
| tree | 1a1379403a6da19626dc717ca489ad4b48a66bcb | |
| parent | 73fc1141c007cc89f820c24a882c665c56b95252 (diff) | |
| download | upstream-9b47712459d0248770fb497960266623217e2fb7.tar.gz upstream-9b47712459d0248770fb497960266623217e2fb7.tar.bz2 upstream-9b47712459d0248770fb497960266623217e2fb7.zip | |
disable dma offset for now
SVN-Revision: 6317
| -rw-r--r-- | target/linux/atheros-2.6/files/include/asm-mips/mach-atheros/dma-coherence.h | 4 |
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 fe535568814..34e5a850703 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; |
