summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2003-03-25 12:56:31 +0000
committerChristian Birchinger <joker@gentoo.org>2003-03-25 12:56:31 +0000
commit89f765ee1d00033ce815682250cab4d0b7f2e8d3 (patch)
treefe9437891f7fc3a3cf495c4467052512b862fd74 /sys-kernel/sparc-sources
parentFixed build using MY_P instead of modifying P. Added ~hppa to KEYWORDS. (diff)
downloadgentoo-2-89f765ee1d00033ce815682250cab4d0b7f2e8d3.tar.gz
gentoo-2-89f765ee1d00033ce815682250cab4d0b7f2e8d3.tar.bz2
gentoo-2-89f765ee1d00033ce815682250cab4d0b7f2e8d3.zip
Added U1-hme-lockup.patch to the files directory
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))