qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4197] Read time constant fix (Robert Reif)
@ 2008-04-12  8:47 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-04-12  8:47 UTC (permalink / raw)
  To: qemu-devel

Revision: 4197
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4197
Author:   blueswir1
Date:     2008-04-12 08:47:27 +0000 (Sat, 12 Apr 2008)

Log Message:
-----------
Read time constant fix (Robert Reif)

Modified Paths:
--------------
    trunk/hw/slavio_serial.c

Modified: trunk/hw/slavio_serial.c
===================================================================
--- trunk/hw/slavio_serial.c	2008-04-11 22:04:22 UTC (rev 4196)
+++ trunk/hw/slavio_serial.c	2008-04-12 08:47:27 UTC (rev 4197)
@@ -514,9 +514,13 @@
             break;
         case W_TXCTRL1:
         case W_TXCTRL2:
+            s->wregs[s->reg] = val;
+            slavio_serial_update_parameters(s);
+            break;
         case W_BRGLO:
         case W_BRGHI:
             s->wregs[s->reg] = val;
+            s->rregs[s->reg] = val;
             slavio_serial_update_parameters(s);
             break;
         case W_MINTR:

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-12  8:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-12  8:47 [Qemu-devel] [4197] Read time constant fix (Robert Reif) Blue Swirl

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).