added support for new cb_pcidas64 board types
authorFrank Mori Hess <fmhess@speakeasy.net>
Sun, 25 May 2003 21:20:41 +0000 (21:20 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Sun, 25 May 2003 21:20:41 +0000 (21:20 +0000)
comedi_calibrate/cb64.c
comedi_calibrate/comedi_calibrate.c

index f4878591bd39cae371ccfc30bcfca2aa356c8f09..7ae31156747b1fcffc86aba70e5335c402de6aae 100644 (file)
@@ -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 },
 };
 
index 355e9dc6360c2fa5d2d185a2a07524c68239462e..67b4af18b32c8849d36e9c64b31e1ff7bfc7664a 100644 (file)
@@ -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;