|
From: | Anthony Liguori |
Subject: | Re: [Qemu-devel] [PATCH 1/2] LSI53C895A: Remove current_dma_len hack |
Date: | Wed, 10 Dec 2008 09:29:07 -0600 |
User-agent: | Thunderbird 2.0.0.17 (X11/20080925) |
Justin Chevrier wrote:
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>
I'd like to apply this, but <address@hidden> is not a valid email address. Regards, Anthony Liguori
--- 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;
[Prev in Thread] | Current Thread | [Next in Thread] |