From: Frank Mori Hess Date: Thu, 3 Jul 2003 15:51:53 +0000 (+0000) Subject: added reference eeprom address for pci-6036e X-Git-Tag: r0_7_21~64 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=79a109dcc66e931d2db91d98148c10dfae663be6;p=comedilib.git added reference eeprom address for pci-6036e --- diff --git a/comedi_calibrate/ni.c b/comedi_calibrate/ni.c index 1058a23..5a6f481 100644 --- a/comedi_calibrate/ni.c +++ b/comedi_calibrate/ni.c @@ -82,7 +82,7 @@ static struct board_struct boards[]={ { "pci-6025e", STATUS_SOME, cal_ni_pci_6025e, ni_setup_observables, 0x1af, 0x1b0 }, { "pci-6034e", STATUS_UNKNOWN, NULL, ni_setup_observables, -1, -1 }, { "pci-6035e", STATUS_DONE, cal_ni_pci_6035e, ni_setup_observables, 0x1af, 0x1b0 }, - { "pci-6036e", STATUS_DONE, cal_ni_pci_6036e, ni_setup_observables, -1, -1 }, + { "pci-6036e", STATUS_DONE, cal_ni_pci_6036e, ni_setup_observables, 0x1ab, 0x1ac }, { "pci-6071e", STATUS_DONE, cal_ni_pci_6071e, ni_setup_observables, 0x1a9, 0x1aa }, { "pxi-6071e", STATUS_GUESS, cal_ni_pxi_6071e, ni_setup_observables, -1, -1 }, { "at-mio-16e-10", STATUS_GUESS, cal_ni_at_mio_16e_10, ni_setup_observables, 0x1a7, 0x1a8 },