Commit 070224339b52f0e4f8e6c991a5ad9630a7a9e6da

Authored by Bartlomiej Zolnierkiewicz
1 parent 41ead3c918

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/ide/pci/cs5520.c
... ... @@ -133,7 +133,7 @@
133 133 static int cs5520_config_drive_xfer_rate(ide_drive_t *drive)
134 134 {
135 135 /* Tune the drive for PIO modes up to PIO 4 */
136   - cs5520_tune_drive(drive, 4);
  136 + cs5520_tune_drive(drive, 255);
137 137  
138 138 /* Then tell the core to use DMA operations */
139 139 return 0;