From de8d561a380121b4b716a835a50af1b1db8afbb0 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Tue, 7 Nov 2006 00:04:12 +0000 Subject: [PATCH] Updated comment about dma transfer width. --- comedi/drivers/ni_mio_common.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/comedi/drivers/ni_mio_common.c b/comedi/drivers/ni_mio_common.c index ee016fee..b02bfa13 100644 --- a/comedi/drivers/ni_mio_common.c +++ b/comedi/drivers/ni_mio_common.c @@ -1220,7 +1220,9 @@ static void ni_ao_setup_MITE_dma(comedi_device *dev,comedi_cmd *cmd) }else { /* doing 32 instead of 16 bit wide transfers from memory - makes the mite do 32 bit pci transfers, doubling pci bandwidth. */ + makes the mite do 32 bit pci transfers, doubling pci bandwidth. + However, it causes the sample order to get screwed up so + I'm not going to bother. */ mite_prep_dma(mite, AO_DMA_CHAN, 16, 16); } /*start the MITE*/ -- 2.26.2