Actually, QEMU supports the AMD PC-Net PCI chipset as well..mystran wrote:Bochs and QEMU both have support for NE2k and 8139 but that's it.
Code: Select all
-M isapc -net nic,model=nek2_isa
-net nic,model=ne2k_pci
-net nic,model=rtl8139
-net nic,model=pcnet
http://www.viaarena.com/default.aspx?Pa ... bCatID=147
While source code is definitely no replacement for proper documentation, Maybe it'll be a good read over for implementing chipset support (It looks sophisticated..)
I'm not 100% on that NE DM-1001 card though, You might want to boot up BSD or Linux and see if it uses a common chipset or something (If it's detected..)
Good luck