Browse Source

sl82c105: add PIO autotune fallback to ->ide_dma_check

Since sl82c105 re-programs DMA/PIO timings for DMA enable/disable, and sets
->autotune this change shouldn't have any other effect than bringing sl82c105
driver in-line with other host drivers wrt ->ide_dma_check implementation.

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Bartlomiej Zolnierkiewicz 17 years ago
parent
commit
d6ae3adb2e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      drivers/ide/pci/sl82c105.c

+ 2 - 0
drivers/ide/pci/sl82c105.c

@@ -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;
 }