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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

43.1
date     90.03.20.14.16.17;  author jwh;  state Exp;
branches ;
next     42.4;

42.4
date     90.03.13.15.43.02;  author dew;  state Exp;
branches ;
next     42.3;

42.3
date     90.03.08.16.26.55;  author dew;  state Exp;
branches ;
next     42.2;

42.2
date     90.03.08.13.59.04;  author dew;  state Exp;
branches ;
next     42.1;

42.1
date     90.01.23.18.00.04;  author jwh;  state Exp;
branches ;
next     41.2;

41.2
date     90.01.10.14.58.34;  author dew;  state Exp;
branches ;
next     41.1;

41.1
date     89.12.22.11.41.46;  author jwh;  state Exp;
branches ;
next     40.2;

40.2
date     89.10.11.17.02.48;  author dew;  state Exp;
branches ;
next     40.1;

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

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

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


desc
@PWS_SCSI is the PWS Program file for the Generic SCSI Driver.  This program
includes/searches all necessary Operating System Dependent routines
@


56.3
log
@
pws2rcs automatic delta on Wed Jan 27 13:14:25 MST 1993
@
text
@{system options}
$modcal on$
$allow_packed on$
$partial_eval on$

{code generation options}
$debug off$
$iocheck off$
$ovflcheck off$
$range off$
$stackcheck off$

{listing options}
$lines 57$
$pagewidth 130$
$copyright 'Hewlett Packard Company, 1989'$

{
	Pascal Workstation SCSI onion skin.

	The file/module OSD_HL is responsible for interfacing the O/S to the scsi driver
	from a high level. (i.e. link into isc_table, get memory, and initialize system)

	The file/module OSD_LL is responsible for interfacing the driver to the
	lowest levels.
}

PROGRAM PWS_SCSI{{(OUTPUT){for debug};

$SEARCH  'OSD_LLA', 'HWIA_UTIL'$
$PAGE$
$INCLUDE 'ST_PROCS'$
$PAGE$
$INCLUDE 'SCSI_DEFS'$
$PAGE$
$INCLUDE 'SCSI_UTIL'$
$PAGE$
$INCLUDE 'OSD_LL'$
$PAGE$
$INCLUDE 'HWI_UTILS'$
$PAGE$
$INCLUDE 'STATE_DRV'$
$PAGE$
$INCLUDE 'MESSAGES'$
$PAGE$
$INCLUDE 'COMMANDS'$
$PAGE$
$INCLUDE 'SCSI_ISR'$
$PAGE$
$INCLUDE 'OSD_HL'$
$PAGE$

import OSD_HL;

begin
	osdhStartUp;
end.
@


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


56.1
log
@Automatic bump of revision number for PWS version 3.25
@
text
@a0 57
{system options}
$modcal on$
$allow_packed on$
$partial_eval on$

{code generation options}
$debug off$
$iocheck off$
$ovflcheck off$
$range off$
$stackcheck off$

{listing options}
$lines 57$
$pagewidth 130$
$copyright 'Hewlett Packard Company, 1989'$

{
	Pascal Workstation SCSI onion skin.

	The file/module OSD_HL is responsible for interfacing the O/S to the scsi driver
	from a high level. (i.e. link into isc_table, get memory, and initialize system)

	The file/module OSD_LL is responsible for interfacing the driver to the
	lowest levels.
}

PROGRAM PWS_SCSI{{(OUTPUT){for debug};

$SEARCH  'OSD_LLA', 'HWIA_UTIL'$
$PAGE$
$INCLUDE 'ST_PROCS'$
$PAGE$
$INCLUDE 'SCSI_DEFS'$
$PAGE$
$INCLUDE 'SCSI_UTIL'$
$PAGE$
$INCLUDE 'OSD_LL'$
$PAGE$
$INCLUDE 'HWI_UTILS'$
$PAGE$
$INCLUDE 'STATE_DRV'$
$PAGE$
$INCLUDE 'MESSAGES'$
$PAGE$
$INCLUDE 'COMMANDS'$
$PAGE$
$INCLUDE 'SCSI_ISR'$
$PAGE$
$INCLUDE 'OSD_HL'$
$PAGE$

import OSD_HL;

begin
	osdhStartUp;
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.4
log
@Took out INPUT from program statement.  The driver should NEVER
attempt to input data, as the driver is interrupt driven and
more than likely the keyboard interrupt will not get through, thus
the system will hang.
@
text
@@


42.3
log
@For HFS, the file name HWIA_UTILS.TEXT or .CODE is too long.  Therefore,
HWIA_UTILS has been renamed to HWIA_UTIL.
@
text
@d28 1
a28 1
PROGRAM PWS_SCSI{{(INPUT,OUTPUT){for debug};
@


42.2
log
@Search HWIA_UTILS which is an assembler module that contains
the optimized programmatic transfer routine.
@
text
@d30 1
a30 1
$SEARCH  'OSD_LLA', 'HWIA_UTILS'$
@


42.1
log
@Automatic bump of revision number for PWS version 3.23e
@
text
@d30 1
a30 1
$SEARCH  'OSD_LLA'$
@


41.2
log
@Don't have INPUT, OUTPUT on PROGRAM LINE for final product.
@
text
@@


41.1
log
@Automatic bump of revision number for PWS version 3.23d
@
text
@d28 1
a28 1
PROGRAM PWS_SCSI{}(INPUT,OUTPUT){for debug};
@


40.2
log
@Modifications to help out when debugging.
@
text
@@


40.1
log
@Automatic bump of revision number for PWS version 3.23c
@
text
@d24 1
a24 1
	The file/module OSI_LL is responsible for interfacing the driver to the
d28 1
a28 1
PROGRAM PWS_SCSI;
@


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


1.1
log
@Initial revision
@
text
@@
