doc/dio_funcref.txt: Some DocBook mark-up changes.
[comedilib.git] / man / comedi_config.8
index 9dcee794aa24e2b0bd5e7d76073300d0760d1617..9f16f5d98db275ffff9c8b6511b4e3f5f34ec3e6 100644 (file)
@@ -2,7 +2,7 @@
 .SH NAME
 \fBcomedi_config\fR - COMEDI configuration utility
 .SH SYNOPSIS
-\fB/usr/sbin/comedi_config\fR [-vVq] /dev/comediN <driver>
+\fBcomedi_config\fR [-vVq] /dev/comediN <driver>
 [<option1>[,<option2>...]]
 .br
 .SH DESCRIPTION
@@ -52,13 +52,30 @@ the file \fBdrivers.txt\fR.
 .BI "--read-buffer " "num"
 set read buffer size to
 .I num
-kilobytes.  The default size is 16k.
+kilobytes.  The default size is 64k.
 
 .TP
 .BI "--write-buffer " "num"
 set write buffer size to
 .I num
-kilobytes.  The default size is 16k.
+kilobytes.  The default size is 64k.
+
+.TP
+.BI "-i, --init-data, --init-data0 " "file"
+upload initialization data (typically firmware) from 
+.I file
+to board.
+
+.TP
+.BI "--init-data1 " "file"
+.TP
+.BI "--init-data2 " "file"
+.TP
+.BI "--init-data3 " "file"
+Some drivers require more than one file for initialization 
+data.  Use these
+options to specify additional initialization data files.  
+See the driver-specific documentation for further details.
 
 
 .SH CONFIGURATION FILE
@@ -79,12 +96,12 @@ run from an initialization script.
 A National Instruments PCI-MIO E series board can be
 configured to use /dev/comedi0 using the command:
 
-       /usr/sbin/comedi_config /dev/comedi0 ni_pcimio
+       comedi_config /dev/comedi0 ni_pcimio
 
 A National Instruments AT-MIO E series board can be
 configured to use /dev/comedi3 using the command:
 
-       /usr/sbin/comedi_config /dev/comedi3 ni_atmio 0x220,3
+       comedi_config /dev/comedi3 ni_atmio 0x220,3
 
 This tells the driver that the board is configured
 for I/O base 0x220 and IRQ 3.