patch-2.4.5 linux/drivers/ide/cy82c693.c
Next file: linux/drivers/ide/hd.c
Previous file: linux/drivers/ide/amd7409.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Sat May 19 17:43:06 2001
- Orig file:
v2.4.4/linux/drivers/ide/cy82c693.c
- Orig date:
Tue Jun 20 07:52:36 2000
diff -u --recursive --new-file v2.4.4/linux/drivers/ide/cy82c693.c linux/drivers/ide/cy82c693.c
@@ -442,7 +442,8 @@
#ifdef CONFIG_BLK_DEV_IDEDMA
if (hwif->dma_base) {
hwif->dmaproc = &cy82c693_dmaproc;
- hwif->autodma = 1;
+ if (!noautodma)
+ hwif->autodma = 1;
}
#endif /* CONFIG_BLK_DEV_IDEDMA */
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)