source: rtems/c/src/libchip/network/README @ edeed26

4.104.114.84.95
Last change on this file since edeed26 was c9c67390, checked in by Joel Sherrill <joel.sherrill@…>, on 02/05/99 at 00:34:17

Split SONIC chip into appropriate files for libchip'ing. The portable
portion is now in the libchip tree and the dmv177 configuration is in
the dmv177 bsp. The performance impact of libchip'ing this driver
was minimal.

  • Property mode set to 100644
File size: 658 bytes
Line 
1#
2#  $Id$
3#
4
5This is the network interface controller portion of the libchip library.
6This directory contains the source code for reusable TCP/IP network driver
7support code.  Each driver has its own configuration table and its
8chip specific attach routine must be called by a board specific
9attach routine.  The board specific chip routine passes the chip
10configuration and network configuration to the resuable device driver.
11
12The reusable chip drivers do not directly access the controller.
13They access the registers on the controller via a set of
14functions which are provided by the BSP.  These functions set and get
15general registers and data buffers.
16
Note: See TracBrowser for help on using the repository browser.