From a94521ccc758d0ded4336016b5f7bb1b92bce858 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 26 Oct 1999 12:37:14 +0000 Subject: cat /tmp/j | while read f do rpm -qi $f 2>&1 | grep -v "is not ins" done --- c/src/lib/libchip/network/README | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 c/src/lib/libchip/network/README (limited to 'c/src/lib/libchip/network/README') diff --git a/c/src/lib/libchip/network/README b/c/src/lib/libchip/network/README deleted file mode 100644 index fd5853ef16..0000000000 --- a/c/src/lib/libchip/network/README +++ /dev/null @@ -1,16 +0,0 @@ -# -# $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. - -- cgit v1.2.3