]> err.no Git - linux-2.6/blobdiff - drivers/net/pcmcia/pcnet_cs.c
netdrvr/pcmcia: use IRQ_TYPE_DYNAMIC_SHARING flag for irq.Attributes.
[linux-2.6] / drivers / net / pcmcia / pcnet_cs.c
index 9d45e9696e161534a9589a5e5c298dde7e35d9bc..db6a97d1d7b1e7292d60a4e642ed1e35e545b2a3 100644 (file)
@@ -254,7 +254,7 @@ static int pcnet_probe(struct pcmcia_device *link)
     info->p_dev = link;
     link->priv = dev;
 
-    link->irq.Attributes = IRQ_TYPE_EXCLUSIVE;
+    link->irq.Attributes = IRQ_TYPE_DYNAMIC_SHARING;
     link->irq.IRQInfo1 = IRQ_LEVEL_ID;
     link->conf.Attributes = CONF_ENABLE_IRQ;
     link->conf.IntType = INT_MEMORY_AND_IO;