ALTAIR: Allow PTP device to be readonly at attach time

This commit is contained in:
Bob Supnik 2020-05-29 09:15:18 -07:00 committed by Mark Pizzolato
parent 0e95c3e666
commit de6db5847c

View file

@ -86,7 +86,7 @@ DEVICE sio_dev = {
NULL, NULL, NULL NULL, NULL, NULL
}; };
UNIT ptr_unit = { UDATA (&ptr_svc, UNIT_SEQ + UNIT_ATTABLE, 0), KBD_POLL_WAIT }; UNIT ptr_unit = { UDATA (&ptr_svc, UNIT_SEQ + UNIT_ATTABLE + UNIT_ROABLE, 0), KBD_POLL_WAIT };
REG ptr_reg[] = { REG ptr_reg[] = {
{ ORDATA (DATA, ptr_unit.buf, 8) }, { ORDATA (DATA, ptr_unit.buf, 8) },