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


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

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

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

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

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

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

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

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

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

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

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

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

46.1
date     90.05.07.08.58.30;  author jwh;  state Exp;
branches ;
next     45.1;

45.1
date     90.04.19.16.06.20;  author jwh;  state Exp;
branches ;
next     44.1;

44.1
date     90.04.01.22.26.23;  author jwh;  state Exp;
branches ;
next     43.1;

43.1
date     90.03.20.14.16.45;  author jwh;  state Exp;
branches ;
next     42.1;

42.1
date     90.01.23.18.00.22;  author jwh;  state Exp;
branches ;
next     41.1;

41.1
date     89.12.22.11.42.01;  author jwh;  state Exp;
branches ;
next     40.1;

40.1
date     89.09.29.12.03.04;  author jwh;  state Exp;
branches ;
next     39.1;

39.1
date     89.09.26.16.48.00;  author dew;  state Exp;
branches ;
next     1.1;

1.1
date     89.09.14.10.27.53;  author dew;  state Exp;
branches ;
next     ;


desc
@SCSI_UTIL contains utility routines for the Generic SCSI Driver.
@


56.3
log
@
pws2rcs automatic delta on Wed Jan 27 13:14:25 MST 1993
@
text
@{
	Scsi Utilities Routines

	Utilities that are specifically related to SCSI operations,
	and do not have a home in HWI_UTILS, MESSAGES, or COMMANDS
	should be placed here.
}
module SCSI_UTILS;

import SCSI_DEFS;

export

	Procedure utlSetInternalErr(pSB:PtrSessionBlockType; ie:InternalErrType);

implement

Procedure utlSetInternalErr(pSB:PtrSessionBlockType; ie:InternalErrType);
begin
	with pSB^ do
	if InternalStatus = NoIntErr then {No internal error has been encountered}
		InternalStatus := ie;
end;

end;
@


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


56.1
log
@Automatic bump of revision number for PWS version 3.25
@
text
@a0 25
{
	Scsi Utilities Routines

	Utilities that are specifically related to SCSI operations,
	and do not have a home in HWI_UTILS, MESSAGES, or COMMANDS
	should be placed here.
}
module SCSI_UTILS;

import SCSI_DEFS;

export

	Procedure utlSetInternalErr(pSB:PtrSessionBlockType; ie:InternalErrType);

implement

Procedure utlSetInternalErr(pSB:PtrSessionBlockType; ie:InternalErrType);
begin
	with pSB^ do
	if InternalStatus = NoIntErr then {No internal error has been encountered}
		InternalStatus := ie;
end;

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
@@


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


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


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


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


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


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


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


1.1
log
@Initial revision
@
text
@@
