diff options
Diffstat (limited to 'drivers/ide/pci/slc90e66.c')
-rw-r--r-- | drivers/ide/pci/slc90e66.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/ide/pci/slc90e66.c b/drivers/ide/pci/slc90e66.c index 416fbab2ed36..d85a48e7deba 100644 --- a/drivers/ide/pci/slc90e66.c +++ b/drivers/ide/pci/slc90e66.c | |||
@@ -133,9 +133,6 @@ static void __devinit init_hwif_slc90e66 (ide_hwif_t *hwif) | |||
133 | u8 reg47 = 0; | 133 | u8 reg47 = 0; |
134 | u8 mask = hwif->channel ? 0x01 : 0x02; /* bit0:Primary */ | 134 | u8 mask = hwif->channel ? 0x01 : 0x02; /* bit0:Primary */ |
135 | 135 | ||
136 | if (!hwif->irq) | ||
137 | hwif->irq = hwif->channel ? 15 : 14; | ||
138 | |||
139 | hwif->set_pio_mode = &slc90e66_set_pio_mode; | 136 | hwif->set_pio_mode = &slc90e66_set_pio_mode; |
140 | hwif->set_dma_mode = &slc90e66_set_dma_mode; | 137 | hwif->set_dma_mode = &slc90e66_set_dma_mode; |
141 | 138 | ||
@@ -156,7 +153,7 @@ static ide_pci_device_t slc90e66_chipset __devinitdata = { | |||
156 | .name = "SLC90E66", | 153 | .name = "SLC90E66", |
157 | .init_hwif = init_hwif_slc90e66, | 154 | .init_hwif = init_hwif_slc90e66, |
158 | .enablebits = {{0x41,0x80,0x80}, {0x43,0x80,0x80}}, | 155 | .enablebits = {{0x41,0x80,0x80}, {0x43,0x80,0x80}}, |
159 | .host_flags = IDE_HFLAG_BOOTABLE, | 156 | .host_flags = IDE_HFLAG_LEGACY_IRQS | IDE_HFLAG_BOOTABLE, |
160 | .pio_mask = ATA_PIO4, | 157 | .pio_mask = ATA_PIO4, |
161 | .swdma_mask = ATA_SWDMA2_ONLY, | 158 | .swdma_mask = ATA_SWDMA2_ONLY, |
162 | .mwdma_mask = ATA_MWDMA12_ONLY, | 159 | .mwdma_mask = ATA_MWDMA12_ONLY, |