Re: Dropped packets on SUN GEM

David S. Miller (davem@redhat.com)
Tue, 12 Mar 2002 16:56:09 -0800 (PST)


From: Beezly <beezly@beezly.org.uk>
Date: 13 Mar 2002 00:36:07 +0000

Sorry to be vague,

No problem. If you add this patch below does it make Pause get
negotiated on? Please print everything the driver says from module
load to the time the link comes up.

Thank you.

--- drivers/net/sungem.c.~1~ Tue Mar 12 09:35:37 2002
+++ drivers/net/sungem.c Tue Mar 12 16:53:44 2002
@@ -1792,7 +1792,7 @@
*/
val = readl(gp->regs + PCS_MIIADV);
val |= (PCS_MIIADV_FD | PCS_MIIADV_HD |
- PCS_MIIADV_SP);
+ PCS_MIIADV_SP | PCS_MIIADV_AP);
writel(val, gp->regs + PCS_MIIADV);

/* Enable and restart auto-negotiation, disable wrapback/loopback,

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/