1 " ***********************************************************
2 " * *
3 " * Copyright, C Honeywell Information Systems Inc., 1984 *
4 " * *
5 " ***********************************************************
6
7 " HISTORY COMMENTS:
8 " 1) change86-03-19Fawcett, approve86-03-19MCR7374,
9 " audit86-05-01Lippard, install86-09-16MR12.0-1159:
10 " Created to access the ring 1 code for control of the MCA access
11 " END HISTORY COMMENTS
12
13 "
14 " Standard gate to get to the MCA.
15 " This gate has ring brackets of 115.
16
17 include gate_macros
18
19 gate_info mca_
20
21 gate attach_ipc,mca_attach_,ipc_attach,4
22 gate attach_mca,mca_attach_,mca_attach,4
23 gate config,mca_util_,read_config,6
24 gate detach_ipc,mca_attach_,ipc_detach,4
25 gate detach_mca,mca_attach_,mca_detach,2
26 gate diskette_read,mca_util_,diskette_read,8
27 gate display,mca_util_,display,4
28 gate load_ipc,mca_util_,load_ipc,4
29 gate process_io_event,mca_util_,io_event,4
30 gate read_data,mca_util_,read_data,6
31 gate reset_ipc,mca_util_,reset_ipc,4
32 gate reset,mca_util_,reset,3
33 gate tandd_read_data,mca_tandd_,read_data,5
34 gate tandd_write_data,mca_tandd_,write_data,5
35 gate tandd_write_text,mca_tandd_,write_text,5
36
37 end