summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/include/wd80x3.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-22bsps: Move wd80x3.h to libchip/wd80x3.hSebastian Huber1-139/+0
This header is used also by the motorola_powerpc BSP. Update #3254.
2013-12-30i386/pc386: Add doxygen file headers.Toma Radu1-0/+8
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+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.
2004-04-21Remove stray white spaces.Ralf Corsepius1-2/+2
2000-10-202000-10-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+10
* include/wd80x3.h: Added file header and logic to prevent multiple inclusions of this file. * wd8003/wd8003.c: Corrected attach to include "int attach" parameter.
1998-07-23Patch from Emmanuel Raguet <raguet@crf.canon.fr>:Joel Sherrill1-0/+123
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, ...