amd74xx/via82cxxx: use ide_tune_dma()
[deliverable/linux.git] / drivers / ide / pci / via82cxxx.c
index 2fc4f8835f198da78acd2783a0002cfec0e17105..3611ca6b13b7d4fa3899167db86f1e80e082c0d3 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *
- * Version 3.47
+ * Version 3.48
  *
  * VIA IDE driver for Linux. Supported southbridges:
  *
@@ -217,18 +217,11 @@ static void via_set_pio_mode(ide_drive_t *drive, const u8 pio)
  
 static int via82cxxx_ide_dma_check (ide_drive_t *drive)
 {
-       u8 speed = ide_max_dma_mode(drive);
-
-       if (speed == 0) {
-               ide_set_max_pio(drive);
-               return -1;
-       }
-
-       via_set_drive(drive, speed);
-
-       if (drive->autodma)
+       if (ide_tune_dma(drive))
                return 0;
 
+       ide_set_max_pio(drive);
+
        return -1;
 }
 
This page took 0.024422 seconds and 5 git commands to generate.