From 69555970f6f696dd5ffeb6c4c12cb692aa58effd Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Tue, 5 Mar 2002 20:53:26 +0000 Subject: [PATCH] removed some redundant comments --- comedi/drivers/das16.c | 16 ---------------- comedi/drivers/das800.c | 36 +++++++++++------------------------- 2 files changed, 11 insertions(+), 41 deletions(-) diff --git a/comedi/drivers/das16.c b/comedi/drivers/das16.c index 0f183d03..e6fb4b6d 100644 --- a/comedi/drivers/das16.c +++ b/comedi/drivers/das16.c @@ -66,22 +66,6 @@ triggered conversions. Testing and debugging help provided by Daniel Koch. -Options: - [0] - base io address - [1] - irq (optional) - [2] - dma (optional) - [3] - master clock speed in MHz (optional, 1 or 10, ignored if board - can probe clock speed, defaults to 1 otherwise) - [4] - analog input range lowest in microvolts (optional, only useful if your - board does not have software programmable gain) - [5] - analog input range highest in microvolts (optional, only useful if your - board does not have software programmable gain) - [6] - analog output range lowest in microvolts (optional) - [7] - analog output range highest in microvolts (optional) - -Both an irq line and dma channel are required for timed or externally -triggered conversions. - Keithley Manuals: 2309.PDF (das16) 4923.PDF (das1200, 1400, 1600) diff --git a/comedi/drivers/das800.c b/comedi/drivers/das800.c index 3b5e6959..bff206eb 100644 --- a/comedi/drivers/das800.c +++ b/comedi/drivers/das800.c @@ -35,25 +35,21 @@ Status: works, cio-das802/16 untested - email me if you have tested it Configuration options: [0] - I/O port base address [1] - IRQ (optional, required for timed or externally triggered conversions) -*/ -/* -This driver supports the Keithley boards: -das-800 -das-801 -das-802 +Notes: + IRQ can be omitted, although the cmd interface will not work without it. -and Measurement Computing (Computer Boards) models: -cio-das800 -cio-das801 -cio-das802 -cio-das802/16 + All entries in the channel/gain list must use the same gain and be + consecutive channels counting upwards in channel number (these are + hardware limitations.) -Options: - [0] - base io address - [1] - irq + I've never tested the gain setting stuff since I only have a + DAS-800 board with fixed gain. -irq can be omitted, although the cmd interface will not work without it. + The cio-das802/16 does not have a fifo-empty status bit! Therefore + only fifo-half-full transfers are possible with this card. +*/ +/* cmd triggers supported: start_src: TRIG_NOW | TRIG_EXT @@ -62,16 +58,6 @@ cmd triggers supported: convert_src: TRIG_TIMER | TRIG_EXT stop_src: TRIG_NONE | TRIG_COUNT -NOTES: - All entries in the channel/gain list must use the same gain and be - consecutive channels counting upwards in channel number (these are - hardware limitations.) - - I've never tested the gain setting stuff since I only have a - DAS-800 board with fixed gain. - - The cio-das802/16 does not have a fifo-empty status bit! Therefore - only fifo-half-full transfers are possible with this card. */ -- 2.26.2