From a7ac8d057e87a11ffe341b9d45a2b421e9f9594a Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 27 Jun 2001 19:08:27 +0000 Subject: [PATCH] Updates for cb_pcidda driver --- Documentation/comedi/drivers.txt | 13 +++++++++++++ comedi/Config.in | 3 ++- comedi/drivers/Makefile | 1 + 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Documentation/comedi/drivers.txt b/Documentation/comedi/drivers.txt index 40520f9e..49513b64 100644 --- a/Documentation/comedi/drivers.txt +++ b/Documentation/comedi/drivers.txt @@ -102,6 +102,19 @@ Configuration options: +Driver: cb_pcidda.o +Description: ComputerBoards PCI-DDA series +Author: Ivan Martinez +Status: supports 08/16, 04/16, 02/16, 08/12, 04/12, and 02/12 + +Configuration options: + [0] - PCI bus of device (optional) + If bus/slot is not specified, the first available PCI + device will be used. + [1] - PCI slot of device (optional) + + + Driver: comedi_parport.o Description: Standard PC parallel port Author: ds diff --git a/comedi/Config.in b/comedi/Config.in index d8bcfc97..ae34ed36 100644 --- a/comedi/Config.in +++ b/comedi/Config.in @@ -73,7 +73,8 @@ dep_tristate 'old DAS16 driver' CONFIG_COMEDI_DAS16_OLD $CONFIG_COMEDI dep_tristate 'DAS-6402 and compatibles' CONFIG_COMEDI_DAS6402 $CONFIG_COMEDI dep_tristate 'DAS-800 and compatibles' CONFIG_COMEDI_DAS800 $CONFIG_COMEDI dep_tristate 'DAS-1800 and compatibles' CONFIG_COMEDI_DAS1800 $CONFIG_COMEDI -dep_tristate 'Computer Boards PCI-DAS 1200 series' CONFIG_COMEDI_CB_PCIDAS $CONFIG_COMEDI +dep_tristate 'Computer Boards PCI-DAS series' CONFIG_COMEDI_CB_PCIDAS $CONFIG_COMEDI +dep_tristate 'Computer Boards PCI-DDA series' CONFIG_COMEDI_CB_PCIDDA $CONFIG_COMEDI dep_tristate 'Generic 8255 support' CONFIG_COMEDI_8255 $CONFIG_COMEDI dep_tristate 'Quanser Consulting MultiQ-3' CONFIG_COMEDI_MULTIQ3 $CONFIG_COMEDI dep_tristate 'Generic parallel port support' CONFIG_COMEDI_PARPORT $CONFIG_COMEDI diff --git a/comedi/drivers/Makefile b/comedi/drivers/Makefile index cebb99f7..e9b05e90 100644 --- a/comedi/drivers/Makefile +++ b/comedi/drivers/Makefile @@ -24,6 +24,7 @@ obj-$(CONFIG_COMEDI_ADL_PCI9118) += adl_pci9118.o obj-$(CONFIG_COMEDI_ADV_PCI1710) += adv_pci1710.o obj-$(CONFIG_COMEDI_CB_PCIDAS) += cb_pcidas.o +obj-$(CONFIG_COMEDI_CB_PCIDDA) += cb_pcidda.o obj-$(CONFIG_COMEDI_DAQBOARD2000) += daqboard2000.o -- 2.26.2