Re: [Qemu-devel] [patch] More PCI ethernet emulations

2007-04-02 Thread Thiemo Seufer
Stefan Weil wrote: > Good question. I stumbled about this, too, when I looked > at the code how I could apply your patch. Some months > had past since I wrote it :-) > > The code writes to a serial EEPROM, so the 16 bits are > sent using only a clock and a single data bit. The > EEPROM emulation t

Re: [Qemu-devel] [patch] More PCI ethernet emulations

2007-03-28 Thread Stefan Weil
Good question. I stumbled about this, too, when I looked at the code how I could apply your patch. Some months had past since I wrote it :-) The code writes to a serial EEPROM, so the 16 bits are sent using only a clock and a single data bit. The EEPROM emulation then takes the single bits and put

Re: [Qemu-devel] [patch] More PCI ethernet emulations

2007-03-26 Thread Ben Taylor
Stefan Weil <[EMAIL PROTECTED]> wrote: > Hi, > > File eepro100.tar.bz2 (added to this mail) contains everything > needed to add 3 new PCI network device (all similar to EEPRO100): > > eepro100.patch: > Makefile.target: > added two binaries needed for EEPRO100 > split en

Re: [Qemu-devel] [patch] More PCI ethernet emulations

2007-03-26 Thread Stefan Weil
Hi, File eepro100.tar.bz2 (added to this mail) contains everything needed to add 3 new PCI network device (all similar to EEPRO100): eepro100.patch: Makefile.target: added two binaries needed for EEPRO100 split entries for PCI network devices (1 line / entry, better merging wi