summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libchip/network/README
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-26 12:37:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-26 12:37:14 +0000
commita94521ccc758d0ded4336016b5f7bb1b92bce858 (patch)
tree8eb0040a7a14a47130b20b428305a2c2357cb0ae /c/src/lib/libchip/network/README
parentRemoving automatically generated files. (diff)
downloadrtems-a94521ccc758d0ded4336016b5f7bb1b92bce858.tar.bz2
cat /tmp/j | while read f
do rpm -qi $f 2>&1 | grep -v "is not ins" done
Diffstat (limited to '')
-rw-r--r--c/src/lib/libchip/network/README16
-rw-r--r--c/src/lib/libchip/network/README.sonic21
2 files changed, 0 insertions, 37 deletions
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.
-
diff --git a/c/src/lib/libchip/network/README.sonic b/c/src/lib/libchip/network/README.sonic
deleted file mode 100644
index ef9641d6a2..0000000000
--- a/c/src/lib/libchip/network/README.sonic
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# $Id$
-#
-
-This SONIC driver does not make any attempt to support the SONIC chip
-in any of the following modes:
-
- + 16-bit
- + little endian
-
-It does not attempt to handle SONIC's older than Revision C. There is
-a bug in chips before that revision that must be handled in the driver.
-
-The configuration table should be discussed here but if you look in the
-include file for the sonic, it is reasonably obvious. :)
-
-The performance impact of transforming this driver into libchip format
-was minimal.
-
-The powerpc/dmv177 BSP uses this driver and can serve as an example
-configuration table.