From a575e23b55a0d2b82523f7115d471887b4a0c09c Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Fri, 27 Jun 2003 03:23:49 +0000 Subject: [PATCH] added pci-6036e entry --- comedi_calibrate/ni.c | 1 + 1 file changed, 1 insertion(+) diff --git a/comedi_calibrate/ni.c b/comedi_calibrate/ni.c index c063cc5..e0eefa4 100644 --- a/comedi_calibrate/ni.c +++ b/comedi_calibrate/ni.c @@ -80,6 +80,7 @@ static struct board_struct boards[]={ { "pci-mio-16e-1", STATUS_DONE, cal_ni_pci_mio_16e_1, ni_setup_observables, 0x1a9, 0x1aa }, { "pci-6025e", STATUS_SOME, cal_ni_pci_6025e, ni_setup_observables, 0x1af, 0x1b0 }, { "pci-6035e", STATUS_DONE, cal_ni_pci_6035e, ni_setup_observables, 0x1af, 0x1b0 }, + { "pci-6036e", STATUS_UNKNOWN, NULL, ni_setup_observables, -1, -1 }, { "pci-6071e", STATUS_SOME, 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 }, -- 2.26.2