projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix wep encryption setting for madwifi
[openwrt.git]
/
target
/
linux
/
atheros-2.6
/
files
/
include
/
asm-mips
/
mach-atheros
/
dma-coherence.h
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
fe53556
..
34e5a85
100644
(file)
--- 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;
This page took
0.022113 seconds
and
4
git commands to generate.