qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Wang Cheng Yeh" <cywang.eda@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] another lsi53c895a patch
Date: Tue, 17 Apr 2007 10:14:49 +0800	[thread overview]
Message-ID: <a20f395e0704161914i50e38b44kbafe7cfd10dc36fc@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 680 bytes --]

Index: hw/lsi53c895a.c
===================================================================
RCS file: /sources/qemu/qemu/hw/lsi53c895a.c,v
retrieving revision 1.6
diff -u -p -r1.6 lsi53c895a.c
--- hw/lsi53c895a.c     7 Apr 2007 18:14:41 -0000       1.6
+++ hw/lsi53c895a.c     17 Apr 2007 02:12:05 -0000
@@ -1434,10 +1434,13 @@ static void lsi_reg_writeb(LSIState *s,
         if (val & LSI_ISTAT0_SRST) {
             lsi_soft_reset(s);
         }
+        break;
     case 0x16: /* MBOX0 */
         s->mbox0 = val;
+        break;
     case 0x17: /* MBOX1 */
         s->mbox1 = val;
+        break;
     case 0x1b: /* CTEST3 */
         s->ctest3 = val & 0x0f;
         break;

[-- Attachment #2: Type: text/html, Size: 1311 bytes --]

                 reply	other threads:[~2007-04-17  2:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=a20f395e0704161914i50e38b44kbafe7cfd10dc36fc@mail.gmail.com \
    --to=cywang.eda@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).