projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4960ab7
)
aec62xx: always tune PIO
author
Bartlomiej Zolnierkiewicz
<
[email protected]
>
Tue, 16 Oct 2007 20:29:53 +0000
(22:29 +0200)
committer
Bartlomiej 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/aec62xx.c
patch
|
blob
|
history
diff --git
a/drivers/ide/pci/aec62xx.c
b/drivers/ide/pci/aec62xx.c
index d6cb2d5143c8812151084e3640375f22ede8a7ec..2e82ef5460076579ae5d80d21d5b3022a5c19c25 100644
(file)
--- a/
drivers/ide/pci/aec62xx.c
+++ b/
drivers/ide/pci/aec62xx.c
@@
-1,5
+1,5
@@
/*
- * linux/drivers/ide/pci/aec62xx.c Version 0.2
4 May 24
, 2007
+ * linux/drivers/ide/pci/aec62xx.c Version 0.2
5 Aug 1
, 2007
*
* Copyright (C) 1999-2002 Andre Hedrick <
[email protected]
>
* Copyright (C) 2007 MontaVista Software, Inc. <
[email protected]
>
@@
-207,10
+207,10
@@
static void __devinit init_hwif_aec62xx(ide_hwif_t *hwif)
} 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;