summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/network (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-02-18Renamed network to wd8003.Joel Sherrill2-714/+0
1999-02-18Patch from Emmanuel RAGUET <raguet@crf.canon.fr> to add filesJoel Sherrill2-7/+8
that were accidentally not committed earlier. The DECNet driver is being added as its own directory to avoid forcing the driver to have to pull in the complete set of network drivers.
1999-02-18Part of the automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-0/+2
> 5) rtems-rc-19990202-1.diff/reorg-install.sh > > reorg-install.sh fixes a Makefile variable name clash of RTEMS > configuration files and automake/autoconf standards. > Until now, RTEMS used $(INSTALL) for install-if-change. Automake and > autoconf use $(INSTALL) for a bsd-compatible install. As > install-if-change and bsd-install are not compatible, I renamed all > references to install-if-changed to $(INSTALL_CHANGED) and used > $(INSTALL) for bsd-install (==automake/autoconf standard). When > automake will be introduced install-if-change will probably be replaced > by $(INSTALL) and therefore will slowly vanish. For the moment, this > patch fixes a very nasty problem which prevents adding any automake file > until now (There are still more).
1999-02-18Patch from Emmanuel Raguet <raguet@crf.canon.fr>:Joel Sherrill1-1/+1
You will find enclosed a patch which contains, for Intel PC386 target : - an Ethernet driver for DEC21140 device based boards. - a simple cache management with paging mechanism.
1999-01-04Patch from D. V. Henkel-Wallace <gumby@zembu.com> to remove unused variable.Joel Sherrill1-1/+0
1998-10-22Typos spotted by Ian Lance Taylor <ian@airs.com>.Joel Sherrill1-2/+2
1998-09-10Patch from Emmanuel Raguet <raguet@crf.canon.fr>:Joel Sherrill1-10/+9
After some good comments from Eric Norum [thanks, Eric !], I have added some modifications to my previous driver patch : - wait for transmitter ready before sending a packet, - new delay management in case of ring-overwritting.
1998-08-31Patch from Emmanuel Raguet <raguet@crf.canon.fr>:Joel Sherrill2-348/+438
I have reworked the ethernet driver for the BSP pc386 and here is the patch to apply.
1998-08-20Patches from Eric NorumJoel Sherrill1-0/+2
1998-08-19Patch from Aleksey <qqi@world.std.com>:Joel Sherrill1-1/+1
It fixes netboot build problem, KA9Q configuration for pc386, some compiler wardning, it also removed some stuff ifdef'ed with '#if 0'.
1998-07-24Patch from Eric Valette <valette@crf.canon.fr> and Emmanuel RaguetJoel Sherrill1-52/+65
<raguet@crf.canon.fr> to make their patches work together.
1998-07-23Patch from Emmanuel Raguet <raguet@crf.canon.fr>:Joel Sherrill2-0/+608
Here is a patch for KA9Q stack. This patch contains an Ethernet Driver for Western Digital, some fixes for the UDP and TCP protocols (for endian conversion) and some little programs which allow the test of UDP and TCP sockets via Ethernet. I have tested that on an Intel machine. If someone can test it on a big-endian machine, ...