summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2004-03-14 01:26:07 +0000
committerChris Johns <chrisj@rtems.org>2004-03-14 01:26:07 +0000
commit27192b8981715710a76dd2ed6ac7206805f1db4d (patch)
tree3eea3ed8c6a23607526c708e10e6eab6107b3a47 /c
parent2004-03-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-27192b8981715710a76dd2ed6ac7206805f1db4d.tar.bz2
The CS8900 driver is documented in the cs8900.h header file.
Diffstat (limited to 'c')
-rw-r--r--c/src/libchip/network/README.cs890019
1 files changed, 2 insertions, 17 deletions
diff --git a/c/src/libchip/network/README.cs8900 b/c/src/libchip/network/README.cs8900
index 8d677a23ce..b9bf2dcebd 100644
--- a/c/src/libchip/network/README.cs8900
+++ b/c/src/libchip/network/README.cs8900
@@ -8,7 +8,7 @@ Target Support
The target is required to provide the low level support routines as
listed in the Configuration section of this file.
-The file cs8900.c.bsp is an example BSP file for a Coldfire processor.
+The file cs8900.[ch].bsp are an example BSP files for DIMMPC target.
Conditionals
============
@@ -24,22 +24,7 @@ Todo
+ Document conditionals.
-+ Document each of the user supplied functions.
-
-+ PC386 BSP wrapper for this.
-
Configuration
=============
-The BSP provides these routines:
-
-void cs8900_attach_interrupt (int dev, cs8900_device *cs);
-void cs8900_detach_interrupt (int dev);
-void cs8900_get_mac_addr (int dev, unsigned char *mac_address);
-void cs8900_io_set_reg (int dev, unsigned short reg, unsigned short data);
-unsigned short cs8900_io_get_reg (int dev, unsigned short reg);
-void cs8900_mem_set_reg (int dev, unsigned long reg, unsigned short data);
-unsigned short cs8900_mem_get_reg (int dev, unsigned long reg);
-void cs8900_put_data_block (int dev, int len, unsigned char *data);
-unsigned short cs8900_get_data_block (int dev, unsigned char *data);
-void cs8900_tx_load (int dev, struct mbuf *m);
+See the cs8900.h header file for the documentation.