From e07b3d82810117cfd6fcefbda3d56434b7306f14 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 4 Mar 2000 00:08:28 +0000 Subject: [PATCH] added new drivers --- Documentation/comedi/drivers.txt | 80 +++++++++++++++++++++++--------- 1 file changed, 59 insertions(+), 21 deletions(-) diff --git a/Documentation/comedi/drivers.txt b/Documentation/comedi/drivers.txt index 8e84a5d7..967c5735 100644 --- a/Documentation/comedi/drivers.txt +++ b/Documentation/comedi/drivers.txt @@ -250,6 +250,42 @@ Status: untested +ii_pci20kc.o: Intelligent Instruments PCI-20001C carrier board + +Author: Markus Kempf +Status: works + +Supports the PCI-20001 C-2a Carrier board, and could probably support +the other carrier boards with small modifications. Modules supported +are: + PCI-20006 M-2 16-bit analog output module + PCI-20341 M-1A 16-bit analog input module + +Options: + 0 Board base address + 1 IRQ + 2 first option for module 1 + 3 second option for module 1 + 4 first option for module 2 + 5 second option for module 2 + 6 first option for module 3 + 7 second option for module 3 + +options for PCI-20006M: + first: Analog output channel 0 range configuration + 0 bipolar 10 (-10V -- +10V) + 1 unipolar 10 (0V -- +10V) + 2 bipolar 5 (-5V -- 5V) + second: Analog output channel 1 range configuration + +options for PCI-20341M: + first: Analog input gain configuration + 0 1 + 1 10 + 2 100 + 3 200 + + multiq3.o: Quanser Consulting MultiQ-3 @@ -386,34 +422,19 @@ Interrupts are not supported. -rti800.o: Analog Devices RTI-800/815 - -Author: ds -Status: unknown - -See the source for configuration details. - - - -rti802.o: Analog Devices RTI-802 - -Author: Anders Blomdell -Status: works - - pcl812.o: Advantech PCL-812PG and Advantech PCL-813B Author: Michal Dobes Status: works (I hope. My board fire up under my hands and I haven't time to finish tests.) - Card: Advantech PCL-812PG +Card: Advantech PCL-812PG This card have integrated 16SE A/D 30kHz, 2 D/A, 16DI, 16DO. Driver support mode0, 1 and 3 for A/D and mode0 for others. If you disable IRQ then only mode0 for A/D is allowed. - Driver name: pcl812pg - Options: +Driver name: pcl812pg +Options: [0] - IO Base [1] - IRQ (0=disable, 2, 3, 4, 5, 6, 7; 10, 11, 12, 14, 15) [2] - 0=trigger source is internal 8253 with 2MHz clock @@ -424,16 +445,33 @@ Status: works (I hope. My board fire up under my hands 1=D/A outputs 0-10V (internal reference -10V) 2=D/A outputs unknow (external reference) - Card: Advantech PCL-813B +Card: Advantech PCL-813B This card have integrated 32SE A/D 25kHz. Driver support only mode0 A/D becouse construction of this card don't allow anything else. - Driver name: pcl813b - Options: +Driver name: pcl813b +Options: [0] - IO Base [1] - 0= bipolar inputs 1= unipolar inputs [2] - max number of samples in ai_mode0 (defaul=1scan) + +rti800.o: Analog Devices RTI-800/815 + +Author: ds +Status: unknown + +See the source for configuration details. + + + +rti802.o: Analog Devices RTI-802 + +Author: Anders Blomdell +Status: works + + + -- 2.26.2