summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network/cs8900.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2002-11-13 Jay Monkman <jtm@smoothsmoothie.com>Joel Sherrill2002-11-131-0/+4
| | | | | * network/cs8900.c: I don't know why we have to SelfST register twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
* 2002-09-07 Chris Johns <ccj@acm.org>Joel Sherrill2002-09-071-189/+1116
| | | | | | | | | * 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.
* 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-041-1/+1
| | | | * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
* 2001-03-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-03-021-1/+0
| | | | | | | | | | * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h, rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c, rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c, rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c, serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c, serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h, serial/z85c30_reg.c: Corrected header.
* 2000-11-03 Chris Johns <ccj@acm.org>Joel Sherrill2000-11-031-0/+298
* network/README.cs8900, network/cs8900.c, network/cs8900.h: New files. * network/Makefile.am: Modified to reflect above.