1 " ***********************************************************
2 " * *
3 " * Copyright, C Honeywell Information Systems Inc., 1984 *
4 " * *
5 " ***********************************************************
6
7 " HISTORY COMMENTS:
8 " 1) change1986-03-19Fawcett, approve1986-03-19MCR7374,
9 " audit1986-05-01Lippard, install1986-09-16MR12.0-1159:
10 " Created to access the ring 1 code for control of the MCA access
11 " 2) change2022-10-03Swenson, approve2022-10-03MCR10125,
12 " audit2022-10-04GDixon, install2022-10-04MR12.8-1041:
13 " Removed mca_priv_$force_unlock entry from gate since target does not
14 " exist.
15 " END HISTORY COMMENTS
16
17 "
18 " Privileged gate to get to the MCA.
19 " This gate has ring brackets of 115.
20
21
22 include gate_macros
23
24
25 gate_info mca_priv_
26
27 gate load_ipcs,mca_util_,load_all_ipcs,3
28 gate reset_ipcs,mca_util_,reset_all_ipcs,3
29 gate force_reset,mca_attach_,force_reset_mca,3
30 " commented out by Swenson since this entry doesn't appear to exist in mca_attach_
31 " gate force_unlock,mca_attach_,force_unlock_mca,2
32 gate trace,mca_util_,trace_sw,6
33
34 end