All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix e1000 after irq craziness
@ 2002-07-29 18:49 Dave Hansen
  0 siblings, 0 replies; only message in thread
From: Dave Hansen @ 2002-07-29 18:49 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: christopher.leech, scott.feldman, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 120 bytes --]

I just duplicated the method used in:
drivers/net/tulip/de2104x.c

Compiles for me.
-- 
Dave Hansen
haveblue@us.ibm.com

[-- Attachment #2: e1000-irqfix-2.5.29-0.patch --]
[-- Type: text/plain, Size: 427 bytes --]

diff -ur linux-2.5.29-clean/drivers/net/e1000/e1000_main.c linux-2.5.29/drivers/net/e1000/e1000_main.c
--- linux-2.5.29-clean/drivers/net/e1000/e1000_main.c	Fri Jul 26 19:58:36 2002
+++ linux-2.5.29/drivers/net/e1000/e1000_main.c	Mon Jul 29 11:43:18 2002
@@ -1699,7 +1699,7 @@
 {
 	atomic_inc(&adapter->irq_sem);
 	E1000_WRITE_REG(&adapter->hw, IMC, ~0);
-	synchronize_irq();
+	synchronize_irq(adapter->netdev->irq);
 }
 
 /**

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-07-29 18:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-29 18:49 [PATCH] fix e1000 after irq craziness Dave Hansen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.