}
#endif
+#if 0
/***************************************************************************
*
* Load two part frequency to pacer counter chip.
mask = C1 | MODE2 | LSBFIRST;
outb(mask, dev->iobase + COUNTERA_CONTROL);
}
+#endif
/***************************************************************************
*
int i;
unsigned int status;
+ /* XXX my gcc has a bug that causes a warning if the following
+ * is not there */
+ status = 0;
+
writew(cmd,dev->iobase+DPR_Command_Mbx);
for(i=0;i<TIMEOUT;i++){
+#if 0
static int dt3k_ai_config(comedi_device *dev,comedi_subdevice *s,comedi_trig *it)
{
int i;
return dt3k_send_cmd(dev,CMD_CONFIG);
}
+#endif
static int dt3k_ai_mode0(comedi_device *dev,comedi_subdevice *s,comedi_trig *it)