disabled hw scan counter until I work out a race with dma transfer
authorFrank Mori Hess <fmhess@speakeasy.net>
Tue, 25 Jun 2002 00:40:56 +0000 (00:40 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Tue, 25 Jun 2002 00:40:56 +0000 (00:40 +0000)
comedi/drivers/cb_pcidas64.c

index aa78d11e946aae5eb30dd2390bb092ba09cf9bc4..6b690b66515f9f4d6d7cf93b0de0f4d00128bca9 100644 (file)
@@ -1568,6 +1568,9 @@ static int use_hw_sample_counter( comedi_cmd *cmd )
 {
        static const int max_hardware_count = 0xffffff;
 
+// disable for now until I work out a race
+return 0;
+
        if( cmd->stop_src == TRIG_COUNT &&
                cmd->stop_arg <= max_hardware_count )
                return 1;