patch-2.4.22 linux-2.4.22/include/asm-mips64/dma.h
Next file: linux-2.4.22/include/asm-mips64/elf.h
Previous file: linux-2.4.22/include/asm-mips64/div64.h
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
2003-08-25 04:44:44.000000000 -0700
-  Orig file: 
linux-2.4.21/include/asm-mips64/dma.h
-  Orig date: 
2002-11-28 15:53:15.000000000 -0800
diff -urN linux-2.4.21/include/asm-mips64/dma.h linux-2.4.22/include/asm-mips64/dma.h
@@ -85,7 +85,7 @@
  */
 #ifdef CONFIG_SGI_IP22
 /* Horrible hack to have a correct DMA window on IP22 */
-#include <asm/sgi/sgimc.h>
+#include <asm/sgi/mc.h>
 #define MAX_DMA_ADDRESS		(PAGE_OFFSET + SGIMC_SEG0_BADDR + 0x01000000)
 #else
 #define MAX_DMA_ADDRESS		(PAGE_OFFSET + 0x01000000)
@@ -254,7 +254,7 @@
 }
 
 
-/* Set transfer size (max 64k for DMA1..3, 128k for DMA5..7) for
+/* Set transfer size (max 64k for DMA0..3, 128k for DMA5..7) for
  * a specific DMA channel.
  * You must ensure the parameters are valid.
  * NOTE: from a manual: "the number of transfers is one more
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)