Files
rtems/c/src/libchip/network
Joel Sherrill 600bd1bb59 PR 2011/networking GRETH: Moved print to remove potential deadlock
Deadlock may arise when the EDCL bug link is used to tunnel
console output over Ethernet, when Ethernet is down one should
avoid using console (only during debugging of LEON targets)

Author: Marko Isomaki <marko@gaisler.com>
Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
2012-02-02 13:05:24 -06:00
..
2009-11-30 03:49:08 +00:00
2012-01-31 11:25:15 +01:00

#
#  $Id$
#

This is the network interface controller portion of the libchip library.
This directory contains the source code for reusable TCP/IP network driver
support code.  Each driver has its own configuration table and its
chip specific attach routine must be called by a board specific
attach routine.  The board specific chip routine passes the chip
configuration and network configuration to the resuable device driver.

The reusable chip drivers do not directly access the controller.
They access the registers on the controller via a set of
functions which are provided by the BSP.  These functions set and get
general registers and data buffers.