jba 3/6/91
This commit is contained in:
@@ -25,13 +25,13 @@ extern short ab_cmd_to[AB_MAX_LINKS][AB_MAX_ADAPTERS][AB_MAX_CARDS];
|
||||
extern unsigned short ab_config[AB_MAX_LINKS][AB_MAX_ADAPTERS][AB_MAX_CARDS];
|
||||
|
||||
/* If any of the following does not exist replace it with #define <> NULL */
|
||||
int report();
|
||||
int init();
|
||||
static long report();
|
||||
static long init();
|
||||
|
||||
struct {
|
||||
long number;
|
||||
DRVSUPFUN report;
|
||||
DRVSUPFUN init
|
||||
DRVSUPFUN init;
|
||||
} drvAb={
|
||||
2,
|
||||
report,
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
|
||||
|
||||
/* If any of the following does not exist replace it with #define <> NULL */
|
||||
int report();
|
||||
int init();
|
||||
static long report();
|
||||
static long init();
|
||||
|
||||
struct {
|
||||
long number;
|
||||
DRVSUPFUN report;
|
||||
DRVSUPFUN init
|
||||
DRVSUPFUN init;
|
||||
} drvAt5Vxi={
|
||||
2,
|
||||
report,
|
||||
|
||||
@@ -14,13 +14,13 @@
|
||||
extern struct compumotor *pcompu_motors[]; /* stepper motor - CM1830 */
|
||||
|
||||
/* If any of the following does not exist replace it with #define <> NULL */
|
||||
int report();
|
||||
int init();
|
||||
static long report();
|
||||
static long init();
|
||||
|
||||
struct {
|
||||
long number;
|
||||
DRVSUPFUN report;
|
||||
DRVSUPFUN init
|
||||
DRVSUPFUN init;
|
||||
} drvCompuSm={
|
||||
2,
|
||||
report,
|
||||
|
||||
@@ -13,13 +13,13 @@
|
||||
|
||||
|
||||
/* If any of the following does not exist replace it with #define <> NULL */
|
||||
int report();
|
||||
int init();
|
||||
static long report();
|
||||
static long init();
|
||||
|
||||
struct {
|
||||
long number;
|
||||
DRVSUPFUN report;
|
||||
DRVSUPFUN init
|
||||
DRVSUPFUN init;
|
||||
} drvDvx={
|
||||
2,
|
||||
report,
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
|
||||
|
||||
/* If any of the following does not exist replace it with #define <> NULL */
|
||||
int report();
|
||||
int init();
|
||||
static long report();
|
||||
static long init();
|
||||
|
||||
struct {
|
||||
long number;
|
||||
DRVSUPFUN report;
|
||||
DRVSUPFUN init
|
||||
DRVSUPFUN init;
|
||||
} drvJgvtr1={
|
||||
2,
|
||||
report,
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
|
||||
|
||||
/* If any of the following does not exist replace it with #define <> NULL */
|
||||
int report();
|
||||
int init();
|
||||
static long report();
|
||||
static long init();
|
||||
|
||||
struct {
|
||||
long number;
|
||||
DRVSUPFUN report;
|
||||
DRVSUPFUN init
|
||||
DRVSUPFUN init;
|
||||
} drvMz8310={
|
||||
2,
|
||||
report,
|
||||
|
||||
@@ -14,13 +14,13 @@
|
||||
extern struct vmex_motor *oms_motor_present[]; /* stepper motor - OMS */
|
||||
|
||||
/* If any of the following does not exist replace it with #define <> NULL */
|
||||
int report();
|
||||
int init();
|
||||
static long report();
|
||||
static long init();
|
||||
|
||||
struct {
|
||||
long number;
|
||||
DRVSUPFUN report;
|
||||
DRVSUPFUN init
|
||||
DRVSUPFUN init;
|
||||
} drvOms={
|
||||
2,
|
||||
report,
|
||||
@@ -39,6 +39,5 @@ static long init()
|
||||
{
|
||||
int status;
|
||||
|
||||
ai_init();
|
||||
return(0);
|
||||
}
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
|
||||
|
||||
/* If any of the following does not exist replace it with #define <> NULL */
|
||||
int report();
|
||||
int init();
|
||||
static long report();
|
||||
static long init();
|
||||
|
||||
struct {
|
||||
long number;
|
||||
DRVSUPFUN report;
|
||||
DRVSUPFUN init
|
||||
DRVSUPFUN init;
|
||||
} drvStc={
|
||||
2,
|
||||
report,
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
|
||||
|
||||
/* If any of the following does not exist replace it with #define <> NULL */
|
||||
int report();
|
||||
int init();
|
||||
static long report();
|
||||
static long init();
|
||||
|
||||
struct {
|
||||
long number;
|
||||
DRVSUPFUN report;
|
||||
DRVSUPFUN init
|
||||
DRVSUPFUN init;
|
||||
} drvTime={
|
||||
2,
|
||||
report,
|
||||
|
||||
@@ -12,12 +12,13 @@
|
||||
|
||||
|
||||
/* If any of the following does not exist replace it with #define <> NULL */
|
||||
int report();
|
||||
int init();
|
||||
static long report();
|
||||
static long init();
|
||||
|
||||
struct {
|
||||
long number;
|
||||
DRVSUPFUN report;
|
||||
DRVSUPFUN init
|
||||
DRVSUPFUN init;
|
||||
} drvXy566={
|
||||
2,
|
||||
report,
|
||||
@@ -30,7 +31,7 @@ static long report(fp)
|
||||
return(0);
|
||||
}
|
||||
|
||||
static int init()
|
||||
static long init()
|
||||
{
|
||||
|
||||
return(0);
|
||||
|
||||
Reference in New Issue
Block a user