Преглед изворни кода

cs5520: fix PIO auto-tuning in ->ide_dma_check method

Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Bartlomiej Zolnierkiewicz пре 18 година
родитељ
комит
070224339b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      drivers/ide/pci/cs5520.c

+ 1 - 1
drivers/ide/pci/cs5520.c

@@ -133,7 +133,7 @@ static void cs5520_tune_drive(ide_drive_t *drive, u8 pio)
 static int cs5520_config_drive_xfer_rate(ide_drive_t *drive)
 static int cs5520_config_drive_xfer_rate(ide_drive_t *drive)
 {
 {
 	/* Tune the drive for PIO modes up to PIO 4 */	
 	/* Tune the drive for PIO modes up to PIO 4 */	
-	cs5520_tune_drive(drive, 4);
+	cs5520_tune_drive(drive, 255);
 
 
 	/* Then tell the core to use DMA operations */
 	/* Then tell the core to use DMA operations */
 	return 0;
 	return 0;