summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network/elnk.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2003-07-18 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2003-07-181-75/+155
| | | | | | | | | PR 429/bsps PR 432/bsps * network/elnk.c: Due to a bug in the driver, if multiple packets are queued onto an elnk board, the ISR will deadlock the device with a tx complete interrupt. Lighter tx loads are not affected as they end up submitting single packets to the device.
* 2003-06-30 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2003-06-301-422/+643
| | | | * network/dec21140.c, network/elnk.c: Update to compile on i386.
* 2003-06-13 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2003-06-131-0/+3267
PR 405/bsps PR 393/networking * network/dec21140.c: Fix leak also known as PR393. * network/elnk.c, network/if_media.h, network/mii.h: New files. * network/Makefile.am: Reflect new files.