_LINK_UP)?
BGE_STS_LINK : 0;
if (BGE_STS_BIT(sc, BGE_STS_LINK) != link) {
David Imhoff schreef op 2013-05-10 14:12:
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
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
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|10<<16);
Does any one have a clue why the (10<<16) is there? it changes the
MI clock. But why? and why OR 0xA with the default 0xC, instead of
0x2? FreeBSD and Linux
Hi,
I'm trying to run OpenBSD on the Minnowboard MAX with Coreboot. As Ryan
McBride already posted this does work, but the network card isn't
recognized.
After some debugging I found that the problem is that the network card
is behind a PCIe bridge that is not detected by OpenBSD. According to
p
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 th
Hi,
I was doing a flood ping with big packets on the working port of my
BCM5719C based network card when a ran into the a bge watchdog timeout.
The timeout is followed by a lot of splasserts. Seems like the watchdog
reinitializes the ring buffer using malloc which doesn't want to be
called in thi
6 matches
Mail list logo