removed magic SRQ parm

This commit is contained in:
John Winans
1992-03-04 15:46:40 +00:00
parent 33173f0a3c
commit 2798b6fa21
2 changed files with 2 additions and 4 deletions

View File

@@ -202,7 +202,6 @@ static struct devGpibNames intExtSsBmStop = { 5, intExtSsBmStopList,
char *pchanName[8] = {" ", "T + ", "A + ", "B + ", " ", "C + ", "D + ", " "};
/******************************************************************************
*
* String arrays for EFAST operations. Note that the last entry must be
@@ -682,7 +681,7 @@ struct devGpibParmBlock devSupParms = {
NULL, /* hwpvt list head */
gpibCmds, /* GPIB command array */
NUMPARAMS, /* number of supported parameters */
4, /* magic SRQ param number (-1 if none) */
-1, /* magic SRQ param number (-1 if none) */
"devXxDg535Gpib", /* device support module type name */
DMA_TIME, /* # of clock ticks to wait for DMA completions */

View File

@@ -202,7 +202,6 @@ static struct devGpibNames intExtSsBmStop = { 5, intExtSsBmStopList,
char *pchanName[8] = {" ", "T + ", "A + ", "B + ", " ", "C + ", "D + ", " "};
/******************************************************************************
*
* String arrays for EFAST operations. Note that the last entry must be
@@ -682,7 +681,7 @@ struct devGpibParmBlock devSupParms = {
NULL, /* hwpvt list head */
gpibCmds, /* GPIB command array */
NUMPARAMS, /* number of supported parameters */
4, /* magic SRQ param number (-1 if none) */
-1, /* magic SRQ param number (-1 if none) */
"devXxDg535Gpib", /* device support module type name */
DMA_TIME, /* # of clock ticks to wait for DMA completions */