From: Andrzej Zaborowski <balrogg@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [5901] LSI53C895A: Remove current_dma_len hack
Date: Sun, 07 Dec 2008 03:03:21 +0000 [thread overview]
Message-ID: <E1L99vV-0003Wb-QX@cvs.savannah.gnu.org> (raw)
Revision: 5901
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5901
Author: balrog
Date: 2008-12-07 03:03:21 +0000 (Sun, 07 Dec 2008)
Log Message:
-----------
LSI53C895A: Remove current_dma_len hack
Signed-off-by: Justin Chevrier <address@hidden>
Acked-by: Ryan Harper <ryanh@us.ibm.com>
Acked-by: Chris Wright <chrisw@sous-sol.org>
Modified Paths:
--------------
trunk/hw/lsi53c895a.c
Modified: trunk/hw/lsi53c895a.c
===================================================================
--- trunk/hw/lsi53c895a.c 2008-12-07 01:51:28 UTC (rev 5900)
+++ trunk/hw/lsi53c895a.c 2008-12-07 03:03:21 UTC (rev 5901)
@@ -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;
next reply other threads:[~2008-12-07 3:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-07 3:03 Andrzej Zaborowski [this message]
2008-12-10 15:31 ` [Qemu-devel] [5901] LSI53C895A: Remove current_dma_len hack Anthony Liguori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1L99vV-0003Wb-QX@cvs.savannah.gnu.org \
--to=balrogg@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).