Re: [Qemu-devel] [PATCH] EEPRO 100 emulation

2007-09-10 Thread Filip Navara
Here it is. Best regards, Filip Navara On 9/10/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote: > > Filip Navara wrote: > > 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 acc

Re: [Qemu-devel] [PATCH] EEPRO 100 emulation

2007-09-09 Thread Thiemo Seufer
Filip Navara wrote: > 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. Could you mak

[Qemu-devel] [PATCH] EEPRO 100 emulation

2007-09-08 Thread Filip Navara
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. qemu-eepro100-flow-control.patch Descrip