]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix NE2000 driver:
authorVlad Lungu <vlad@comsys.ro>
Thu, 4 Oct 2007 17:47:10 +0000 (20:47 +0300)
committerWolfgang Denk <wd@denx.de>
Sat, 20 Oct 2007 22:54:02 +0000 (00:54 +0200)
commitff285ca07eda1ea4a8909848cc1cc604ec8fec9c
tree166505e706646acac99baf18d02ebb6a259cf941
parent07dd6eb040a4a09110b2cc084b51893f234c1b57
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>
drivers/ne2000.c
drivers/ne2000.h