summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-23bsps: Move legacy network drivers to bspsSebastian Huber1-647/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-01-31bsps: Move network define to source filesSebastian Huber1-0/+2
Define __INSIDE_RTEMS_BSD_TCPIP_STACK__ in the network interface driver source files to avoid some build system magic.
2018-01-22bsps: Move wd80x3.h to libchip/wd80x3.hSebastian Huber1-1/+1
This header is used also by the motorola_powerpc BSP. Update #3254.
2013-07-29Updated legacy code in i386 pc386Vipul Nayyar1-28/+16
2012-11-02libnetworking: Use system eventsSebastian Huber1-2/+2
Add reserved system events RTEMS_EVENT_SYSTEM_NETWORK_SBWAIT and RTEMS_EVENT_SYSTEM_NETWORK_SOSLEEP. Add and use rtems_bsdnet_event_send().
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.
2006-12-15Use ioctl_command_t as arg in ioctl-functions.Ralf Corsepius1-1/+1
2005-05-062005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett1-1/+1
* 3c509/3c509.c, clock/ckinit.c, console/console.c, console/fb_vga.c, console/inch.c, console/ps2_mouse.c, console/serial_mouse.c, ne2000/ne2000.c, timer/timer.c, wd8003/wd8003.c: Moved irq.h to bsp subdirectory.
2005-05-032005-05-03 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett1-2/+2
* 3c509/3c509.c, ne2000/ne2000.c: Modified parameters to remove warnings. * console/console.c, wd8003/wd8003.c: Added support for addition of parameter in ISRs.
2005-04-262005-04-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+2
* 3c509/3c509.c, wd8003/wd8003.c: Eliminate warnings.
2005-01-192005-01-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+5
* pc386/console/vgainit.c, pc386/wd8003/wd8003.c, shared/comm/uart.c: Fix errors caught by gcc 4.x.
2004-05-212004-05-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+1
* ne2000/ne2000.c, wd8003/wd8003.c: Include errno.h as a consequence of recent updates to BSD header files.
2004-04-21Remove duplicate white lines.Ralf Corsepius1-3/+0
2004-04-21Remove stray white spaces.Ralf Corsepius1-29/+29
2002-08-292002-08-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+1
* console/Makefile.am: Add $(PROJECT_INCLUDE)/rtems to PREINSTALL_FILES. * console/mouse_parser.c: Include <string.h> (for strcmp). * console/vt.c: Include <string.h> (for memcpy). * wd8003/wd8003.c: Include <string.h> (for memcpy, memset).
2000-10-202000-10-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* 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.
1999-12-13Removed warnings.Joel Sherrill1-2/+2
1999-02-18Renamed network to wd8003.Joel Sherrill1-0/+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, ...