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:
57e834e
)
[PATCH] Set err_stops_fifo for newer Promise as well
author
Alan Cox
<
[email protected]
>
Wed, 28 Jun 2006 11:27:03 +0000
(
04:27
-0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 28 Jun 2006 21:59:07 +0000
(14:59 -0700)
Signed-off-by: Alan Cox <
[email protected]
>
Cc: Bartlomiej Zolnierkiewicz <
[email protected]
>
Cc: Sergei Shtylyov <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/ide/pci/pdc202xx_new.c
patch
|
blob
|
history
diff --git
a/drivers/ide/pci/pdc202xx_new.c
b/drivers/ide/pci/pdc202xx_new.c
index acd63173199bbf17acd1a306da2160cda563c511..2c9e938dd1cd534693f54e26067237041c9e3829 100644
(file)
--- a/
drivers/ide/pci/pdc202xx_new.c
+++ b/
drivers/ide/pci/pdc202xx_new.c
@@
-338,6
+338,8
@@
static void __devinit init_hwif_pdc202new(ide_hwif_t *hwif)
hwif->ultra_mask = 0x7f;
hwif->mwdma_mask = 0x07;
+ hwif->err_stops_fifo = 1;
+
hwif->ide_dma_check = &pdcnew_config_drive_xfer_rate;
hwif->ide_dma_lostirq = &pdcnew_ide_dma_lostirq;
hwif->ide_dma_timeout = &pdcnew_ide_dma_timeout;