VAX730: Add missing value in DIB structure for proper auto-configure behavior
This commit is contained in:
parent
f946508c8b
commit
953683c115
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ t_stat rb_set_bad (UNIT *uptr, int32 val, CONST char *cptr, void *desc);
|
||||||
|
|
||||||
DIB rb_dib = {
|
DIB rb_dib = {
|
||||||
IOBA_AUTO, IOLN_RB, &rb_rd16, &rb_wr16,
|
IOBA_AUTO, IOLN_RB, &rb_rd16, &rb_wr16,
|
||||||
1, IVCL (RB), VEC_AUTO, { NULL } };
|
1, IVCL (RB), VEC_AUTO, { NULL }, IOLN_RB };
|
||||||
|
|
||||||
UNIT rb_unit[] = {
|
UNIT rb_unit[] = {
|
||||||
{ UDATA (&rb_svc, UNIT_FIX+UNIT_ATTABLE+UNIT_DISABLE+
|
{ UDATA (&rb_svc, UNIT_FIX+UNIT_ATTABLE+UNIT_DISABLE+
|
||||||
|
|
Loading…
Add table
Reference in a new issue