From: Frank Mori Hess Date: Tue, 7 Nov 2006 00:04:12 +0000 (+0000) Subject: Updated comment about dma transfer width. X-Git-Tag: r0_7_74~161 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=de8d561a380121b4b716a835a50af1b1db8afbb0;p=comedi.git Updated comment about dma transfer width. --- 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*/