commit | ff285ca07eda1ea4a8909848cc1cc604ec8fec9c | [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 | 07dd6eb040a4a09110b2cc084b51893f234c1b57 [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>