summaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-12-07 03:03:21 +0000
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-12-07 03:03:21 +0000
commitc021db86a4968f456f6365eab158107c131df22e (patch)
treeb43e6a65f8737030d64f9f82db8843d30b6388f4 /hw
parent9e7d11ff34f2213ba4e7ef35720f058b9a1ec8c3 (diff)
downloadhqemu-c021db86a4968f456f6365eab158107c131df22e.zip
hqemu-c021db86a4968f456f6365eab158107c131df22e.tar.gz
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> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5901 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw')
-rw-r--r--hw/lsi53c895a.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/lsi53c895a.c b/hw/lsi53c895a.c
index 8f8ffd7..aa6c600 100644
--- a/hw/lsi53c895a.c
+++ b/hw/lsi53c895a.c
@@ -920,7 +920,6 @@ again:
break;
case PHASE_DI:
s->waiting = 2;
- s->current_dma_len = s->dbc;
lsi_do_dma(s, 0);
if (s->waiting)
s->waiting = 3;
OpenPOWER on IntegriCloud