summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/include/wd80x3.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move wd80x3.h to libchip/wd80x3.hSebastian Huber2018-01-221-139/+0
| | | | | | This header is used also by the motorola_powerpc BSP. Update #3254.
* i386/pc386: Add doxygen file headers.Toma Radu2013-12-301-0/+8
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-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.
* Remove stray white spaces.Ralf Corsepius2004-04-211-2/+2
|
* 2000-10-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-10-201-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.
* Patch from Emmanuel Raguet <raguet@crf.canon.fr>:Joel Sherrill1998-07-231-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, ...