summaryrefslogtreecommitdiffstats
path: root/bsps/shared/net/README
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-02-24 19:09:56 -0700
committerVijay Kumar Banerjee <vijay@rtems.org>2021-04-07 16:15:38 -0600
commitc90fa83041f1467ac9795c489b7151db3a041ab5 (patch)
treeee3ebcd4af33202b34f89133a301d268609e355c /bsps/shared/net/README
parentcpukit/libfs: Remove nfsclient (diff)
downloadrtems-c90fa83041f1467ac9795c489b7151db3a041ab5.tar.bz2
bsps: Remove networking drivers
Update #3850
Diffstat (limited to 'bsps/shared/net/README')
-rw-r--r--bsps/shared/net/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/bsps/shared/net/README b/bsps/shared/net/README
deleted file mode 100644
index ecb996e65f..0000000000
--- a/bsps/shared/net/README
+++ /dev/null
@@ -1,12 +0,0 @@
-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.
-