Updated dt282x
authorDavid Schleef <ds@schleef.org>
Thu, 23 Aug 2001 00:24:20 +0000 (00:24 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 23 Aug 2001 00:24:20 +0000 (00:24 +0000)
Documentation/comedi/drivers.txt

index 3bba130d8e35db01261a83bd723e95b7dbd9025e..3cb421cf2be8a10ec441790c313292db110c0738 100644 (file)
@@ -458,10 +458,28 @@ Author: ds
 Device Names: dt2821, dt2823, dt2824-pgh, dt2824-pgl, dt2825, dt2827,
   dt2828, dt21-ez, dt23-ez, dt24-ez, dt24-ez-pgl
 Status: complete
+Updated: Wed, 22 Aug 2001 17:11:34 -0700
 
 Configuration options:
   [0] - I/O port base address
   [1] - IRQ
+  [2] - DMA 1
+  [3] - DMA 2
+  [4] - AI jumpered for 0=single ended, 1=differential
+  [5] - AI jumpered for 0=straight binary, 1=2's complement
+  [6] - AO 0 jumpered for 0=straight binary, 1=2's complement
+  [7] - AO 1 jumpered for 0=straight binary, 1=2's complement
+  [8] - AI jumpered for 0=[-10,10]V, 1=[0,10], 2=[-5,5], 3=[0,5]
+  [9] - AO 0 jumpered for 0=[-10,10]V, 1=[0,10], 2=[-5,5], 3=[0,5],
+        4=[-2.5,2.5]
+  [10]- A0 1 jumpered for 0=[-10,10]V, 1=[0,10], 2=[-5,5], 3=[0,5],
+        4=[-2.5,2.5]
+
+Notes:
+  - AO commands might be broken.
+  - If you try to run a command on both the AI and AO subdevices
+    simultaneously, bad things will happen.  The driver needs to
+    be fixed to check for this situation and return an error.