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] please review smc91c111 network bug fix
Date: Sun, 25 Mar 2007 02:36:47 +0800	[thread overview]
Message-ID: <a20f395e0703241136i30e931afw6519c20e6750b0c1@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 56 bytes --]

address mapping error and cause arm versatile unstable.

[-- Attachment #1.2: Type: text/html, Size: 76 bytes --]

[-- Attachment #2: pat.txt --]
[-- Type: text/plain, Size: 855 bytes --]

Index: hw/smc91c111.c
===================================================================
RCS file: /sources/qemu/qemu/hw/smc91c111.c,v
retrieving revision 1.5
diff -u -r1.5 smc91c111.c
--- hw/smc91c111.c	21 Dec 2006 17:23:49 -0000	1.5
+++ hw/smc91c111.c	24 Mar 2007 18:15:21 -0000
@@ -446,7 +446,9 @@
         case 7:
             /* Not implemented.  */
             return 0;
-        case 8: /* Free memory available.  */
+        case 8: /* Memory size.  */
+            return NUM_PACKETS;
+        case 9: /* Free memory available.  */
             {
                 int i;
                 int n;
@@ -457,8 +459,6 @@
                 }
                 return n;
             }
-        case 9: /* Memory size.  */
-            return NUM_PACKETS;
         case 10: case 11: /* RPCR */
             /* Not implemented.  */
             return 0;

             reply	other threads:[~2007-03-24 18:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-24 18:36 Wang Cheng Yeh [this message]
2007-03-25 14:56 ` [Qemu-devel] please review smc91c111 network bug fix Aurelien Jarno

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=a20f395e0703241136i30e931afw6519c20e6750b0c1@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).