Re: BCM5719C/BCM5720 partially working

2013-05-27 Thread David Imhoff
On 2013-05-24 23:37, Mike Belopuhov wrote: ... I also noticed if_bge.c line 2293: BGE_SETBIT(sc, BGE_MI_MODE, BGE_MIMODE_AUTOPOLL|1016); Does any one have a clue why the (1016) is there? it changes the MI clock. But why? and why OR 0xA with the default 0xC, instead of 0x2? FreeBSD and Linux use

Re: BCM5719C/BCM5720 partially working

2013-05-24 Thread David Imhoff
Mike Belopuhov wrote on 2013-05-23 21:55: On Thu, May 23, 2013 at 11:04 +0200, David Imhoff wrote: The problem seems to be in the Auto polling of the mac link state. ifconfig shows the correct link state, but the BGE_STS_LINK bit in the driver is never set. Debugging the interrupt routine I

Re: BCM5719C/BCM5720 partially working

2013-05-24 Thread Mike Belopuhov
On Fri, May 24, 2013 at 15:48 +0200, David Imhoff wrote: Mike Belopuhov wrote on 2013-05-23 21:55: On Thu, May 23, 2013 at 11:04 +0200, David Imhoff wrote: The problem seems to be in the Auto polling of the mac link state. ifconfig shows the correct link state, but the BGE_STS_LINK bit in the

Re: BCM5719C/BCM5720 partially working

2013-05-23 Thread David Imhoff
Hi, Having finally found the BCM5718 Programmers guide from http://www.broadcom.com/support/ethernet_nic/open_source.php I managed to get a bit further with this problem. The problem seems to be in the Auto polling of the mac link state. ifconfig shows the correct link state, but the

Re: BCM5719C/BCM5720 partially working

2013-05-23 Thread Mike Belopuhov
On Thu, May 23, 2013 at 11:04 +0200, David Imhoff wrote: Hi, Having finally found the BCM5718 Programmers guide from http://www.broadcom.com/support/ethernet_nic/open_source.php I managed to get a bit further with this problem. The problem seems to be in the Auto polling of the mac link

BCM5719C/BCM5720 partially working

2013-05-10 Thread David Imhoff
Hi, I'm having problems with a 4-ports BCM5719C based PCI-E network card and the 2-ports BCM5720 network interfaces build into a Dell R320 server. The first network port functions fine but the other ports do not, partially(only receive) or sometimes function. Where the most common situation is

Re: BCM5719C/BCM5720 partially working

2013-05-10 Thread Loïc BLOT
Thanks for the précision, i will test your issue to verify if my bcm5720 issue is linked With yours Loic Blot Le 10 mai 2013 à 14:12, David Imhoff dimhoff_de...@xs4all.nl a écrit : Hi, I'm having problems with a 4-ports BCM5719C based PCI-E network card and the 2-ports BCM5720 network