sl82c105: add PIO autotune fallback to ->ide_dma_check
[powerpc.git] / drivers / ide / pci / sl82c105.c
index 2ef26e3..245eac0 100644 (file)
@@ -154,6 +154,8 @@ static int sl82c105_ide_dma_check(ide_drive_t *drive)
        if (ide_tune_dma(drive))
                return 0;
 
+       ide_set_max_pio(drive);
+
        return -1;
 }