r2274 - trunk/src/host/qemu-neo1973/hw

andrew at sita.openmoko.org andrew at sita.openmoko.org
Sat Jun 16 16:20:13 CEST 2007


Author: andrew
Date: 2007-06-16 16:20:12 +0200 (Sat, 16 Jun 2007)
New Revision: 2274

Modified:
   trunk/src/host/qemu-neo1973/hw/s3c2410.c
Log:
Slightly speed up DMA operation (only used for audio).


Modified: trunk/src/host/qemu-neo1973/hw/s3c2410.c
===================================================================
--- trunk/src/host/qemu-neo1973/hw/s3c2410.c	2007-06-16 13:05:43 UTC (rev 2273)
+++ trunk/src/host/qemu-neo1973/hw/s3c2410.c	2007-06-16 14:20:12 UTC (rev 2274)
@@ -722,7 +722,7 @@
                     ch->cdst += width;
             }
 
-            if (!(ch->con & (1 << 27)))				/* SERVMODE */
+            if (!(ch->con & (1 << 27)) && !ch->req)		/* SERVMODE */
                 break;
         }
         ch->running = 0;





More information about the commitlog mailing list