qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] EEPRO 100 emulation
@ 2007-09-08 19:32 Filip Navara
  2007-09-10  0:15 ` Thiemo Seufer
  0 siblings, 1 reply; 3+ messages in thread
From: Filip Navara @ 2007-09-08 19:32 UTC (permalink / raw)
  To: qemu-devel


[-- 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:

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-09-10  8:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-08 19:32 [Qemu-devel] [PATCH] EEPRO 100 emulation Filip Navara
2007-09-10  0:15 ` Thiemo Seufer
2007-09-10  8:42   ` Filip Navara

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