commit | a78b0cda17783f74898716db708c9d9777005784 | [log] [tgz] |
---|---|---|
author | Vlad Lungu <vlad@comsys.ro> | Thu Oct 04 20:47:10 2007 +0300 |
committer | Wolfgang Denk <wd@denx.de> | Sun Oct 21 00:54:02 2007 +0200 |
tree | 166505e706646acac99baf18d02ebb6a259cf941 | |
parent | 3ac0055a6c7cd7d583f67b55d14c0bde5447c515 [diff] |
Fix NE2000 driver: 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>