summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network/README.cs8900 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-4/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* The CS8900 driver is documented in the cs8900.h header file.Chris Johns2004-03-141-17/+2
|
* 2002-09-07 Chris Johns <ccj@acm.org>Joel Sherrill2002-09-071-0/+8
| | | | | | | | | * network/Makefile.am, network/README.cs8900, network/cs8900.c, network/cs8900.h: Significant update which corrects the problem where the cs8900.c file was actually the BSP glue. Joel did some hacking so this file will compile. Previously it required providing a target.h file to compile. * network/cs8900.c.bsp: New file.
* 2000-11-03 Chris Johns <ccj@acm.org>Joel Sherrill2000-11-031-0/+37
* network/README.cs8900, network/cs8900.c, network/cs8900.h: New files. * network/Makefile.am: Modified to reflect above.