patch-2.1.53 linux/include/asm-ppc/scatterlist.h

Next file: linux/include/asm-ppc/smp.h
Previous file: linux/include/asm-ppc/residual.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.52/linux/include/asm-ppc/scatterlist.h linux/include/asm-ppc/scatterlist.h
@@ -24,4 +24,9 @@
 #define ISA_DMA_THRESHOLD (0x00ffffff)
 #endif
 
+#ifdef CONFIG_CHRP
+/* The W83C553F supports 32-bit DMA on ISA */
+#define ISA_DMA_THRESHOLD (~0UL)
+#endif
+
 #endif /* !(_PPC_SCATTERLIST_H) */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov