disable dma offset for now

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6317 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2007-02-17 23:02:49 +00:00
parent 12a23811ec
commit 2b9b7b1272
1 changed files with 4 additions and 0 deletions

View File

@ -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;