added a little comedi_calibrate advertising
authorFrank Mori Hess <fmhess@speakeasy.net>
Fri, 9 May 2003 14:22:55 +0000 (14:22 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Fri, 9 May 2003 14:22:55 +0000 (14:22 +0000)
comedi/drivers/cb_pcidas.c
comedi/drivers/cb_pcidas64.c

index e9063b96f39a90051fac6206c65207af0eb6b12c..968347a8457c5b067de6710eb06dc3e374a78862 100644 (file)
@@ -1,15 +1,5 @@
 /*
     cb_pcidas.c
-    This is a driver for the ComputerBoards/MeasurementComputing PCI-DAS
-    cards using the AMCC S5933 PCI controller:
-    - PCI-DAS1602/12, 1602/16, 1602/16/jr
-    - PCI-DAS1200, 1200jr
-    - PCI-DAS1000, 1001, 1002
-
-
-    Options:
-    [0] - PCI bus number
-    [1] - PCI slot number
 
     Developed by Ivan Martinez and Frank Mori Hess, with valuable help from
     David Schleef and the rest of the Comedi developers comunity.
@@ -52,6 +42,9 @@ Status:
   supported cards. Despite no detailed log is maintained, it can
   be said that the driver is quite tested and stable.
 
+  The boards may be autocalibrated using the comedi_calibrate
+  utility.
+       
 Configuration options:
   [0] - PCI bus of device (optional)
   [1] - PCI slot of device (optional)
index 264d89fcaf68ef58279bd65d8ef4ed6fb1129bae..12c4907b0612b4ff4d57a825e1a1f50296f4c1ab 100644 (file)
@@ -54,6 +54,8 @@ Configuration options:
    [0] - PCI bus of device (optional)
    [1] - PCI slot of device (optional)
 
+These boards may be autocalibrated with the comedi_calibrate utility.
+
 To select the bnc trigger input on the 4020 (instead of the dio input),
 specify channel 1000 in the chanspec.
 Feel free to send and success/failure reports to Frank Hess.