From 3652f27dba85cb082b5989463fb1ce6928168fc1 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Tue, 3 Oct 2006 01:14:35 -0700 Subject: [PATCH] --- yaml --- r: 38041 b: refs/heads/master c: 53a04c6fb2e886efbc28b564d413bb5e70d79784 h: refs/heads/master i: 38039: 3b558fd715e7b5766e4b37fec32e4d75c73055f8 v: v3 --- [refs] | 2 +- trunk/drivers/ide/legacy/ide-cs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 856ccd478496..9e0c675efa02 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 652aa16291095911640137155063a5c6ea9bad74 +refs/heads/master: 53a04c6fb2e886efbc28b564d413bb5e70d79784 diff --git a/trunk/drivers/ide/legacy/ide-cs.c b/trunk/drivers/ide/legacy/ide-cs.c index b437d39604a7..bef4759f70e5 100644 --- a/trunk/drivers/ide/legacy/ide-cs.c +++ b/trunk/drivers/ide/legacy/ide-cs.c @@ -120,7 +120,7 @@ static int ide_probe(struct pcmcia_device *link) link->io.Attributes1 = IO_DATA_PATH_WIDTH_AUTO; link->io.Attributes2 = IO_DATA_PATH_WIDTH_8; link->io.IOAddrLines = 3; - 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;