Re: Instruction list with >=10 instructions

Okay, looking through the sources I see in comedi_fops.c:
/* arbitrary limits */
#define MAX_SAMPLES 256
#define MAX_INSNS 10

Is there a good reason for these defines, or can I safely change them and
recompile the modules?

Thanks,
Jonathan

On Sat, 17 Jul 2004, Jonathan T Wang wrote:

> I get an Invalid argument error when I attempt to execute an instruction
> list with n_insn >= 10.
>
> This happens if the instructions in the list are either INSN_READ or
> INSN_GTOD; I haven't tried the other possibilities, but I suspect that the
> instruction type doesn't matter.
>
> I'm using comedi-0.7.21 on a PCI-6033E.
>
> Is this a known bug?
>
> Thanks,
> Jonathan Wang
>
>
> _______________________________________________
> comedi mailing list
> comedi_at_comedi.org
> https://cvs.comedi.org/cgi-bin/mailman/listinfo/comedi
>

Received on 2004-07-17Z20:09:29