Bochs/bochs/iodev/network
Volker Ruppert 1fe24e32b0 Rewrite of the networking module handling similar to the hdimage module
handling. Networking module names are now stored as string constants instead of
hardcoded values. Available modules are detected at Bochs startup and stored in
a string array before initializing options. In the plugins case available
modules are read from the plugins list. If plugins are off, the eth_locator_c
registry is used. Related changes in all parts of Bochs that need the
networking stuff.
TODO #1: Sound drivers could be handled in a similar way.
2021-02-05 20:40:43 +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 Changed bx_bool to bool type in some more device and the developer doc. 2021-02-01 12:42:12 +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 Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
eth_linux.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
eth_null.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
eth_slirp.cc Changed bx_bool to bool type in some more device and the developer doc. 2021-02-01 12:42:12 +00:00
eth_socket.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
eth_tap.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
eth_tuntap.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
eth_vde.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
eth_vnet.cc Changed bx_bool to bool type in some more device and the developer doc. 2021-02-01 12:42:12 +00:00
eth_win32.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
Makefile.in Rewrite of the network driver plugin code. 2017-03-12 07:48:08 +00:00
ne2k.cc Continued bx_bool to bool type changes. 2021-02-03 18:08:04 +00:00
ne2k.h Changed bx_bool to bool type in some more devices. 2021-02-01 20:39:33 +00:00
netmod.cc Rewrite of the networking module handling similar to the hdimage module 2021-02-05 20:40:43 +00:00
netmod.h Rewrite of the networking module handling similar to the hdimage module 2021-02-05 20:40:43 +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 Changed bx_bool to bool type in some more device and the developer doc. 2021-02-01 12:42:12 +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