summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/gumstix/rtl8019/wd80x3.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-23bsps: Move legacy network drivers to bspsSebastian Huber1-303/+0
This patch is a part of the BSP source reorganization. Update #3285.
2013-12-22gumstix: added new doxygenDaniel Ramirez1-114/+286
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.
2009-08-212009-08-21 Xi Yang <hiyangxi@gmail.com>Joel Sherrill1-0/+0
* Makefile.am: Add fb/fb.c add rtl8019 Ethernet card support * preinstall.am: Install skyeye_fb.h, Install wd80x3 * fb/fb.c, fb/skyeye_fb.h: Framebuffer support for skyeye simulator * rtl8019/wd80x3, rtl8019/rtl8019.c: rtl8019 support * startup/memmap.c: Change the size of Map I/O to 1216M * bsp/bsp.h: Add rtl8019 related infomation
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, ...