From: "Filip Navara" <xnavara@volny.cz>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] EEPRO 100 emulation
Date: Sat, 8 Sep 2007 21:32:24 +0200 [thread overview]
Message-ID: <5b31733c0709081232n6f7a6c0l2471f0b738f63a7c@mail.gmail.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 257 bytes --]
Not sure if this is usefull, but the Darwin network driver uses the "flow
control" registers, so it's not good idea to bail out and stop the emulation
if they're accessed. The registers aren't vital for the EEPRO 100 operation,
so no harm in ignoring them.
[-- Attachment #1.2: Type: text/html, Size: 284 bytes --]
[-- Attachment #2: qemu-eepro100-flow-control.patch --]
[-- Type: application/octet-stream, Size: 545 bytes --]
Index: hw/eepro100.c
===================================================================
RCS file: /sources/qemu/qemu/hw/eepro100.c,v
retrieving revision 1.3
diff -u -r1.3 eepro100.c
--- hw/eepro100.c 2 Jul 2007 13:38:46 -0000 1.3
+++ hw/eepro100.c 30 Aug 2007 20:47:43 -0000
@@ -1256,6 +1256,10 @@
eepro100_interrupt(s, 0);
break;
case SCBPort + 3:
+ case 24:
+ case 25:
+ case 26:
+ case 27:
logout("addr=%s val=0x%02x\n", regname(addr), val);
break;
case SCBeeprom:
next reply other threads:[~2007-09-08 19:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-08 19:32 Filip Navara [this message]
2007-09-10 0:15 ` [Qemu-devel] [PATCH] EEPRO 100 emulation Thiemo Seufer
2007-09-10 8:42 ` Filip Navara
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=5b31733c0709081232n6f7a6c0l2471f0b738f63a7c@mail.gmail.com \
--to=xnavara@volny.cz \
--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).