From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L7Y68-0007QI-1t for qemu-devel@nongnu.org; Tue, 02 Dec 2008 11:27:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L7Y66-0007Q2-Ir for qemu-devel@nongnu.org; Tue, 02 Dec 2008 11:27:38 -0500 Received: from [199.232.76.173] (port=44010 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7Y66-0007Pz-By for qemu-devel@nongnu.org; Tue, 02 Dec 2008 11:27:38 -0500 Received: from e35.co.us.ibm.com ([32.97.110.153]:60088) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L7Y65-0000V6-LN for qemu-devel@nongnu.org; Tue, 02 Dec 2008 11:27:37 -0500 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e35.co.us.ibm.com (8.13.1/8.13.1) with ESMTP id mB2GQM0a009537 for ; Tue, 2 Dec 2008 09:26:22 -0700 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id mB2GRO7K133134 for ; Tue, 2 Dec 2008 09:27:25 -0700 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id mB2GROO4005467 for ; Tue, 2 Dec 2008 09:27:24 -0700 Date: Tue, 2 Dec 2008 10:27:23 -0600 From: Ryan Harper Subject: Re: [Qemu-devel] [PATCH 1/2] LSI53C895A: Remove current_dma_len hack Message-ID: <20081202162723.GB13481@us.ibm.com> References: <76607.86680.qm@web51103.mail.re2.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <76607.86680.qm@web51103.mail.re2.yahoo.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Justin Chevrier Cc: qemu-devel@nongnu.org * Justin Chevrier [2008-12-02 10:00]: > 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 Acked-by: Ryan Harper > > --- 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; > > > > > -- Ryan Harper Software Engineer; Linux Technology Center IBM Corp., Austin, Tx ryanh@us.ibm.com