summaryrefslogtreecommitdiff
path: root/drivers/ne2000.c
Commit message (Collapse)AuthorAgeLines
* drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD2007-11-25-940/+0
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Trimmed some variables in ne2000.cVlad Lungu2007-11-03-14/+7
| | | | Signed-off-by: Vlad Lungu <vlad@comsys.ro>
* Minor coding style cleanup; update CHANGELOGWolfgang Denk2007-10-21-8/+2
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Fix NE2000 driver:Vlad Lungu2007-10-21-23/+13
| | | | | | | | | | Fixed typo in ne2000.h, thinko re n2k_inb() usage, don't try to do anything in eth_stop() if eth_init() was not called. Simplified RX path in order to avoid timeouts on really really fast NE2000 cards (read: qemu with internal tftp), NetLoop() is clever enough to cope with 1 packet per eth_rx(). Signed-off-by: Vlad Lungu <vlad@comsys.ro>
* * Patches by Richard Woodruff, 01 Oct 2004:wdenk2005-01-09-0/+963
add support for the TI OMAP2420 processor and its H4 reference board * Patch by Christian Pellegrin, 24 Sep 2004: Added support for NE2000 compatible (DP8390, DP83902) NICs.