mirror of
https://github.com/simh/simh.git
synced 2026-01-13 15:27:14 +00:00
PDP11, VAX: Remove visibility of internal DZ unit structure.
This commit is contained in:
parent
d370cb1400
commit
109c197faa
@ -300,7 +300,7 @@ DIB dz_dib = {
|
||||
|
||||
UNIT dz_unit[2] = {
|
||||
{ UDATA (&dz_svc, UNIT_IDLE|UNIT_ATTABLE|DZ_8B_DFLT, 0) },
|
||||
{ UDATA (&dz_xmt_svc, 0, 0), SERIAL_OUT_WAIT } };
|
||||
{ UDATA (&dz_xmt_svc, UNIT_DIS, 0), SERIAL_OUT_WAIT } };
|
||||
|
||||
REG dz_reg[] = {
|
||||
{ BRDATADF (CSR, dz_csr, DEV_RDX, 16, MAX_DZ_MUXES, "control/status register", dz_csr_bits) },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user