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

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)