From: Frank Mori Hess Date: Sun, 2 Jun 2002 01:27:38 +0000 (+0000) Subject: added pcidas-6023 support X-Git-Tag: r0_7_65~18 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c3531dacc639d151b6ae11f1a51604ec33fc102a;p=comedi.git added pcidas-6023 support --- diff --git a/comedi/drivers/cb_pcidas64.c b/comedi/drivers/cb_pcidas64.c index dba5bf8d..49a1ad1d 100644 --- a/comedi/drivers/cb_pcidas64.c +++ b/comedi/drivers/cb_pcidas64.c @@ -43,7 +43,7 @@ Devices: [Measurement Computing] PCI-DAS6402/16 (cb_pcidas64), PCI-DAS6402/12, PCI-DAS64/M1/16, PCI-DAS64/M2/16, PCI-DAS64/M3/16, PCI-DAS6402/16/JR, PCI-DAS64/M1/16/JR, PCI-DAS64/M2/16/JR, PCI-DAS64/M3/16/JR, PCI-DAS64/M1/14, - PCI-DAS64/M2/14, PCI-DAS64/M3/14, PCI-DAS6025E, PCI-DAS6034E, + PCI-DAS64/M2/14, PCI-DAS64/M3/14, PCI-DAS6023E, PCI-DAS6025E, PCI-DAS6034E, PCI-DAS6035E, PCI-DAS4020/12 Configuration options: @@ -466,6 +466,21 @@ static pcidas64_board pcidas64_boards[] = ao_range_table: &ao_ranges_64xx, ao_range_code: ao_range_code_64xx, }, + { + name: "pci-das6023", + device_id: 0x5d, + ai_se_chans: 16, + ai_bits: 12, + ai_speed: 5000, + ao_nchan: 0, + ao_scan_speed: 100000, + fifo_depth: 0x2000, + layout: LAYOUT_60XX, + ai_range_table: &ai_ranges_60xx, + ai_range_bits: ai_range_bits_60xx, + ao_range_table: &ao_ranges_60xx, + ao_range_code: ao_range_code_60xx, + }, { name: "pci-das6025", device_id: 0x5e,