diff options
Diffstat (limited to 'drivers/ide')
-rw-r--r-- | drivers/ide/ide-probe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ide/ide-probe.c b/drivers/ide/ide-probe.c index a27c0398b15..8cfce50c71e 100644 --- a/drivers/ide/ide-probe.c +++ b/drivers/ide/ide-probe.c | |||
@@ -1105,7 +1105,8 @@ static int init_irq (ide_hwif_t *hwif) | |||
1105 | sa = IRQF_SHARED; | 1105 | sa = IRQF_SHARED; |
1106 | #endif /* __mc68000__ */ | 1106 | #endif /* __mc68000__ */ |
1107 | 1107 | ||
1108 | if (IDE_CHIPSET_IS_PCI(hwif->chipset)) | 1108 | if (hwif->chipset == ide_pci || hwif->chipset == ide_cmd646 || |
1109 | hwif->chipset == ide_ali14xx) | ||
1109 | sa = IRQF_SHARED; | 1110 | sa = IRQF_SHARED; |
1110 | 1111 | ||
1111 | if (io_ports->ctl_addr) | 1112 | if (io_ports->ctl_addr) |