added support for new cb_pcidas64 board types

This commit is contained in:
Frank Mori Hess 2003-05-25 21:20:41 +00:00
parent 80034d661d
commit aa28c07bde
2 changed files with 9 additions and 3 deletions

View 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 },
};

View 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;