X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fref%2Ftcpip-openbsd-building-the-network-stack.html;fp=doc%2Fhtml%2Fref%2Ftcpip-openbsd-building-the-network-stack.html;h=edc3df06496a71f7a5a8e7d21bcbdf81b090e901;hb=2b5bec7716c03d42cfb16d8c98c9cea573bf6722;hp=0000000000000000000000000000000000000000;hpb=47412fc4bd1aefc0d5498bcb3860a9d727196f16;p=karo-tx-redboot.git diff --git a/doc/html/ref/tcpip-openbsd-building-the-network-stack.html b/doc/html/ref/tcpip-openbsd-building-the-network-stack.html new file mode 100644 index 00000000..edc3df06 --- /dev/null +++ b/doc/html/ref/tcpip-openbsd-building-the-network-stack.html @@ -0,0 +1,209 @@ + + + + + + + + +Building the Network Stack +
eCos Reference Manual
PrevChapter 43. OpenBSD TCP/IP stack portNext

Building the Network Stack

Using the Build->Packages dialog, +add the packages “Networking”, +“OpenBSD TCP/IP Stack” +and “Common Ethernet Support” +to your configuration. Their package names +are CYGPKG_NET, CYGPKG_NET_OPENBSD_STACK and CYGPKG_NET_ETH_DRIVERS +respectively.

A short-cut way to do this is by +using the “net” template +if it is available for your platform.

The platform-specific ethernet device driver for your platform +will be added as part of the target selection (in the +Build->Templates “Hardware” item), +along with the +PCI I/O subsystem (if relevent) and the appropriate serial device driver.

For example, the PowerPC MBX target selection adds the package +PKG_NET_QUICC_ETH_DRIVERS, +and the Cirrus Logic EDB7xxx target selection adds the package +CYGPKG_NET_EDB7XXX_ETH_DRIVERS. +After this, eCos and its tests can be built exactly as usual.

Note: By default, most of the network tests are not built. This +is because some of them require manual intervention, i.e. they are +to be run “by hand”, and are not suitable for +automated testing. To build the full set of network tests, set +the configuration option CYGPKG_NET_BUILD_TESTS “Build +networking tests (demo programs)” within “Networking +support build options”.


PrevHomeNext
OpenBSD TCP/IP stack portUpAPIs
\ No newline at end of file