From 08fc9423f5896f3a255111e8160905dd13aef5f9 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Wed, 15 Jun 2005 22:58:52 +0000 Subject: [PATCH] add pci id for PCI-6731 --- comedi/drivers/ni_pcimio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/comedi/drivers/ni_pcimio.c b/comedi/drivers/ni_pcimio.c index 8673a443..70a3a617 100644 --- a/comedi/drivers/ni_pcimio.c +++ b/comedi/drivers/ni_pcimio.c @@ -45,7 +45,7 @@ By default, the driver uses DMA to transfer analog input data to memory. When DMA is enabled, not all triggering features are supported. -PCI IDs are not known for PCI-6731 and PCI-6733. Digital I/O may not +PCI IDs are not known for PCI-6733. Digital I/O may not work on 673x. Information (number of channels, bits, etc.) for some devices may be @@ -538,8 +538,7 @@ static ni_board ni_boards[]={ reg_type: ni_reg_6713, caldac: {ad8804_debug,ad8804_debug}, }, -#if 0 /* need device ids */ - { device_id: 0x0, + { device_id: 0x2430, name: "pci-6731", n_adchan: 0, /* no analog input */ n_aochan: 4, @@ -549,6 +548,7 @@ static ni_board ni_boards[]={ reg_type: ni_reg_6711, caldac: {ad8804_debug}, }, +#if 0 /* need device ids */ { device_id: 0x0, name: "pxi-6731", n_adchan: 0, /* no analog input */ -- 2.26.2