Bochs/bochs/iodev/network
Volker Ruppert cc56245407 started implementing the i430FX chipset
- renamed config parameter "i440fx_support" to "enabled"
- new config parameter "chipset" added (current choices "i430FX" and "i440FX")
- don't load ACPI support if the i430FX chipset is selected
- select register values for the core PCI devices depending on the chipset
- USB UHCI must be connected to a PCI slot if the i430FX chipset is used
- rombios changes to make the i430FX chipset work
- TODO #1: implement limitation to 1 cpu and 128 MB RAM for the i430FX chipset
- TODO #2: verify register behaviour of both chipsets
2012-11-11 08:11:17 +00:00
..
e1000.cc - added original authors on top of LGPL'd sources ported from Qemu 2012-08-30 20:41:25 +00:00
e1000.h - added original authors on top of LGPL'd sources ported from Qemu 2012-08-30 20:41:25 +00:00
eth_fbsd.cc - fixed typo 2012-08-08 15:38:33 +00:00
eth_linux.cc
eth_null.cc
eth_slirp.cc - implemented TFTP support in eth_slirp.cc 2012-08-16 11:59:44 +00:00
eth_tap.cc
eth_tuntap.cc
eth_vde.cc
eth_vnet.cc - forgot to remove obsolete stuff 2012-08-16 12:25:55 +00:00
eth_win32.cc
Makefile.in - fixes based on Debian patches by Guillem Jover 2012-07-14 07:01:43 +00:00
ne2k.cc started implementing the i430FX chipset 2012-11-11 08:11:17 +00:00
ne2k.h - debugger command 'info device': implemented support for additional arguments 2012-04-23 17:06:19 +00:00
netmod.cc - improved packet logging function (added ASCII dump to hexdump) 2012-09-24 19:32:57 +00:00
netmod.h - implemented TFTP support in eth_slirp.cc 2012-08-16 11:59:44 +00:00
pcipnic.cc - remove registered device state in destructor (fixes crash on Bochs exit with 2012-08-19 08:16:20 +00:00
pcipnic.h merged compilation patch by Sebastian, update closed bugs in CHANGES 2012-06-24 17:42:24 +00:00
pnic_api.h