From 2939de748e7bf670649bba7541f94b04742302b0 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Wed, 1 Aug 2007 10:52:57 +0000 Subject: [PATCH] Documented PCI bus/slot options. --- comedi/drivers/cb_pcidio.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 ---------------------------------*/ -- 2.26.2