From 4af791bb8b6069a39581a049398d1a854f97a2a2 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Sat, 19 Mar 2005 03:36:30 +0000 Subject: [PATCH] add mention of comedi_nonfree_firmware tarball --- comedi/drivers/daqboard2000.c | 3 ++- comedi/drivers/me4000.c | 7 +++++++ comedi/drivers/me_daq.c | 7 +++++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/comedi/drivers/daqboard2000.c b/comedi/drivers/daqboard2000.c index fb39b460..46e70327 100644 --- a/comedi/drivers/daqboard2000.c +++ b/comedi/drivers/daqboard2000.c @@ -32,7 +32,8 @@ the source code for the Windows driver. The FPGA on the board requires initialization code, which can be loaded by comedi_config using the -i -option. +option. The initialization code is available from http://www.comedi.org +in the comedi_nonfree_firmware tarball. Configuration options: none diff --git a/comedi/drivers/me4000.c b/comedi/drivers/me4000.c index 90deda78..10589b2c 100644 --- a/comedi/drivers/me4000.c +++ b/comedi/drivers/me4000.c @@ -42,6 +42,13 @@ Configuration Options: If bus/slot is not specified, the first available PCI device will be used. + +The firmware required by these boards is available in the +comedi_nonfree_firmware tarball available from +http://www.comedi.org. However, the driver's support for +loading the firmware through comedi_config is currently +broken. + */ #include diff --git a/comedi/drivers/me_daq.c b/comedi/drivers/me_daq.c index 2b8b99ab..fe3290fd 100644 --- a/comedi/drivers/me_daq.c +++ b/comedi/drivers/me_daq.c @@ -41,6 +41,13 @@ Configuration options: If bus/slot is not specified, the first available PCI device will be used. + +The 2600 requires a firmware upload, which can be accomplished +using the -i or --init-data option of comedi_config. +The firmware can be +found in the comedi_nonfree_firmware tarball available +from http://www.comedi.org + */ #include -- 2.26.2