aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavem <davem>2001-12-11 11:39:57 +0000
committerdavem <davem>2001-12-11 11:39:57 +0000
commit9c0186c554d17fa45087a0dd1163695bb922c652 (patch)
tree727bfcdc6ff12017b828062ac5a60d3e3547fb58
parent6097a0eab234df90e65921d8e97b78d5cac71b4d (diff)
downloadnetdev-vger-cvs-9c0186c554d17fa45087a0dd1163695bb922c652.tar.gz
Disable DMA_CHUNK_SIZE, less variables
to debug.
-rw-r--r--include/asm-sparc64/dma.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-sparc64/dma.h b/include/asm-sparc64/dma.h
index 113190550..aeef575cc 100644
--- a/include/asm-sparc64/dma.h
+++ b/include/asm-sparc64/dma.h
@@ -1,4 +1,4 @@
-/* $Id: dma.h,v 1.19 2000-01-28 13:43:14 jj Exp $
+/* $Id: dma.h,v 1.20 2001-12-11 11:39:57 davem Exp $
* include/asm-sparc64/dma.h
*
* Copyright 1996 (C) David S. Miller (davem@caip.rutgers.edu)
@@ -222,6 +222,8 @@ extern int isa_dma_bridge_buggy;
* which have addresses modulo DMA_CHUNK_SIZE will be merged
* by dma_prepare_sg().
*/
+#if 0 /* XXX Buggy in 2.5.x currently... */
#define DMA_CHUNK_SIZE 8192
+#endif
#endif /* !(_ASM_SPARC64_DMA_H) */