head     56.3;
access   paws bayes jws quist dew jwh;
symbols  ;
locks    ; strict;
comment  @# @;


56.3
date     93.01.27.13.53.42;  author jwh;  state Exp;
branches ;
next     56.2;

56.2
date     93.01.27.12.25.50;  author jwh;  state Exp;
branches ;
next     56.1;

56.1
date     91.11.05.10.01.22;  author jwh;  state Exp;
branches ;
next     55.1;

55.1
date     91.08.25.10.36.12;  author jwh;  state Exp;
branches ;
next     54.1;

54.1
date     91.03.18.15.36.54;  author jwh;  state Exp;
branches ;
next     53.1;

53.1
date     91.03.11.19.35.30;  author jwh;  state Exp;
branches ;
next     52.1;

52.1
date     91.02.19.09.21.38;  author jwh;  state Exp;
branches ;
next     51.1;

51.1
date     91.01.30.16.20.15;  author jwh;  state Exp;
branches ;
next     50.1;

50.1
date     90.10.29.16.34.07;  author jwh;  state Exp;
branches ;
next     49.1;

49.1
date     90.08.14.14.17.46;  author jwh;  state Exp;
branches ;
next     48.1;

48.1
date     90.07.26.11.24.21;  author jwh;  state Exp;
branches ;
next     47.1;

47.1
date     90.05.14.11.10.46;  author dew;  state Exp;
branches ;
next     46.1;

46.1
date     90.05.07.08.57.50;  author jwh;  state Exp;
branches ;
next     1.1;

1.1
date     90.05.04.15.39.20;  author jwh;  state tmp;
branches ;
next     ;


desc
@Base file for PWS 3.3 release.

@


56.3
log
@
pws2rcs automatic delta on Wed Jan 27 13:14:25 MST 1993
@
text
@ INCLUDE ST_EQU
*$machine_name AbortPath
*$global_recover exec_err
*******************************************************
*state_1        standard
*               MESSAGES_msgIsPathActive
*$event_pairs_catch
*               NoEvent,state_2
*               state_exit
*******************************************************
*state_2        standard
*               HWI_UTILS_hwiGetMsgOut
*$event_pairs
*               MsgOut,state_3
*               ScsiErr,state_exit
*               BusFree,state_exit
*               BusBusy,state_exit
*******************************************************
*state_3        standard
*               MESSAGES_msgAbortMsg
*               HWI_UTILS_hwiGetPhase
*$event_pairs_catch
*               ScsiErr,state_exit
*               state_exit
*******************************************************
*exec_err       standard
*               COMMANDS_cmdStateErr
*$event_pairs_catch
*               state_exit
*******************************************************
*state_exit     mexit
*               0
*******************************************************
*$end_machine
		REFA  COMMANDS_CMDSTATEERR
		LMODE COMMANDS_CMDSTATEERR
		REFA  HWI_UTILS_HWIGETPHASE
		LMODE HWI_UTILS_HWIGETPHASE
		REFA  MESSAGES_MSGABORTMSG
		LMODE MESSAGES_MSGABORTMSG
		REFA  HWI_UTILS_HWIGETMSGOUT
		LMODE HWI_UTILS_HWIGETMSGOUT
		REFA  MESSAGES_MSGISPATHACTIVE
		LMODE MESSAGES_MSGISPATHACTIVE
STANDARD equ 0
MCALL equ 1
MEXIT equ 2
SUSPEND equ 3
DONE_EXIT equ 4
SINGLES equ 0
SINGLES_CATCH equ 1
PAIRS equ 2
PAIRS_CATCH equ 3

		DEF   ABORTPATH
ABORTPATH       dc.w  EXEC_ERR-ABORTPATH
STATE_1         dc.b    STANDARD,PAIRS_CATCH
		dc.b    2,1
		dc.w    NOEVENT,STATE_2-ABORTPATH
		dc.w    000,STATE_EXIT-ABORTPATH
		dc.l MESSAGES_MSGISPATHACTIVE

STATE_2         dc.b    STANDARD,PAIRS
		dc.b    4,1
		dc.w    MSGOUT,STATE_3-ABORTPATH
		dc.w    SCSIERR,STATE_EXIT-ABORTPATH
		dc.w    BUSFREE,STATE_EXIT-ABORTPATH
		dc.w    BUSBUSY,STATE_EXIT-ABORTPATH
		dc.l HWI_UTILS_HWIGETMSGOUT

STATE_EXIT      dc.b    MEXIT,SINGLES
		dc.w 0

STATE_3         dc.b    STANDARD,PAIRS_CATCH
		dc.b    2,2
		dc.w    SCSIERR,STATE_EXIT-ABORTPATH
		dc.w    000,STATE_EXIT-ABORTPATH
		dc.l MESSAGES_MSGABORTMSG
		dc.l HWI_UTILS_HWIGETPHASE

EXEC_ERR        dc.b    STANDARD,PAIRS_CATCH
		dc.b    1,1
		dc.w    000,STATE_EXIT-ABORTPATH
		dc.l COMMANDS_CMDSTATEERR


* state trace table OPTION = TABLE OFF
     END
@


56.2
log
@
pws2rcs automatic delta on Wed Jan 27 11:57:27 MST 1993
@
text
@d1 88
@


56.1
log
@Automatic bump of revision number for PWS version 3.25
@
text
@a0 88
 INCLUDE ST_EQU
*$machine_name AbortPath
*$global_recover exec_err
*******************************************************
*state_1        standard
*               MESSAGES_msgIsPathActive
*$event_pairs_catch
*               NoEvent,state_2
*               state_exit
*******************************************************
*state_2        standard
*               HWI_UTILS_hwiGetMsgOut
*$event_pairs
*               MsgOut,state_3
*               ScsiErr,state_exit
*               BusFree,state_exit
*               BusBusy,state_exit
*******************************************************
*state_3        standard
*               MESSAGES_msgAbortMsg
*               HWI_UTILS_hwiGetPhase
*$event_pairs_catch
*               ScsiErr,state_exit
*               state_exit
*******************************************************
*exec_err       standard
*               COMMANDS_cmdStateErr
*$event_pairs_catch
*               state_exit
*******************************************************
*state_exit     mexit
*               0
*******************************************************
*$end_machine
		REFA  COMMANDS_CMDSTATEERR
		LMODE COMMANDS_CMDSTATEERR
		REFA  HWI_UTILS_HWIGETPHASE
		LMODE HWI_UTILS_HWIGETPHASE
		REFA  MESSAGES_MSGABORTMSG
		LMODE MESSAGES_MSGABORTMSG
		REFA  HWI_UTILS_HWIGETMSGOUT
		LMODE HWI_UTILS_HWIGETMSGOUT
		REFA  MESSAGES_MSGISPATHACTIVE
		LMODE MESSAGES_MSGISPATHACTIVE
STANDARD equ 0
MCALL equ 1
MEXIT equ 2
SUSPEND equ 3
DONE_EXIT equ 4
SINGLES equ 0
SINGLES_CATCH equ 1
PAIRS equ 2
PAIRS_CATCH equ 3

		DEF   ABORTPATH
ABORTPATH       dc.w  EXEC_ERR-ABORTPATH
STATE_1         dc.b    STANDARD,PAIRS_CATCH
		dc.b    2,1
		dc.w    NOEVENT,STATE_2-ABORTPATH
		dc.w    000,STATE_EXIT-ABORTPATH
		dc.l MESSAGES_MSGISPATHACTIVE

STATE_2         dc.b    STANDARD,PAIRS
		dc.b    4,1
		dc.w    MSGOUT,STATE_3-ABORTPATH
		dc.w    SCSIERR,STATE_EXIT-ABORTPATH
		dc.w    BUSFREE,STATE_EXIT-ABORTPATH
		dc.w    BUSBUSY,STATE_EXIT-ABORTPATH
		dc.l HWI_UTILS_HWIGETMSGOUT

STATE_EXIT      dc.b    MEXIT,SINGLES
		dc.w 0

STATE_3         dc.b    STANDARD,PAIRS_CATCH
		dc.b    2,2
		dc.w    SCSIERR,STATE_EXIT-ABORTPATH
		dc.w    000,STATE_EXIT-ABORTPATH
		dc.l MESSAGES_MSGABORTMSG
		dc.l HWI_UTILS_HWIGETPHASE

EXEC_ERR        dc.b    STANDARD,PAIRS_CATCH
		dc.b    1,1
		dc.w    000,STATE_EXIT-ABORTPATH
		dc.l COMMANDS_CMDSTATEERR


* state trace table OPTION = TABLE OFF
     END
@


55.1
log
@Automatic bump of revision number for PWS version 3.25A
@
text
@@


54.1
log
@Automatic bump of revision number for PWS version 3.24
@
text
@@


53.1
log
@Automatic bump of revision number for PWS version 3.24B
@
text
@@


52.1
log
@Automatic bump of revision number for PWS version 3.24A
@
text
@@


51.1
log
@Automatic bump of revision number for PWS version 3.24d
@
text
@@


50.1
log
@Automatic bump of revision number for PWS version 3.23c
@
text
@@


49.1
log
@Automatic bump of revision number for PWS version 3.24b
@
text
@@


48.1
log
@Automatic bump of revision number for PWS version 3.24a
@
text
@@


47.1
log
@Automatic bump of revision number for PWS version 3.23
@
text
@@


46.1
log
@Automatic bump of revision number for PWS version 3.23
@
text
@@


1.1
log
@Initial revision
@
text
@@
