From: Frank Mori Hess Date: Sun, 25 May 2003 21:20:41 +0000 (+0000) Subject: added support for new cb_pcidas64 board types X-Git-Tag: r0_7_21~136 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aa28c07bde62337d58a42a8e17367cf43bb9498b;p=comedilib.git added support for new cb_pcidas64 board types --- diff --git a/comedi_calibrate/cb64.c b/comedi_calibrate/cb64.c index f487859..7ae3115 100644 --- a/comedi_calibrate/cb64.c +++ b/comedi_calibrate/cb64.c @@ -63,8 +63,17 @@ static struct board_struct boards[]={ { "pci-das64/m3/16", STATUS_GUESS, setup_cb_pci_64xx }, { "pci-das6023", STATUS_DONE, setup_cb_pci_60xx }, { "pci-das6025", STATUS_DONE, setup_cb_pci_60xx }, + { "pci-das6030", STATUS_GUESS, setup_cb_pci_60xx }, + { "pci-das6031", STATUS_GUESS, setup_cb_pci_60xx }, + { "pci-das6032", STATUS_GUESS, setup_cb_pci_60xx }, + { "pci-das6033", STATUS_GUESS, setup_cb_pci_60xx }, { "pci-das6034", STATUS_GUESS, setup_cb_pci_60xx }, { "pci-das6035", STATUS_GUESS, setup_cb_pci_60xx }, + { "pci-das6036", STATUS_GUESS, setup_cb_pci_60xx }, + { "pci-das6040", STATUS_GUESS, setup_cb_pci_60xx }, + { "pci-das6052", STATUS_GUESS, setup_cb_pci_60xx }, + { "pci-das6070", STATUS_GUESS, setup_cb_pci_60xx }, + { "pci-das6071", STATUS_GUESS, setup_cb_pci_60xx }, { "pci-das4020/12", STATUS_DONE, setup_cb_pci_4020 }, }; diff --git a/comedi_calibrate/comedi_calibrate.c b/comedi_calibrate/comedi_calibrate.c index 355e9dc..67b4af1 100644 --- a/comedi_calibrate/comedi_calibrate.c +++ b/comedi_calibrate/comedi_calibrate.c @@ -1271,9 +1271,6 @@ int new_sv_init(new_sv_t *sv,comedi_t *dev,int subdev,unsigned int chanspec) sv->rng=comedi_get_range(dev,subdev, CR_CHAN(chanspec), CR_RANGE(chanspec)); - /* pci-611x needs at least order 10 to overcome pickup in - * its internal reference. Probably order 12 would be better - * for it. Should make this adjustable XXX. */ sv->order=10; return 0;