diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-07-30 18:14:15 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-07-30 18:14:15 -0400 |
commit | a670fcb43f01a67ef56176afc76e5d43d128b25c (patch) | |
tree | 09c9411c78a33ff980e9ea871bc7686e7589abbf /include/asm-cris/dma.h | |
parent | 327309e899662b482c58cf25f574513d38b5788c (diff) | |
parent | b0825488a642cadcf39709961dde61440cb0731c (diff) | |
download | op-kernel-dev-a670fcb43f01a67ef56176afc76e5d43d128b25c.zip op-kernel-dev-a670fcb43f01a67ef56176afc76e5d43d128b25c.tar.gz |
/spare/repo/netdev-2.6 branch 'master'
Diffstat (limited to 'include/asm-cris/dma.h')
-rw-r--r-- | include/asm-cris/dma.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-cris/dma.h b/include/asm-cris/dma.h index c229fac..6f188dc 100644 --- a/include/asm-cris/dma.h +++ b/include/asm-cris/dma.h @@ -10,4 +10,12 @@ #define MAX_DMA_ADDRESS PAGE_OFFSET +/* From PCI */ + +#ifdef CONFIG_PCI +extern int isa_dma_bridge_buggy; +#else +#define isa_dma_bridge_buggy (0) +#endif + #endif /* _ASM_DMA_H */ |