Bochs/bochs/iodev/network
Volker Ruppert 4dd5816108 Some changes in the Bochs plugins code.
- Changed variable type of the plugin_t "type" member from enum to Bit16u.
- Added support for returning device flags with the new mode PLUGIN_FLAGS in
  the plugin entry functions. It is currently only used for devices that can
  be connected to a PCI slot.
- Code cleanup in core device plugins: checking type no longer necessary.
- The "non-plugin" mode now also uses the "loadtype" member of plugin_t.

TODO: Change PCI slot options to bx_param_enum_c and build the choices list
using the new capabilities of the plugin API.
2021-02-26 20:37:49 +00:00
..
slirp Changed bx_bool to bool type in some more device and the developer doc. 2021-02-01 12:42:12 +00:00
e1000.cc Some changes in the Bochs plugins code. 2021-02-26 20:37:49 +00:00
e1000.h Changed bx_bool to bool type in some more device and the developer doc. 2021-02-01 12:42:12 +00:00
eth_fbsd.cc Improved plugin type detection at Bochs startup. 2021-02-07 16:16:06 +00:00
eth_linux.cc Improved plugin type detection at Bochs startup. 2021-02-07 16:16:06 +00:00
eth_null.cc Improved plugin type detection at Bochs startup. 2021-02-07 16:16:06 +00:00
eth_slirp.cc Improved plugin type detection at Bochs startup. 2021-02-07 16:16:06 +00:00
eth_socket.cc Improved plugin type detection at Bochs startup. 2021-02-07 16:16:06 +00:00
eth_tap.cc Improved plugin type detection at Bochs startup. 2021-02-07 16:16:06 +00:00
eth_tuntap.cc Improved plugin type detection at Bochs startup. 2021-02-07 16:16:06 +00:00
eth_vde.cc Improved plugin type detection at Bochs startup. 2021-02-07 16:16:06 +00:00
eth_vnet.cc Improved plugin type detection at Bochs startup. 2021-02-07 16:16:06 +00:00
eth_win32.cc Improved plugin type detection at Bochs startup. 2021-02-07 16:16:06 +00:00
Makefile.in Rewrite of the network driver plugin code. 2017-03-12 07:48:08 +00:00
ne2k.cc Some changes in the Bochs plugins code. 2021-02-26 20:37:49 +00:00
ne2k.h Changed bx_bool to bool type in some more devices. 2021-02-01 20:39:33 +00:00
netmod.cc Some plugin related fixes. 2021-02-14 06:25:01 +00:00
netmod.h The hdimage, networking and sound code now also use PLUG_get_plugins_counrt() 2021-02-10 07:29:14 +00:00
netutil.cc Changed bx_bool to bool type in some more device and the developer doc. 2021-02-01 12:42:12 +00:00
netutil.h Changed bx_bool to bool type in some more device and the developer doc. 2021-02-01 12:42:12 +00:00
pcipnic.cc Some changes in the Bochs plugins code. 2021-02-26 20:37:49 +00:00
pcipnic.h Changed bx_bool to bool type in some more device and the developer doc. 2021-02-01 12:42:12 +00:00
pnic_api.h - moved the networking stuff to the new subdirectory iodev/network 2012-01-14 17:03:00 +00:00