From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vlad Lungu Date: Sun, 21 Oct 2007 20:53:36 +0300 Subject: [U-Boot-Users] [PATCH] NE2000 working again In-Reply-To: <20071020230128.226BA243CA@gemini.denx.de> References: <20071020230128.226BA243CA@gemini.denx.de> Message-ID: <471B9220.8000206@comsys.ro> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 >> > > 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