source: rtems/c/src/libchip/network/README @ 602e395

4.115
Last change on this file since 602e395 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

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