fix fifo depth
authorDavid Schleef <ds@schleef.org>
Wed, 9 Aug 2000 20:28:22 +0000 (20:28 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 9 Aug 2000 20:28:22 +0000 (20:28 +0000)
comedi/drivers/ni_mio_cs.c

index 68d7c338880d2687dccb531ad9b2023dd7a76800..50ce61983ffbf48717aff29bc759d4c9a7b814e5 100644 (file)
@@ -75,7 +75,7 @@ static ni_board ni_boards[]={
        // This board apparently doesn't have DIO.  Not accounted for.
                n_adchan:       16,
                adbits:         16,
-               ai_fifo_depth:  8192,
+               ai_fifo_depth:  1024,
                alwaysdither:   0,
                gainlkup:       ai_gain_16,
                ai_speed:       50000,
@@ -90,7 +90,7 @@ static ni_board ni_boards[]={
                name:           "DAQCard-ai-16e-4",
                n_adchan:       16,
                adbits:         16,
-               ai_fifo_depth:  8192,
+               ai_fifo_depth:  1024,
                alwaysdither:   0,
                gainlkup:       ai_gain_16,
                ai_speed:       4000,