1 " ***********************************************************
 2 " *                                                         *
 3 " * Copyright, (C) Honeywell Information Systems Inc., 1984 *
 4 " *                                                         *
 5 " ***********************************************************
 6 
 7 " HISTORY COMMENTS:
 8 "  1) change(1986-03-19,Fawcett), approve(1986-03-19,MCR7374),
 9 "     audit(1986-05-01,Lippard), install(1986-09-16,MR12.0-1159):
10 "     Created to access the ring 1 code for control of the MCA access
11 "  2) change(2022-10-03,Swenson), approve(2022-10-03,MCR10125),
12 "     audit(2022-10-04,GDixon), install(2022-10-04,MR12.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 (1,1,5).
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