diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2007-10-16 16:29:52 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2007-10-16 16:29:52 -0400 |
commit | a29ec3b2192247f93b10940119079196cf1dfc5c (patch) | |
tree | 0a4737156aa8cdfdb53e4129632904ab8bdd3acc /drivers/ide/pci/hpt366.c | |
parent | 7b1dec59750732b23557ea938cda36fa374267d3 (diff) |
hpt366: always tune PIO
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/pci/hpt366.c')
-rw-r--r-- | drivers/ide/pci/hpt366.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/ide/pci/hpt366.c b/drivers/ide/pci/hpt366.c index 8812a9bb032f..1433fc6954a3 100644 --- a/drivers/ide/pci/hpt366.c +++ b/drivers/ide/pci/hpt366.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * linux/drivers/ide/pci/hpt366.c Version 1.13 Sep 29, 2007 | 2 | * linux/drivers/ide/pci/hpt366.c Version 1.14 Oct 1, 2007 |
3 | * | 3 | * |
4 | * Copyright (C) 1999-2003 Andre Hedrick <andre@linux-ide.org> | 4 | * Copyright (C) 1999-2003 Andre Hedrick <andre@linux-ide.org> |
5 | * Portions Copyright (C) 2001 Sun Microsystems, Inc. | 5 | * Portions Copyright (C) 2001 Sun Microsystems, Inc. |
@@ -1304,10 +1304,10 @@ static void __devinit init_hwif_hpt366(ide_hwif_t *hwif) | |||
1304 | if (new_mcr != old_mcr) | 1304 | if (new_mcr != old_mcr) |
1305 | pci_write_config_byte(dev, hwif->select_data + 1, new_mcr); | 1305 | pci_write_config_byte(dev, hwif->select_data + 1, new_mcr); |
1306 | 1306 | ||
1307 | if (!hwif->dma_base) { | 1307 | hwif->drives[0].autotune = hwif->drives[1].autotune = 1; |
1308 | hwif->drives[0].autotune = hwif->drives[1].autotune = 1; | 1308 | |
1309 | if (hwif->dma_base == 0) | ||
1309 | return; | 1310 | return; |
1310 | } | ||
1311 | 1311 | ||
1312 | hwif->ultra_mask = hwif->cds->udma_mask; | 1312 | hwif->ultra_mask = hwif->cds->udma_mask; |
1313 | hwif->mwdma_mask = 0x07; | 1313 | hwif->mwdma_mask = 0x07; |