<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1528" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2>Im working with Linux on our MPC5200 Board, with 
the latest Rev. B3 Processor.<BR>I was updating our Linux BSP from BestComm 2.1 
to 2.2 some time ago and used your patches which increased usabilit<SPAN 
class=277362110-03042006>y</SPAN> of the FEC very much.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>There is a line in the driver code which I dont 
understand, it says:<BR>+ fec_restart(dev, 0); /* always use half duplex mode 
only */</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Why can only half duplex be used ? I made a test 
with the iperf tool and saw that with the driver in its current state I get 90 
Mbit/s in one direction and only 10 kBit/ other way. When changing the 
fec_restart call to (dev, 1) it turns to 90 Mbit and 250 kBit/s.<BR>Then I 
changed for couriosity the BestComm task prioritisation and suddenly I get 90 
Mbit in both directions.<BR>So whats the reason for this setting above 
?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks in advance!</FONT></DIV></BODY></HTML>