diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2007-10-16 16:29:53 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2007-10-16 16:29:53 -0400 |
commit | bc46b17d23e5fb1e76fdeaf05c86ae02a5d4456a (patch) | |
tree | c8bcf8f200ac0938972930c2c7f3254c0f605964 | |
parent | 4960ab7c8143e84e66b326804441f095d0db04d0 (diff) |
aec62xx: always tune PIO
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
-rw-r--r-- | drivers/ide/pci/aec62xx.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/ide/pci/aec62xx.c b/drivers/ide/pci/aec62xx.c index d6cb2d5143c8..2e82ef546007 100644 --- a/drivers/ide/pci/aec62xx.c +++ b/drivers/ide/pci/aec62xx.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * linux/drivers/ide/pci/aec62xx.c Version 0.24 May 24, 2007 | 2 | * linux/drivers/ide/pci/aec62xx.c Version 0.25 Aug 1, 2007 |
3 | * | 3 | * |
4 | * Copyright (C) 1999-2002 Andre Hedrick <andre@linux-ide.org> | 4 | * Copyright (C) 1999-2002 Andre Hedrick <andre@linux-ide.org> |
5 | * Copyright (C) 2007 MontaVista Software, Inc. <source@mvista.com> | 5 | * Copyright (C) 2007 MontaVista Software, Inc. <source@mvista.com> |
@@ -207,10 +207,10 @@ static void __devinit init_hwif_aec62xx(ide_hwif_t *hwif) | |||
207 | } else | 207 | } else |
208 | hwif->set_dma_mode = &aec6260_set_mode; | 208 | hwif->set_dma_mode = &aec6260_set_mode; |
209 | 209 | ||
210 | if (!hwif->dma_base) { | 210 | hwif->drives[0].autotune = hwif->drives[1].autotune = 1; |
211 | hwif->drives[0].autotune = hwif->drives[1].autotune = 1; | 211 | |
212 | if (hwif->dma_base == 0) | ||
212 | return; | 213 | return; |
213 | } | ||
214 | 214 | ||
215 | hwif->ultra_mask = hwif->cds->udma_mask; | 215 | hwif->ultra_mask = hwif->cds->udma_mask; |
216 | hwif->mwdma_mask = 0x07; | 216 | hwif->mwdma_mask = 0x07; |