PDP11, VAX: Remove visibility of internal DZ unit structure.
This commit is contained in:
parent
d370cb1400
commit
109c197faa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue