PDP11: Fix NG device to have just one interrupt vector.
This commit is contained in:
parent
65c098ed1c
commit
d07cf9563f
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ const char *ng_description (DEVICE *dptr);
|
|||
#define IOLN_NG 4
|
||||
DIB ng_dib = {
|
||||
IOBA_AUTO, IOLN_NG, &ng_rd, &ng_wr,
|
||||
4, IVCL(NG), VEC_AUTO, {NULL}, IOLN_NG
|
||||
1, IVCL(NG), VEC_AUTO, {NULL}, IOLN_NG
|
||||
};
|
||||
|
||||
UNIT ng_unit = {
|
||||
|
|
Loading…
Add table
Reference in a new issue