summaryrefslogtreecommitdiffstats
path: root/drivers/ne2000.h
diff options
context:
space:
mode:
authorVlad Lungu <vlad@comsys.ro>2007-10-04 20:47:10 +0300
committerWolfgang Denk <wd@denx.de>2007-10-21 00:54:02 +0200
commitff285ca07eda1ea4a8909848cc1cc604ec8fec9c (patch)
tree166505e706646acac99baf18d02ebb6a259cf941 /drivers/ne2000.h
parent07dd6eb040a4a09110b2cc084b51893f234c1b57 (diff)
downloadu-boot-ff285ca07eda1ea4a8909848cc1cc604ec8fec9c.tar.gz
u-boot-ff285ca07eda1ea4a8909848cc1cc604ec8fec9c.tar.xz
u-boot-ff285ca07eda1ea4a8909848cc1cc604ec8fec9c.zip
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>
Diffstat (limited to 'drivers/ne2000.h')
-rw-r--r--drivers/ne2000.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ne2000.h b/drivers/ne2000.h
index 2955533d7a..c13d9f0bbb 100644
--- a/drivers/ne2000.h
+++ b/drivers/ne2000.h
@@ -42,7 +42,7 @@ are GPL, so this is, of course, GPL.
this file might be covered by the GNU General Public License.
Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
- at http://sources.redhat.com/ecos/ecos-license/ */
+ at http://sources.redhat.com/ecos/ecos-license/
-------------------------------------------
####ECOSGPLCOPYRIGHTEND####
####BSDCOPYRIGHTBEGIN####