From 94f45d375c4d260f8ea7b0b08cf9527938cc959d Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 12 Dec 2002 03:14:35 +0000 Subject: [PATCH] still don't know what the PCI ID of the 6704 is --- comedi/drivers/ni_670x.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/comedi/drivers/ni_670x.c b/comedi/drivers/ni_670x.c index 5e8adbb3..44a85456 100644 --- a/comedi/drivers/ni_670x.c +++ b/comedi/drivers/ni_670x.c @@ -71,7 +71,13 @@ static ni_670x_board ni_670x_boards[] = }, { dev_id : 0x1920, - name : "PCI-6704", /* also PXI-6704 */ + name : "PXI-6704", + ao_chans : 32, + ao_bits : 16, + }, + { + dev_id : 0x0000, + name : "PCI-6704", ao_chans : 32, ao_bits : 16, }, -- 2.26.2