diff options
Diffstat (limited to 'drivers/ide/pci/alim15x3.c')
-rw-r--r-- | drivers/ide/pci/alim15x3.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ide/pci/alim15x3.c b/drivers/ide/pci/alim15x3.c index 31d4e50647d5..6f8ebc959d85 100644 --- a/drivers/ide/pci/alim15x3.c +++ b/drivers/ide/pci/alim15x3.c | |||
@@ -677,8 +677,8 @@ static void __devinit init_hwif_common_ali15x3 (ide_hwif_t *hwif) | |||
677 | * check in ->init_dma guarantees m5229_revision >= 0x20 here | 677 | * check in ->init_dma guarantees m5229_revision >= 0x20 here |
678 | */ | 678 | */ |
679 | 679 | ||
680 | if (m5229_revision > 0x20) | 680 | if (m5229_revision == 0x20) |
681 | hwif->atapi_dma = 1; | 681 | hwif->host_flags |= IDE_HFLAG_NO_ATAPI_DMA; |
682 | 682 | ||
683 | if (m5229_revision <= 0x20) | 683 | if (m5229_revision <= 0x20) |
684 | hwif->ultra_mask = 0x00; /* no udma */ | 684 | hwif->ultra_mask = 0x00; /* no udma */ |