summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/network/network.c (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-02-18Renamed network to wd8003.Joel Sherrill1-657/+0
1999-02-18Patch from Emmanuel RAGUET <raguet@crf.canon.fr> to add filesJoel Sherrill1-6/+7
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-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 Sherrill1-347/+436
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 Sherrill1-0/+554
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, ...