Updated comment about dma transfer width.
authorFrank Mori Hess <fmhess@speakeasy.net>
Tue, 7 Nov 2006 00:04:12 +0000 (00:04 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Tue, 7 Nov 2006 00:04:12 +0000 (00:04 +0000)
comedi/drivers/ni_mio_common.c

index ee016feebf51061e3be31e119067cbdfb32c3097..b02bfa13ba2ed77f39fbc6e10e52be254376dd91 100644 (file)
@@ -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*/