On Friday 29 February 2008 01:20:10 [EMAIL PROTECTED] wrote: > The emulation works beautifully on windows Xp Pro SP2 guest and official > Atheros drivers, no installation problems at all. > > Nice job ! > > > Some infos about the patch: > > - 2 lines added to pci.c > > you have to take recent e1000 inclusion to make it apply cleanly on CVS > > > - added function declaration to pci.h > > - patched Makefile.target (2 lines) > > VL_OBJS => OBJS, now VL_OBJS are gone > > > - added files qemu/hw/atheros_wlan_.*.[ch] > > - took 2 files from wireshark to generate CRC32 checksums > > - took 3 files from ath5k > > ---> licence people, please have a look if that is ok!! > > > > Enabling emulation: > > Keep up the good work !
I'd love to add it to CVS. Checked out the repository, but I don't really know what you mean with take recenent e1000 inclusion. Could you clarify that a little? Looked at (e.g.) ne2000.c and rtl8139.c and it's just like my code, I guess...