summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/sparc-sources')
-rw-r--r--sys-kernel/sparc-sources/files/U1-hme-lockup.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-kernel/sparc-sources/files/U1-hme-lockup.patch b/sys-kernel/sparc-sources/files/U1-hme-lockup.patch
new file mode 100644
index 000000000000..3fed0eefb028
--- /dev/null
+++ b/sys-kernel/sparc-sources/files/U1-hme-lockup.patch
@@ -0,0 +1,10 @@
+--- 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))