dm900 wrong data byte

miniarm
Hello,

I just port 3.1 kernel to board, i got very strange problem with ethernet
driver dm900. when i try to ping ethernet interface from outside (another
computer) I got 'Wrong data byte'.

please let me know if any solution for the same.

--
miniarm

Juergen Beisert
root@mini2440:~ uname -a
Linux mini2440 3.1.6-ptx-2011.12.0 #1 PREEMPT Thu Dec 23 13:57:06 CET 2011
armv4tl GNU/Linux
oot@mini2440:~ dmesg
[...]
dm9000 dm9000: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1

and from a different host I can ping my Mini2440:

[root@isonoe]$ ping -f 192.168.1.230
PING 192.168.1.230 (192.168.1.230): 56 data bytes
.^--- 192.168.1.230 ping statistics ---
2462 packets transmitted, 2462 packets received, 0% packet loss
round-trip min/avg/max/stddev = 0.497/0.565/5.806/0.190 ms

No problems seen here at the Mini2440 side.