patch-2.4.22 linux-2.4.22/arch/arm/mach-sa1100/dma-sa1111.c
Next file: linux-2.4.22/arch/arm/mach-sa1100/flexanet.c
Previous file: linux-2.4.22/arch/arm/mach-sa1100/dma-sa1100.c
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
2003-08-25 04:44:39.000000000 -0700
-  Orig file: 
linux-2.4.21/arch/arm/mach-sa1100/dma-sa1111.c
-  Orig date: 
2002-08-02 17:39:42.000000000 -0700
diff -urN linux-2.4.21/arch/arm/mach-sa1100/dma-sa1111.c linux-2.4.22/arch/arm/mach-sa1100/dma-sa1111.c
@@ -305,7 +305,8 @@
 	 * SDRAM bank 1 on Neponset). The default configuration selects
 	 * Assabet, so any address in bank 1 is necessarily invalid.
 	 */
-	if((machine_is_assabet() || machine_is_pfs168()) && addr >= 0xc8000000)
+	if((machine_is_assabet() || machine_is_pfs168() ||
+            machine_is_graphicsmaster() || machine_is_adsagc()) && addr >= 0xc8000000)
 	  	return -1;
 
 	/* The bug only applies to buffers located more than one megabyte
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)