From: Ian Abbott Date: Wed, 1 Aug 2007 10:52:57 +0000 (+0000) Subject: Documented PCI bus/slot options. X-Git-Tag: r0_7_74~11 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2939de748e7bf670649bba7541f94b04742302b0;p=comedi.git Documented PCI bus/slot options. --- diff --git a/comedi/drivers/cb_pcidio.c b/comedi/drivers/cb_pcidio.c index 707103c4..d9a1f93e 100644 --- a/comedi/drivers/cb_pcidio.c +++ b/comedi/drivers/cb_pcidio.c @@ -25,13 +25,18 @@ Driver: cb_pcidio.o Description: ComputerBoards' DIO boards with PCI interface Devices: [Measurement Computing] PCI-DIO24H (cb_pcidio), PCI-DIO48H Author: Yoshiya Matsuzaka -Updated: Wed, 25 Jul 2007 15:15:41 +0900 +Updated: Wed, 01 Aug 2007 11:52:49 +0100 Status: experimental This driver has been modified from skel.c of comedi-0.7.70. Configuration Options: - none + [0] - PCI bus of device (optional) + [1] - PCI slot of device (optional) + If bus/slot is not specified, the first available PCI device will + be used. + +Passing a zero for an option is the same as leaving it unspecified. */ /*------------------------------ HEADER FILES ---------------------------------*/