
Wolfgang Denk wrote:
In message 4705271E.1010906@comsys.ro you wrote:
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
Applied. Thanks.
But now it would be only consequent to remove all references to the "nrx" variable as well. Looking forward to your follow-up patch (sorry, I can't test this atm).
There are a lot more things to remove or change : NB, pbuf, plen just to name a few. AFAIK, there's no board in the current tree that uses it, not counting my patch for Qemu -M mips. How about I look into this after 1.3.0 is released?
Vlad