PDP10, PDP11, Unibus VAX: Flag CH11 DEVICE as a DEV_MUX for visible TMXR debug
This commit is contained in:
parent
fc33892d24
commit
86294db3d5
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ DEVICE ch_dev = {
|
|||
1, 8, 16, 1, 8, 16,
|
||||
NULL, NULL, &ch_reset,
|
||||
NULL, &ch_attach, &ch_detach,
|
||||
&ch_dib, DEV_DISABLE | DEV_DIS | DEV_UBUS | DEV_DEBUG,
|
||||
&ch_dib, DEV_DISABLE | DEV_DIS | DEV_UBUS | DEV_DEBUG | DEV_MUX,
|
||||
0, ch_debug, NULL, NULL, &ch_help, &ch_help_attach, NULL,
|
||||
&ch_description
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue