diff options
Diffstat (limited to 'drivers/ide/pci/siimage.c')
-rw-r--r-- | drivers/ide/pci/siimage.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ide/pci/siimage.c b/drivers/ide/pci/siimage.c index 5ca14ae46c9d..4c8108345d83 100644 --- a/drivers/ide/pci/siimage.c +++ b/drivers/ide/pci/siimage.c | |||
@@ -899,8 +899,8 @@ static void __devinit init_hwif_siimage(ide_hwif_t *hwif) | |||
899 | hwif->ultra_mask = 0x7f; | 899 | hwif->ultra_mask = 0x7f; |
900 | hwif->mwdma_mask = 0x07; | 900 | hwif->mwdma_mask = 0x07; |
901 | 901 | ||
902 | if (!is_sata(hwif)) | 902 | if (is_sata(hwif)) |
903 | hwif->atapi_dma = 1; | 903 | hwif->host_flags |= IDE_HFLAG_NO_ATAPI_DMA; |
904 | 904 | ||
905 | if (hwif->cbl != ATA_CBL_PATA40_SHORT) | 905 | if (hwif->cbl != ATA_CBL_PATA40_SHORT) |
906 | hwif->cbl = ata66_siimage(hwif); | 906 | hwif->cbl = ata66_siimage(hwif); |