Yep... known issue with the sunhme driver. AFAIK, it only affects the
HME onboard the U1E systems and no other HMEs. The quick band-aid
work-around is at the end of this email... seems to be some weirdo
timing issue. This patch has resolved the issue for several people with
U1E's. (E == enterprise... UPA (for a Creator3D), wide scsi and hme
(insted of an le on the non-E models)).
--- drivers/net/sunhme.c.orig Mon Jul 15 02:38:27 2002
+++ drivers/net/sunhme.c Mon Jul 15 03:09:03 2002
@@ -1983,6 +1983,7 @@
}
hp->tx_old = elem;
TXD((">"));
+ udelay(1);
if (netif_queue_stopped(dev) &&
TX_BUFFS_AVAIL(hp) > (MAX_SKB_FRAGS + 1))
-
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/