Made reporting of hardware more consistant

This commit is contained in:
Marty Kraimer
1992-06-03 07:58:31 +00:00
parent f7149d3a71
commit ac1454ffe4
46 changed files with 181 additions and 371 deletions

View File

@@ -57,15 +57,13 @@ struct {
DEVSUPFUN init_record;
DEVSUPFUN get_ioint_info;
DEVSUPFUN read_event;
DEVSUPFUN special_linconv;
}devEventTestIoEvent={
6,
5,
NULL,
init,
NULL,
get_ioint_info,
read_event,
NULL};
read_event};
static IOSCANPVT ioscanpvt;
WDOG_ID wd_id=NULL;