ao_fifo_depth: 2048,
ao_unipolar: 1,
has_8255: 0,
- n_gpct: 0,
caldac: type1,
},
{ device_id: 25,
ao_fifo_depth: 2048,
ao_unipolar: 1,
has_8255: 0,
- n_gpct: 0,
caldac: type1,
},
{ device_id: 36,
ao_fifo_depth: 0,
ao_unipolar: 1,
caldac: type1,
- n_gpct: 2,
has_8255: 0,
},
{ device_id: 37,
ao_fifo_depth: 0,
ao_unipolar: 1,
caldac: type1,
- n_gpct: 0,
has_8255: 1,
},
{ device_id: 38,
ao_fifo_depth: 2048,
ao_unipolar: 1,
has_8255: 0,
- n_gpct: 0,
caldac: type1,
},
{ device_id: 39,
ao_fifo_depth: 0,
ao_unipolar: 0,
caldac: type2,
- n_gpct: 0,
has_8255: 0,
},
{ device_id: 50,
ao_fifo_depth: 0, /* unknown */
ao_unipolar: 0, /* unknown */
caldac: type2,
- n_gpct: 0,
has_8255: 0,
},
{ device_id: 51,
aorangelkup: 0,
ao_unipolar: 0,
caldac: type2,
- n_gpct: 0,
has_8255: 0,
}
};
/* XXX */
/* general purpose counter/timer device */
- /* CLO */
s=dev->subdevices+4;
- if(boardtype.n_gpct){
- gpct_setup(dev,s);
- s->type=COMEDI_SUBD_COUNTER;
- s->trig[0]=ni_gpct;
- }else{
- s->type=COMEDI_SUBD_UNUSED;
- s->trig[0]=NULL;
- }
+ gpct_setup(dev,s);
+ s->type=COMEDI_SUBD_COUNTER;
+ s->trig[0]=ni_gpct;
/* XXX */
/* calibration subdevice -- ai and ao */