]> err.no Git - linux-2.6/blobdiff - drivers/net/7990.c
forcedeth: tx max work
[linux-2.6] / drivers / net / 7990.c
index 7733697f7776e9e689186b58dc467d08a4d6fe6f..2d5ba076471c29d3b62a43c3765780711eb5d4af 100644 (file)
@@ -500,7 +500,7 @@ int lance_open (struct net_device *dev)
        int res;
 
         /* Install the Interrupt handler. Or we could shunt this out to specific drivers? */
-        if (request_irq(lp->irq, lance_interrupt, 0, lp->name, dev))
+        if (request_irq(lp->irq, lance_interrupt, SA_SHIRQ, lp->name, dev))
                 return -EAGAIN;
 
         res = lance_reset(dev);