|
@@ -273,7 +273,7 @@ static int cs_attach(struct pcmcia_device *link)
|
|
{
|
|
{
|
|
link->io.Attributes1 = IO_DATA_PATH_WIDTH_16;
|
|
link->io.Attributes1 = IO_DATA_PATH_WIDTH_16;
|
|
link->io.NumPorts1 = 16;
|
|
link->io.NumPorts1 = 16;
|
|
- link->irq.Attributes = IRQ_TYPE_EXCLUSIVE;
|
|
|
|
|
|
+ link->irq.Attributes = IRQ_TYPE_DYNAMIC_SHARING;
|
|
link->irq.IRQInfo1 = IRQ_LEVEL_ID;
|
|
link->irq.IRQInfo1 = IRQ_LEVEL_ID;
|
|
link->conf.Attributes = CONF_ENABLE_IRQ;
|
|
link->conf.Attributes = CONF_ENABLE_IRQ;
|
|
link->conf.IntType = INT_MEMORY_AND_IO;
|
|
link->conf.IntType = INT_MEMORY_AND_IO;
|