qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 1/2] LSI53C895A: Remove current_dma_len hack
@ 2008-12-02 15:53 Justin Chevrier
  2008-12-02 16:27 ` Ryan Harper
  2008-12-10 15:29 ` Anthony Liguori
  0 siblings, 2 replies; 4+ messages in thread
From: Justin Chevrier @ 2008-12-02 15:53 UTC (permalink / raw)
  To: qemu-devel

I've sorted out the problem with Openserver that this hack covered up. As such this hack can be removed. It currently is causing boot problems with Debian ARM and Windows XP SP3.

Changelog:

Remove current_dma_len update hack

Signed-off-by: Justin Chevrier <address@hidden>

--- hw/lsi53c895a.c     (revision 5852)
+++ hw/lsi53c895a.c     (working copy)
@@ -920,7 +920,6 @@
             break;
         case PHASE_DI:
             s->waiting = 2;
-            s->current_dma_len = s->dbc;
             lsi_do_dma(s, 0);
             if (s->waiting)
                 s->waiting = 3;



      

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-12-10 15:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-02 15:53 [Qemu-devel] [PATCH 1/2] LSI53C895A: Remove current_dma_len hack Justin Chevrier
2008-12-02 16:27 ` Ryan Harper
2008-12-02 21:50   ` Chris Wright
2008-12-10 15:29 ` Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).