URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [c/] [src/] [libchip/] [network/] [README] - Rev 1782
Compare with Previous | Blame | View Log
## README,v 1.1 1999/02/05 00:34:14 joel Exp#This is the network interface controller portion of the libchip library.This directory contains the source code for reusable TCP/IP network driversupport code. Each driver has its own configuration table and itschip specific attach routine must be called by a board specificattach routine. The board specific chip routine passes the chipconfiguration 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 offunctions which are provided by the BSP. These functions set and getgeneral registers and data buffers.
