forked from Imagelibrary/rtems
Add and use <machine/rtems-bsd-kernel-space.h> and <machine/rtems-bsd-user-space.h> similar to the libbsd to avoid command line defines and defines scattered throught the code base. Simplify cpukit/libnetworking/Makefile.am. Update #3375.
A non Driver Manager GRETH driver is located in libchip/network/greth.c. This version requires the driver manager. network_interface_add is used to assign IP/NETMASK and MAC address to GRETH interfaces dynamically according to in which order devices are registered. The function takes the settings from the user defined interface_configs[] array, defined in the project configuration.