PATCH: Set err_stops_fifo for newer Promise as well

From: Alan Cox
Date: Mon Jun 26 2006 - 09:43:06 EST


Signed-off-by: Alan Cox <alan@xxxxxxxxxx>

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.17/drivers/ide/pci/pdc202xx_new.c linux-2.6.17/drivers/ide/pci/pdc202xx_new.c
--- linux.vanilla-2.6.17/drivers/ide/pci/pdc202xx_new.c 2006-06-19 17:17:24.000000000 +0100
+++ linux-2.6.17/drivers/ide/pci/pdc202xx_new.c 2006-06-26 13:46:54.264264696 +0100
@@ -337,6 +337,8 @@

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;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/