* [PATCH 3/3] aec62xx: always tune PIO
@ 2007-08-01 20:39 Bartlomiej Zolnierkiewicz
2007-08-06 16:16 ` Sergei Shtylyov
0 siblings, 1 reply; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2007-08-01 20:39 UTC (permalink / raw)
To: linux-ide
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
drivers/ide/pci/aec62xx.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Index: b/drivers/ide/pci/aec62xx.c
===================================================================
--- a/drivers/ide/pci/aec62xx.c
+++ b/drivers/ide/pci/aec62xx.c
@@ -1,5 +1,5 @@
/*
- * linux/drivers/ide/pci/aec62xx.c Version 0.24 May 24, 2007
+ * linux/drivers/ide/pci/aec62xx.c Version 0.25 Aug 1, 2007
*
* Copyright (C) 1999-2002 Andre Hedrick <andre@linux-ide.org>
* Copyright (C) 2007 MontaVista Software, Inc. <source@mvista.com>
@@ -207,10 +207,10 @@ static void __devinit init_hwif_aec62xx(
} else
hwif->set_dma_mode = &aec6260_set_mode;
- if (!hwif->dma_base) {
- hwif->drives[0].autotune = hwif->drives[1].autotune = 1;
+ hwif->drives[0].autotune = hwif->drives[1].autotune = 1;
+
+ if (hwif->dma_base == 0)
return;
- }
hwif->ultra_mask = hwif->cds->udma_mask;
hwif->mwdma_mask = 0x07;
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH 3/3] aec62xx: always tune PIO
2007-08-01 20:39 [PATCH 3/3] aec62xx: always tune PIO Bartlomiej Zolnierkiewicz
@ 2007-08-06 16:16 ` Sergei Shtylyov
0 siblings, 0 replies; 2+ messages in thread
From: Sergei Shtylyov @ 2007-08-06 16:16 UTC (permalink / raw)
To: Bartlomiej Zolnierkiewicz; +Cc: linux-ide
Bartlomiej Zolnierkiewicz wrote:
> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
> Index: b/drivers/ide/pci/aec62xx.c
> ===================================================================
> --- a/drivers/ide/pci/aec62xx.c
> +++ b/drivers/ide/pci/aec62xx.c
> @@ -1,5 +1,5 @@
> /*
> - * linux/drivers/ide/pci/aec62xx.c Version 0.24 May 24, 2007
> + * linux/drivers/ide/pci/aec62xx.c Version 0.25 Aug 1, 2007
> *
> * Copyright (C) 1999-2002 Andre Hedrick <andre@linux-ide.org>
> * Copyright (C) 2007 MontaVista Software, Inc. <source@mvista.com>
> @@ -207,10 +207,10 @@ static void __devinit init_hwif_aec62xx(
> } else
> hwif->set_dma_mode = &aec6260_set_mode;
>
> - if (!hwif->dma_base) {
> - hwif->drives[0].autotune = hwif->drives[1].autotune = 1;
> + hwif->drives[0].autotune = hwif->drives[1].autotune = 1;
> +
> + if (hwif->dma_base == 0)
> return;
> - }
>
> hwif->ultra_mask = hwif->cds->udma_mask;
> hwif->mwdma_mask = 0x07;
Ugh, I really need to complete the patch de-uglifying the speedproc()
methods in this driver...
MBR, Sergei
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-06 16:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-01 20:39 [PATCH 3/3] aec62xx: always tune PIO Bartlomiej Zolnierkiewicz
2007-08-06 16:16 ` Sergei Shtylyov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).