slc90e66: always tune PIO
authorBartlomiej Zolnierkiewicz <[email protected]>
Tue, 16 Oct 2007 20:29:53 +0000 (22:29 +0200)
committerBartlomiej Zolnierkiewicz <[email protected]>
Tue, 16 Oct 2007 20:29:53 +0000 (22:29 +0200)
Acked-by: Sergei Shtylyov <[email protected]>
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
drivers/ide/pci/slc90e66.c

index ebac87f7200a0d4af94199cc30bed6d95528217f..31cb0263dbd2bc9576402a615b7363ed4090499a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  linux/drivers/ide/pci/slc90e66.c   Version 0.16    Jul 14, 2007
+ *  linux/drivers/ide/pci/slc90e66.c   Version 0.17    Aug 2, 2007
  *
  *  Copyright (C) 2000-2002 Andre Hedrick <[email protected]>
  *  Copyright (C) 2006-2007 MontaVista Software, Inc. <[email protected]>
@@ -169,11 +169,11 @@ static void __devinit init_hwif_slc90e66 (ide_hwif_t *hwif)
 
        pci_read_config_byte(hwif->pci_dev, 0x47, &reg47);
 
-       if (!hwif->dma_base) {
-               hwif->drives[0].autotune = 1;
-               hwif->drives[1].autotune = 1;
+       hwif->drives[0].autotune = 1;
+       hwif->drives[1].autotune = 1;
+
+       if (hwif->dma_base == 0)
                return;
-       }
 
        hwif->atapi_dma = 1;
        hwif->ultra_mask = 0x1f;