Google
 

Trailing-Edge - PDP-10 Archives - BB-M856A-BB - define.lis
There are 26 other files named define.lis in the archive. Click here to see a list.
00001	!++
00002	!
00003	!		***** EYE READABLE ERROR FILE FORMATS *****
00004	!
00005	!	This file contains the definitions of the TOPS-10 and TOPS-20
00006	!	error file formats.  It is the master field definition source
00007	!	for the SPEAR program.  The ITRANS program translates these
00008	!	eye readable definitions into a BLISS library file for use in
00009	!	the SPEAR program.
00010	!
00011	!--
00012	
00013	!++
00014	! 
00015	! 	  TOPS-10 and TOPS-20 ERROR.SYS RECORD FORMATS
00016	! 
00017	! 
00018	! 
00019	! DEFINE.EYE contains descriptions of the format of the system event
00020	! file and contents of each type of entry recorded by TOPS-10 and TOPS-20.
00021	! The file is created and appended to by a portion of the monitor and is read
00022	! by SPEAR.  SPEAR considers each entry a separate entity and treats each one
00023	! separately.  The recording program also considers each entry or record
00024	! separately and appends each to the end of the file.  The only exception to
00025	! this policy is the synchronization word at the start of each block
00026	! (128 words).  This word is a pointer or offset to the start of the first
00027	! entry in the current block and is used by SPEAR to get back in sync in case
00028	! of trouble.  This word is required because entries may cross block boundaries
00029	! to conserve disk space.  
00030	! 
00031	! Each entry or record in ERROR.SYS is composed of two sections, a header
00032	! section and a body section.  The header section contains the entry type,
00033	! date and time the event was recorded, the processor serial number that
00034	! detected the error, and the length of the header and body sections.  The
00035	! body sections contain the various data items that make up the entry.  The
00036	! format of the header section is constant regardless of the entry type.
00037	! 
00038	! 
00039	! The body section of each entry conforms to a general block format.  The first
00040	! line of an entry contains the block type ENTRY.  The second line contains the
00041	! entry type, an octal code number, and the block name, used by SPEAR to refer
00042	! to the block.  The next part of the block description can be broken down into
00043	! columns.
00044	! 
00045	! 	Item name	Word number	Field description	Comments
00046	! 	_________	___________	_________________	________
00047	! 
00048	! The item name is the name used by SPEAR to refer to the item.  The word
00049	! number is a decimal number of the position of the item.  The field
00050	! description is the size of the item in bits.  Comments may occur as the last
00051	! field of any line and are marked with an exclamation point.
00052	! 
00053	! The last line of the block contains the word END followed by the type of
00054	! block being terminated.
00055	! 
00056	! ENTRY blocks may also contain pointers to subblocks called TABLE, WORD_10,
00057	! or WORD_11.  These subblocks contains more specific descriptions of the
00058	! information in the ENTRY.  For example, the disk error entry may contain
00059	! pointers to the MASSBUS register table.
00060	! 
00061	! ENTRY HEADER FORMAT
00062	! 
00063	! This header is used to describe the contents of each entry.
00064	! 
00065	! HRDCOD	See Note 1
00066	! 
00067	! HDRDAT	Date and time of entry in Universal Format
00068	! 
00069	! HDRUPT	System uptime at entry.  LH = No. days, RH = fraction of day
00070	! 
00071	! HDRPSN	Processor serial No. where entry was recorded 
00072	! 
00073	! Note 1	Bits		Description
00074	! 
00075	! HDRCOD	0-8		Event code;  tells program how to process this
00076	! 				entry.  See Note 2 for range of event codes.
00077	! 
00078	! 		9-15		Reserved.
00079	! 
00080	! 		16		If set, indicates that this entry was extracted
00081	! 				from a crash.
00082	! 
00083	! 		17		If set, this entry was recorded by TOPS-20.
00084	! 
00085	! 		18-23		Header Format Version, presently = 1.
00086	! 
00087	! 		24-26		Header Length, presently = 4.
00088	! 
00089	! 		27-35		Entry Length excluding header, maximum = 777.
00090	! 
00091	! 
00092	! Note 2
00093	! Event Codes
00094	! 
00095	! All event codes are in the range of 0 to 777 with reservations as described:
00096	! 
00097	! 	000		Illegal.
00098	! 
00099	! 	1-376		Reserved by DEC for use with SPEAR.
00100	! 
00101	! 	400-477		Reserved for customer use with SPEAR.
00102	! 
00103	! 	500-577		Reserved by DEC for use with programs other than SPEAR.
00104	! 
00105	! 	600-677		Reserved for customer use with programs other than 
00106	! 			SPEAR.
00107	! 
00108	! 	700-777		Reserved for both DEC and customer use with control 
00109	! 			over the system event file.
00110	! 
00111	! In some cases (mostly for event-file control), only the first word (HDRCOD)
00112	! is included in the header.  This identification is the minimum required for
00113	! any entry.  The current event codes used for file control are as follows:
00114	! 
00115	! 	377		The recording program has detected an error in the file
00116	! 			and has started using the next sequential event file.
00117	! 
00118	! 	775		This is the offset word in the first word of each block
00119	! 			of the event file.  RH points to the start of the first
00120	! 			entry in this block.
00121	! 
00122	! 	777		This number signals an end-of-file and tells SPEAR to
00123	! 			look for the next file.
00124	! 
00125	!--
00126	
00127	!++
00128	!
00129	!	TOPS-10 / TOPS-20	HEADER DEFINITIONS
00130	!
00131	!--
00132	
00133	HEADER  TOPS10  TOPS20
00134	 HEADER
00135	  HDR_WRD_0		0	0-35	! Header word 0
00136	  ENTRY_TYPE		0	0-8	! TOPS-10 / TOPS-20 entry type
00137	! Unused		0	9-14	! Reserved
00138	  RETRIEVE_EXTRACT	0	15	! Entry extracted by RETRIEVE
00139	  CRASH_EXTRACT		0	16	! Entry extracted from a crash
00140	  TOPS20_REC		0	17	! Entry recorded by TOPS-20
00141	  BODY_FORMAT		0	18-20	! 1 with TOPS-20 rel. 5
00142	  HDR_FORMAT		0	21-23	! Currently only 1
00143	  HDR_LENGTH		0	24-26	! 4 for Header format 1
00144	  ENTRY_LENGTH		0	27-35	! Length of MAIN entry excluding HEADER
00145	  ENTRY_DATE_TIME	1	0-35	! Date/Time in universal format
00146						!  LH = Days since 17 Nov 1858
00147						!  RH =
00148						!   TOPS-10  Local reference
00149						!     Time of day in JIFFIES
00150						!   TOPS-20  GMT reference
00151						!     Fractional part of day
00152	  SYS_UPTIME		2	0-35	! Time since the system started
00153						!  Universal format - See above for RH
00154	  SYS_SER_NUM		3	0-35	! System serial number (decimal)
00155	END HEADER
00156	
00157	HEADER  TOPS10  TOPS20
00158	 _HEADER	! Header for secondary buffer
00159	  _HDR_WRD_0		0	0-35	! Header word 0
00160	  _ENTRY_TYPE		0	0-8	! TOPS-10 / TOPS-20 entry type
00161	! Unused		0	9-14	! Reserved
00162	  _RETRIEVE_EXTRACT	0	15	! Entry extracted by RETRIEVE
00163	  _CRASH_EXTRACT	0	16	! Entry extracted from a crash
00164	  _TOPS20_REC		0	17	! Entry recorded by TOPS-20
00165	  _BODY_FORMAT		0	18-20	! 1 WITH TOPS-20 REL 5
00166	  _HDR_FORMAT		0	21-23	! Currently only 1
00167	  _HDR_LENGTH		0	24-26	! 4 for Header format 1
00168	  _ENTRY_LENGTH		0	27-35	! Length of MAIN entry excluding HEADER
00169	  _ENTRY_DATE_TIME	1	0-35	! Date/Time in universal format
00170						!  LH = Days since 17 Nov 1858
00171						!  RH =
00172						!   TOPS-10  Local reference
00173						!     Time of day in JIFFIES
00174						!   TOPS-20  GMT reference
00175						!     Fractional part of day
00176	  _SYS_UPTIME		2	0-35	! Time since the system started
00177						!  Universal format - See above for RH
00178	  _SYS_SER_NUM		3	0-35	! System serial number (decimal)
00179	END HEADER
00180	
00181	!++
00182	!	The following entries are recorded by TOPS-10 via
00183	!	the DAEMON program. These define the body portion of
00184	!	the entry.
00185	!--
00186	
00187	!++
00188	!
00189	!	Reload information recorded by TOPS-10 systems whether or not
00190	!	an error occurred.
00191	!
00192	!--
00193	
00194	ENTRY  TOPS10
00195	 001	SYSTEM_RELOAD_10
00196	  SYS_NAME		0	0-35	!System name in ASCIZ (5 words 0:4).
00197	  SYS_BUILD_DATE	5	0-35	!System build date in ASCIZ (2 words 5:6).
00198	  SYS_STATES_WORD	7	0-35	!Bits indicating software state.
00199	  MONITOR_VERSION	8	0-35	!Funny format showing major, minor
00200						!version, and edit number.
00201	  CPU_SERIAL_NUMBER	9	0-35	!CPU which reloaded system as opposed
00202						!to CPU logging an error.
00203	  WHY_RELOAD_CODE	10	0-35	!Major reason-type supplied by operator
00204						!when reloading. (SIXBIT)
00205	  OPERATOR_COMMENTS	11	0-35	!Additional comments on why reloaded.
00206	  UNLIKELY_CODE		12	0-17	!Just a 707070 for validity-check.
00207	!Undefined		12	18-34
00208	  BIT_PER_PAGE_FLAG 	12	35	!Flag for NXM table.
00209	  NXM_TAB		13	HEAD-F	!Pointer to NXM table.
00210	END ENTRY
00211	
00212	!++
00213	!
00214	!	Information from TOPS-10 when a recoverable stopcode is detected.
00215	!
00216	!--
00217	
00218	ENTRY  TOPS10
00219	 002	MONITOR_BUG_DATA_10
00220	  SYS_NAME		0	0-35	!System name in ASCIZ (five words 0:4)
00221	  SYS_BUILD_DATE	5	0-35	!System build date in ASCIZ (2 words 5:6)
00222	  CPU_SERIAL_NUMBER	7	0-35	!CPU which detected error.
00223	  MONITOR_VERSION	8	0-35	!Funny format showing major, minor
00224						!version, and edit number.
00225	  STOP_BUG_NAME		9	0-35	!Stopcode name in SIXBIT.
00226	  JOB_NUMBER		10	0-35	!Job active at time of occurrance.
00227	  TERMINAL_NUMBER	11	0-35	! Terminal of job.
00228	  PROGRAM_NAME		12	0-35	! Name of job user was running.
00229	  USER_ID		13	0-35	! PPN of user.
00230	  JOB_STOP_TALLY	14	0-35	!Total number of JOB STOPCDS.
00231	  CHECK_TALLY		15	0-35	!Total number of DEBUG STOPCDS.
00232	  SAVED_ACS		16	BODY-F	!Contents of AC at time of error.
00233						!WORDS 16-31
00234	  PI_STATUS		32	0-35	!CONI PI at time of STOPCODE.
00235	END ENTRY
00236	
00237	!++
00238	!	Obsolete CPU memory parity error entry for KA10, KI10
00239	!--
00240	
00241	ENTRY  TOPS10
00242	 003	OLD_CPU_MEM_PAR_ERR_10		!Obsolete
00243	  CPU_NAME		0	0-35	!Name of device in SIXBIT
00244	  TOTAL_SINCE_RELOAD	1	0-35	!Count of NXMs.
00245	  SPUR_SINCE_RELOAD	2	0-35	!Count of spurious NXMs.
00246	  CONTINUE_COUNT	3	0-35	!Number of continues after MPE halts
00247	  PROGRAM_COUNTER	4	0-35	!PC at MPE interrupt
00248	  FIRST_CONTENTS	5	0-35	!Of this sweep.
00249	  FIRST_ADDRESS		6	0-35	!Of this sweep.
00250	  PAR_SWEEP_DATA	7	HEAD-F	!pointer to %CCPAR sub-table.
00251	  TOP_TEN,_BAD_ADD	8	HEAD-F	!Pointer to %CCMPT sub-table.
00252	  USER_ID		9	0-35	!PPN of user running at interrupt
00253	  PROGRAM_NAME		10	0-35	!In SIXBIT
00254	END ENTRY
00255	
00256	!++
00257	!	Obsolete NXM error interrupt for KA10 and KI10
00258	!--
00259	
00260	ENTRY  TOPS10
00261	 004	OLD_CPU_NXM_ERR_10			!Obsolete
00262	  CPU_NAME		0	0-35	!Physical CPU name in SIXBIT
00263	  TOTAL_SINCE_RELOAD	1	0-35	!Count of NXMs.	
00264	  SPUR_SINCE_RELOAD	2	0-35  	!Count of spurious NXMs.
00265	  PROGRAM_COUNTER	3	0-35	!PC at NXM interrupt
00266	  JOB_AFFECTED_COUNT	4	0-35	!Number of jobs affected by NXM
00267	  FIRST_ADDRESS		5	0-35	!Physical address of NXM
00268	  LAST_ADDRESS		4	0-35	!Of this sweep.
00269	  RELATIVE_ADDRESS	7	0-35	!Relative address of NXM in segment
00270	  TOTAL_THIS_SWEEP	8	0-35	!# of NXM's seen on last sweep
00271	  TOTAL_SWEEPS		9	0-35	!Number of sweeps  looking for NXM's
00272	  ENABLED_COUNT		10	0-35	!# Of user enabled NXM's
00273	  ADDRESS_AND		11	0-35	!Logical and of bad addresses.
00274	  ADDRESS_OR		12	0-35	!Logical OR or bad addresses.
00275	  SEEN_BY_CHANNEL	13	0-35	!Count of NXMs seen by channel.
00276	  UNLIKELY_CODE		14	0-17  	!Just a 707070 for validity-check.
00277	!Undefined		14	18-34
00278	  BIT_PER_PAGE_FLAG 	14	35	!Flag for NXM table.
00279	  NXM_TAB,_BEFORE_ERR	15	HEAD-F	!PTR TO NXM TABLE BEFORE ERROR
00280	  NXM_TAB,_AFTER_ERR	16	HEAD-F	!PTR TO NXM TABLE AFTER ERROR
00281	  TOP_TEN,_BAD_ADD	17	HEAD-F	!PTR TO LIST OF NXM ADDRESSES
00282	  USER_ID		18	0-35  	! PPN of user.
00283	  PROGRAM_NAME		19	0-35  	! Name of job user was running.
00284	END ENTRY
00285	
00286	!++
00287	!	Information extracted from a TOPS-10 crash. Names are meaningful
00288	!	to monitor programmers and are left in their original condition.
00289	!--
00290	
00291	ENTRY  TOPS10
00292	 005	EXTRACTED_CRASH_INFO_10
00293	  CRASH_STR	0	0-35	!STR name for source of CRASH.EXE
00294	  CINSEC	1	0-35	!System wide error count
00295	  CINPTR	2	0-35	!Pntr for GETTABS
00296	  CINTIM	3	0-35	!Time of day
00297	  CINSIZ	4	0-35	!system memory size
00298	  CINPOK	5	0-35	!last addr poked
00299	  CINLNM	6	0-35	!# jobs logged in
00300	  CINTIC	7	0-35	!# ticks per second
00301	  CINVER	8	0-35	!monitor version
00302	  CINDBG	9	0-35	!DEBUG status word
00303	  CINHSO	10	0-35	!Start of monito high seg
00304	  CINNWC	11	0-35	!# of words of core
00305	  CINUPT	12	0-35	!Uptime in ticks
00306	  CINMMS	13	0-35	!Memory size
00307	  CINTPE	14	0-35	!Totlal mem par errors
00308	  CINSPE	15	0-35	!Total spurious parity errors
00309	  CINMPC	16	0-35	!Multiple parity errors
00310	  CINMPA	17	0-35	!Last parity addr
00311	  CINMPW	18	0-35	!Last parity word
00312	  CINMPP	19	0-35	!Last parity PC
00313	  CINEPO	20	0-35	!# UNREC EXEC PDL OV
00314	  CINEPP	21	0-35	!# RECOVERED EXEC PDL OV
00315	  CINERC	22	0-35	!SWAP ERROR COUNT
00316	  CINDEL	23	0-35	!DISABLED ARDWARE ERROR COUNT
00317	  CINSPC	24	0-35	!LAST STOPCD
00318	  CINNDS	25	0-35	!# DEBUG STOPCDS
00319	  CINNJS	26	0-35	!# JOB STOPCDS
00320	  CINSJN	27	0-35	!LAST STOPCD-JOB NUMBER
00321	  CINSPN	28	0-35	!LAST STOPCD-PROGRAM NAME
00322	  CINSUU	29	0-35	!LAST STOPCD-UUO
00323	  CINSPP	30	0-35	!LAST STOPCD-PPN
00324	  CINPAR	31	0-35	!PARITY SUBTABLE
00325	  CINPLA	32	0-35	!**HIGHEST ADDR OF PARITY ERROR
00326	  CINPMR	33	0-35	!**ADDRES IN SEGMENT OF PAR ERR
00327	  CINPTS	34	0-35	!**PAR ERRORS THIS SWEEP
00328	  CINPSC	35	0-35	!**#SWEEPS
00329	  CINPUE	36	0-35	!**USER ENABLED
00330	  CINPAA	37	0-35	!**LOGICAL AND  OF ADDR
00331	  CINPAC	38	0-35	!**LOGICAL AND OF WORDS
00332	  CINPOA	39	0-35	!**LOG OR OF ADDR
00333	  CINPOC	40	0-35	!**LOG OR OF DATA
00334	  CINPCS	41	0-35	!**COUNT OF SPUR CHANNEL ERROS
00335	  CINRSP	42	0-35	!ADDR OF RESPONSE SUBTABLE
00336	  CINRSO	43	0-35	!**SUM TTY OUT UUO RES
00337	  CINRNO	44	0-35	!**NUM TTY OUT UUO
00338	  CINRHO	45	0-35	!**HI-SUM SQ TTY OUT UUO
00339	  CINRLO	46	0-35	!**LO-SUM	"   "
00340	  CINRSI	47	0-35	!**SUM TTY INP UUO
00341	  CINRNI	48	0-35	!**NUMBER TTY INP UUO
00342	  CINRHI	49	0-35	!**HI-SUM SQ TTY INP UUO
00343	  CINRLI	50	0-35	!**LO-SUMSQ TTY INP UUO
00344	  CINRSR	51	0-35	!**SUM QUANTUM REQ RES
00345	  CINRNR	52	0-35	!**NUMBER QUANTUM REQ RES
00346	  CINRHR	53	0-35	!**HI-SUM SQ QUANTUM RES
00347	  CINRLR	54	0-35	!**LO-SUM SQ QUANTUM REQ RES
00348	  CINRSX	55	0-35	!**SUM ONE OF ABOVE
00349	  CINRNX	56	0-35	!**NUMBER ONE OF ABOVE
00350	  CINRHX	57	0-35	!** HI-SUM SQ ONE OF ABOVE
00351	  CINRLX	58	0-35	!**LO-SUM SQ ONE OF ABOVE
00352	  CINRSC	59	0-35	!**SUM CPU RES
00353	  CINRNC	60	0-35	!**NUMBER CPU RES
00354	  CINRHC	61	0-35	!**HI-SUM CPU RES
00355	  CINRLC	62	0-35	!**LO-SUM CPU RES
00356	  CINUPT	63	0-35	!UPTIME
00357	  CINLST	64	0-35	!LOST TIME
00358	  CINNUL	65	0-35	!NULTIME
00359	  CINOHT	66	0-35	!OVERHEAD TIME IN JIFFIES
00360	  CINTUC	67	0-35	!TOTAL UUO COUNT
00361	  CINTJC	68	0-35	!TOTAL JOB CONTEXT SWITCH COUNT
00362	  CINTNE	69	0-35	!TOTAL NXM
00363	  CINSNE	70	0-35	!TOTAL SPUR NXM
00364	  CINNJA	71	0-35	!# JOBS AFFECTED LAST NXM
00365	  CINMNA	72	0-35	!FIRST ADDR LAST NXM
00366	  CINUNI	73	0-35	!CNT OF DISK INFO BLOCKS IN THIS ENTRY
00367	END ENTRY
00368	
00369	!++
00370	!	Channel information (DF10) for non-massbus DMA devices
00371	!	(Not supported by SPEAR)
00372	!--
00373	
00374	ENTRY  TOPS10
00375	 006	CHANNEL_ERROR_REPORT_10
00376	  DEVICE_NAME		0	0-35	!DEVICE USING CHAN AT ERROR IN SIXBIT
00377	  NXM_OVRN_COUNT	1	0-35	!# OF NXM'S AND OVERRUNS FOR THIS CHAN
00378	  CHN_MEM_PAR_COUNT	2	0-35	!# OF MPE'S FOR THIS CHAN
00379	  CHN_DEV_PAR_COUNT	3	0-35	!# OF DEVICE DPE'S FOR THIS CHAN
00380	  INITIAL_CONTROL_WORD	4	0-35	!INITIAL CONTROL WORD
00381	  TERMINATION_WORD	5	0-35	!TERMINATION WORD
00382	  LAST_CW_MINUS_2	6	0-35	!FINAL CONTROL WD -2
00383	  LAST_CW_MINUS_1	7	0-35	!FINAL CONTROL WD -1
00384	  LAST_CW		8	0-35	!FINAL CONTROL WD
00385	  LAST_DATA_MINUS_2  	9	0-35	!LAST DATA WD -2
00386	  LAST_DATA_MINUS_1	10	0-35	!LAST DATA WD -1
00387	  LAST_DATA		11	0-35	!LAST DATA WD
00388	  EXPECTED_TERMINATION	12	0-35	!EXPECTED TERMINATION WD
00389	END ENTRY
00390	
00391	!++
00392	!	Time stamp indicating DAEMON has started running
00393	!--
00394	
00395	ENTRY  TOPS10
00396	 007	DAEMON_STARTED_10
00397	  DAE_VERSION	0	0-35	!DAEMON version
00398	END ENTRY
00399	
00400	!++
00401	!	Information about an error in a non-massbus DMA device in TOPS-10
00402	!	(Not supported in SPEAR). This applies to RP10 and RC10 controllers.
00403	!--
00404	
00405	ENTRY  TOPS10
00406	 010	OLD_DISK_ERR_10
00407	  HDENAM		0	0-35	!PHYSICAL UNIT NAME IN SIXBIT
00408	  HDEHID		1	0-35	!HOME BLOCK ID(PACK ID)
00409	  HDEHCT		2	0-35	!# OF HARD ERRORS ON THIS UNIT
00410	  HDESCT		3	0-35	!# OF SOFT ERRORS ON THIS UNIT
00411	  HDEECT		4	0-35	!LH = 1B0  IF LATER WON 1ST TIME
00412						! = 	1B1 IF ERROR WAS HARD
00413						! = 	1B2 IF HUNG DEVICE
00414						!RH 	= # OF RETRIES
00415	  HDESOF		5	0-35	!STATUS AT ERROR
00416	  CONI_RP10		5	0-35	!Used by SUMMARIZE
00417	  HDEERR		6	0-35	!STATUS AFTER RETRY WHICH WON
00418	  HDESDI		7	0-35	!DATAI AT ERROR
00419	  HDEHDI		8	0-35	!DATAI AFTER RETRY WHICH WON
00420	  HDEHBN		9	0-35	!LOGICAL BLOCK NUMBER OF ERROR
00421	  HDEMCT		10	0-35	!SOFTWARE DETECTED ERROR CNTS
00422	  UNISER		10	0-11	!sat errors
00423	  UNIRER		10	12-23	!RIB ERRORS
00424	  UNICER		10 	24-35	!CHECKSUM ERRORS
00425	  HDEPCT		11	0-35	!# OF SEEK INCOMPLETES
00426	  HDEHNG		12	0-35	!# OF UNIT HUNGS
00427	  UNINTH		12	0-8	!# OF NTHUNG
00428	  UNITHU		12	9-17	!# OF THUNG
00429	  UNIPHU		12	18-26	!# OF PHUNG
00430	  UNISHU		12	27-35	!# OF SHUNG
00431	  HDETRC		13	0-35	!# OF BLOCKS READ ON THIS UNIT
00432	  HDETWC		14	0-35	!# OF BLOCKS WRITTEN ON THIS UNIT
00433	  HDETSC		15	0-35	!# OF SEEKS ON THIS UNIT
00434	  HDEDCR		16	0-35	!RESULTS OF A DSKCHR UUO FOR THIS UNIT
00435	  CONTROLLER_TYPE	16	21-26   ! As follows
00436						!  1 -- RC10
00437						!  2 -- RP10
00438	  CONTROLLER_NUMBER	16	27-29
00439	  UNIT_TYPE		16	30-32   ! As follows
00440						! CONTROLLER  UNIT    TYPE
00441						!   FIELD     FIELD
00442						!     1         0     RD10
00443						!     1         1     RM10B
00444						!     2         1     RP02
00445						!     2         2     RP03
00446	  HDELOG		17	0-35	!LOGICAL NAME IN SIXBIT
00447	  HDECCT		18	0-35	!LH = # OF SLOTS LEFT IN BAT
00448						!   	RH = # OF CHAN TERM WD FAILURES
00449	  HDEFIL		19	0-35	!FILE NAME IN SIXBIT
00450	  HDEEXT		20	0-35	!FILE EXTENTION IN SIXBIT
00451	  HDEUID		21	0-35	!PPN OF USER
00452	  HDEPGM		22	0-35	!PROGRAM NAME IN SIXBIT
00453	END ENTRY
00454	
00455	WORD_10 TOPS10			! From above
00456	 CONI_RP10
00457	  RP10_CTL_PAR		14              ! Control word parity error
00458	  RP10_SEC_PAR		15              ! Sector parity error
00459	  RP10_MEM_PAR  	16              ! Channel data parity error
00460	  RP10_WRD_PAR  	17              ! Disk word parity error
00461	  RP10_PWR_FAL  	20              ! Power fail
00462	  RP10_SRH_ERR  	21              ! Search error
00463	  RP10_OVR_RUN  	22              ! Overrun (data late)
00464	  RP10_NXM  		23              ! No such memory
00465	  RP10_NOT_RDY  	25              ! Not ready
00466	  RP10_ILL_WRT  	26              ! Illegal write
00467	  RP10_ILL_DTO  	27              ! Illegal DATAO
00468	  RP10_SEC_ADD  	28              ! Sector address error
00469	  RP10_SUR_ADD		29              ! Surface address error
00470	END WORD_10	
00471	
00472	
00473	!++
00474	!
00475	!	TOPS-10 - ERROR CODE 11 ENTRY - Massbus device error
00476	!
00477	!--
00478	
00479	ENTRY  TOPS10
00480	 011	MASSBUS_ERR_10
00481	  DEV_NAM		0	0-35	! Device name (SIXBIT)
00482	  VOL_ID		1	0-35	! Media identification (SIXBIT)
00483	  STR_NAME		2	0-35	! Structure ID (SIXBIT)
00484	  LBN			3	0-35	! Logical block number
00485	  FINAL_ERR_STATE	4	0-35	! Final error state from TOPS-10
00486	  HARD			4	1	! Hard error - non-recoverable
00487	  SUM_HARD		4       1	! Used by summary to indicate hard/soft
00488	  HUNG_DEVICE		4	2	!
00489	! Unknown		4	3-4	!
00490	  CHAN_ADDR		4	5-11	! Physical controller addr
00491	  RH_CHAN_TYPE		4	12-14	! Controller type (001 = RH10)
00492	  CTRL_NUMBER		4	15-17	! Controller number
00493	  RETRY_CNT		4	18-35	! # of retries performed for this error
00494	  CONI_INITIAL		5	0-35	! Controller status at error
00495	  RHCS2_ERR             5       2-17    ! Control and Status 2 for RH11
00496	  RHCS1_ERR             5       20-35   ! Control and Status 1 for RH11
00497	  CONI_FINAL		6	0-35	! Controller status at end
00498	  SAT_ERRORS		7	0-11	! SAT error count	{
00499	  RIB_ERRORS		7	12-23	! RIB error count	{ UNIMCT
00500	  CHKSM_ERRORS		7	24-35	! Checksum error count	{
00501	  SEEK_INC_CNT		8	18-35	! Seek imcomplete count - UNIPCT
00502	  NTHUNG_CNT		9	0-8	! NTHUNG count	{
00503	  THUNG_CNT		9	9-17	! THUNG count	{ UNIHNG
00504	  PHUNG_CNT		9	18-26	! PHUNG count	{
00505	  SHUNG_CNT		9	27-35	! SHUNG count	{
00506	  FILE_NAME		10	0-35	! File name (SIXBIT)
00507	! Unused		11	0-17	!
00508	  FILE_NAME_EXT		11	18-35	! File name extension (SIXBIT)
00509	  PROJ_PROG_NO		12	0-35	! LH - Project number
00510						! RH - Programmer number
00511	  PROGRAM_RUN		13	0-35	! Program name (SIXBIT)
00512	  RH_DATI_TCR_ERR	14	0-35	! DATAI from RH10 control reg
00513						!  at error time
00514	  UBA_STATUS_ERR	14	18-35	! IF RH11
00515	  RH_DATI_TCR_END	15	0-35	! DATAI from RH10 control reg
00516						!  after last retry
00517	  RH_DATI_BAR_ERR	16	0-35	! DATAI from RH10 block address
00518						!  register at error time
00519	  RH_DATI_BAR_END	17	0-35	! DATAI from RH10 block address
00520						!  register after last retry
00521	  MB_DEV, ICE_REG	18	BODY-F	! ***** MB REGISTERS *****
00522						!	  18 - 33
00523	! Unused		34	0-17	!
00524	  LAST_CMD		34	18-35	! Last command issued to unit
00525						!  before error occurred
00526	! Unknown		35	0-8	!
00527	  BAT_FREE		35	9-17	! # of free slots left in BAT block
00528						!  777 = Unknown
00529	! Unknown		35	18-26	!
00530	  CCW_FAIL_CNT		35	27-35	! # of CCW termination word failures
00531	END ENTRY
00532	
00533	!++
00534	!
00535	!	TOPS-10 - ERROR CODE 12 ENTRY - DX20 ERROR
00536	!
00537	!--
00538	
00539	ENTRY  TOPS10
00540	 012	DX20_ERR_10
00541	  DEV_NAM		0	0-35	!device name
00542	  MEDIAID		1	0-35	!media identification
00543	  CHAN_ADDR		2	0-17	! channel address
00544	  CHAN_TYPE		2	18-26	! CHANNEL TYPE
00545	  DEV_TYPE		2	27-35	!device type
00546	  ERR_LOCATION		3	0-35	!location of error
00547						!file,,record
00548	  FILE_IN_ERROR		3	0-17	!FILE IN ERROR
00549	  RECORD_IN_ERROR	3	18-35	! RECORD IN ERROR
00550	  FINAL_ERR_STATE	4	0-35	!final error state
00551	  SUM_HARD		4	1
00552	  NON_RECOVERABLE	4	1	! nonrecoverable error
00553	  CTRL_ADDR		4	5-11	!physical controller addr
00554	  CTRL_TYPE		4	12-14	!controller type
00555	  CTRL_NUMBER		4	15-17	!controller number
00556	  RETRY_CNT		4	18-35	!retry error count
00557	  CONI_INITIAL		5	0-35	!controller status at error
00558	  CONI_FINAL		6	0-35	!controller status at end
00559	  FRAMES_READ		8	0-35	!no. of frames read
00560	  FRAMES_WRITTEN	9	0-35	!no. of frames written
00561	  FILE_NAME		10	0-35	!file name
00562	  USER			11	0-35	![P,PN] of user making request
00563	  PROGRAM_RUN		12	0-35	!program name
00564	  RH_DATI_TCR_ERR	13	0-35	!datai from RH control reg at 
00565						!error time
00566	  RH_DATI_TCR_END	14	0-35	!datai from RH control reg 
00567						!at end of retry
00568	  RH_DATI_BAR_ERR	15	0-35	!datai from RH block address
00569						!register at error time
00570	  RH_DATI_BAR_END	16	0-35	!datai from RH block address
00571						!register at end of retry
00572	  SOFT_READ		17	0-35	! soft read errors
00573	  SOFT_WRITE		18	0-35	! SOFT WRITE ERROR
00574	  HARD_READ		19	0-35	! HARD READ ERROR
00575	  HARD_WRITE		20	0-35	! HARD WRITE ERROR
00576	  FILE_POSITION		21	0-35	!
00577	  ERR_RECORD		22	0-35	!
00578	  CHAN_LOGOUT_0		23	0-35	!
00579	  CHAN_LOGOUT_1		24	0-35	!
00580	  CHAN_LOGOUT_2		25	0-35	!
00581	  CCW1			26	0-35	!
00582	  CCW2			27	0-35	!
00583	  MPE_CNT		28	0-35	!
00584	  NXM_CNT		29	0-35	!
00585	  SOFT_POS_ERR		30	0-35	! SOFT POSITIONING ERRORS
00586	  HARD_POS_ERR		31	0-35	! HARD POSITIONING ERRORS
00587	  OVERRUN_ERR		32	0-35	!
00588	  INIT_CNTRL_REG	33	0-35	! INITIAL CONTROL REGISTER
00589	  MICRO_CODE_VER_NO	34	0-35	!
00590	! ***** POINTERS TO SUB-BLOCKS *****
00591	  DX20_MASSBUS_REG	35	MAIN+F	! Pointer to MASSBUS registers
00592						!  +LENGTH,,OFFSET
00593	  DX20_DEVICE_REG	36	MAIN+F	! Pointer to device registers
00594						!  +LENGTH,,OFFSET
00595	END ENTRY
00596	
00597	!++
00598	!	Information recorded by TOPS-10 when a significant software event
00599	!	takes place. May or may not be an error.
00600	!--
00601	
00602	ENTRY  TOPS10
00603	 014	SOFTWARE_EVENT_10
00604	  EVENT_CODE		0	0-35	!EVENT CODE
00605	  JOB_NUMBER		1	0-35	!JOB NUMBER
00606	  USER_ID		2	0-35	!USERS PPN
00607	  PROGRAM_NAME		3	0-35	!PROGRAM NAME IN SIXBIT
00608	  TERMINAL_LOC		4	0-35	!TTY LOCATION
00609	  NODE_NUMBER		4	0-11	!OCTAL NODE #
00610	  LINE_NUMBER		4	12-23	!OCTAL LINE #
00611	  TERMINAL_NUMBER	4	24-35	!OCTAL TTY #
00612	  DATA_POINTER		5	0-35	!POINTER TO DATA
00613					!- # OF ITEMS,,OFFSET FROM SWECOD
00614	END ENTRY
00615	
00616	!VALUES
00617	! SWECOD
00618	!  SWEPOK	1	!EVENT WAS A POKE
00619	!  SWESNP	2	!EVENT WAS A SNOOP
00620	!  SWETRP	3	!EVENT WAS A TRPSET
00621	!  SWERTT	4	!EVENT WAS A RTTRAP
00622	!  SWEMS1	5	!MISC. EVENT 1
00623	!  SWEMS2	6	!MISC. EVENT 2
00624	!END VALUES
00625	
00626	!++
00627	!	Information recorded by TOPS-10 when some part of the configuration
00628	!	changes status. This is not an error.
00629	!--
00630	
00631	ENTRY  TOPS10
00632	 015	CONFIG_CHANGE_10
00633	  DEVICE_NAME_1		0	0-35	!SIXBIT UNIT NAME 
00634	  NXM_TAB,_BEFORE	0	HEAD-F	!PTR TO NXM TABLE
00635	  					!-LENGTH,,OFFSET FROM HEADER WD 0
00636	  TIME_CHANGE		0	0-35	!AMOUNT OF TIME CHANGE IN JIFFIES
00637	  NODE_NUMBER		0	0-35	!NODE NUMBER
00638	  DEVICE_NAME_2		1	0-35	!SIXBIT UNIT NAME 
00639	  NXM_TAB,_AFTER	1	HEAD-F	!PTR TO NXM TABLE
00640						!-LENGTH,,OFFSET FROM HEADER WD 0
00641	  DATE_TIME		1	0-35	!CURRENT DATE/TIME
00642	  NODE_NAME		1	0-35	!SIXBIT NODE NAME
00643	  CHANGE_REASON		2	0-11	!SIXBIT REASON ANSWER
00644	  COMMAND_CODE		2	12-17	!COMMAND CODE
00645						!ATTACH = 0
00646						!DETACH = 1
00647						!EXCHANGE = 2
00648						!DATE/TIME CHANGE = 3
00649						!SET CPU OFFLINE = 4
00650						!SET CPU ONLINE = 5
00651						!NODE OFFLINE = 6
00652						!NODE ONLINE = 7
00653						!OPR SET MEM ONLINE = 10
00654						!OPR SET MEM OFFLINE = 11
00655						!MONITOR SET MEM OFFLINE = 12
00656	  BIT_PER_PAGE_FLAG	2	35	!RH = 1B35 IF 1 PAGE PER BIT
00657	END ENTRY
00658	
00659	!++
00660	!	System log entry
00661	!--
00662	
00663	ENTRY  TOPS10
00664	 016	SYS_ERROR_LOG_10
00665	  ERROR_LOG		0	BODY-F	!
00666	END ENTRY
00667	
00668	!++
00669	!	Information recorded by TOPS-10 when a temporary monitor patch
00670	!	wants to save data in the event file. This may or may not be
00671	!	an error. The programmer responsible for the patch is the only
00672	!	one who knows.
00673	!--
00674	
00675	ENTRY  TOPS10
00676	 017	SOFTWARE_REQ_DATA_10
00677	  DEBPTR	0	0-35		!PNTR WORD TO SAVED DATA
00678						!-LENGTH,,OFFSET FROM HEADER WD 0
00679	END ENTRY
00680	
00681	!++
00682	!	Obsolete entry for older versions of TOPS-10 (before 6.02) when
00683	!	a tape error is detected.
00684	!--
00685	
00686	ENTRY  TOPS10
00687	 020	OLD_TAPE_ERR_10
00688	  MAGNAM	0	0-35		!DEVICE NAME IN SIXBIT
00689	  MAGRID	1	0-35		!REELID IN SIXBIT
00690	  MAGFFB	2	0-35		!# OF FILES FROM BOT AT ERROR
00691	  MAGRFF	3	0-35		!# OF RECORDS FROM LAST EOF AT ERROR
00692	  MAGICC	4	0-35		!CONI MTC AT ERROR
00693	  MAGICS	5	0-35		!CONI MTS AT ERROR
00694	  MAGFCC	6	0-35		!CONI MTC AFTER RETRY
00695	  MAGFCS	7	0-35		!CONI MTS AFTER RETRY
00696	  MAGRTC	8	0-35		!LH = 1B1 IF NON-RECOVERABLE
00697						!RH = RETRY COUNT
00698	  MAGMED	9	0-35		!-1 IF TENTH ERROR SINCE LAST UNLOAD
00699	END ENTRY
00700	
00701	!++
00702	!
00703	!	 ERROR CODE 21 ENTRY tape error
00704	!
00705	!--
00706	
00707	ENTRY  TOPS10
00708	 021	TAPE_ERR_10
00709	  DEV_NAM		0	0-35	! LOGICAL NAME OF DEVICE (SIXBIT)
00710	  MEDIAID		1	0-35	! TAPE REEL  IDENTIFICATION
00711						! FROM THE /REEL ID: PART OF MOUNT
00712						! COMMAND. (SIXBIT)
00713	  FILE_IN_ERROR		2	0-35	! NUMBER OF FILES FROM BOT AT ERROR 
00714	  RECORD_IN_ERROR	3	0-35	! NUMBER OF RECORDS FROM LAST EOF
00715						! AT ERROR
00716	  CNTRLLER_REG		4	0-35	! RETRY WORD - GIVES THE INFO
00717						! REGARDING TYPE OF MASSBUS AND
00718						! TAPE CONTROLLER NUMBER
00719	  SUM_HARD		4	1	! LH = 1B1  IF NON-RECOVERABLE
00720	  HARD			4       1	!
00721	  RH20_FLAG		4	11	! 1B11  IF RH20
00722	  CONTROLLER_TYPE	4	12-14   ! BITS 11  12  13  14
00723						!       0   0   0   0 = TM10A
00724						!       0   0   0   1 = TM10B
00725						!       0   0   1   0 = TC10C
00726						!       0   0   1   1 = DX10
00727						!	0   1   0   0 = RH10-TM02
00728						!	0   1   0   1 = RH11-TM02
00729						!	0   1   1   1 = TM78
00730						!	1   1   0   0 = RH20-TM02
00731						!	1   1   1   0 = RH20-DX20
00732						!       1   1   1   1 = RH20-TM78
00733						!	RH = RETRY COUNT
00734						!
00735	  FRAME_IN_ERR		5	0-35	! NUMBER OF TAPE FRAMES/CHARACTERS
00736						!  INTO RECORD WHEN ERROR OCCURRED
00737	  REG_BEFORE_ERR	6	0-35	! BITS 18-36 GIVE THE NUMBER OF 
00738						! FILES FROM BOT BEFORE ERROR
00739						! AND BITS 0-17 GIVE 
00740						! THE NUMBER OF RECORDS FROM
00741						! LAST EOF BEFORE ERROR
00742	  FINAL_ERR_STATUS	7	0-35	! FINAL ERROR STATUS
00743	
00744	  CSB_TM10, _AT_ERR	8	HEAD-F	! Pointers to controller status block
00745	  CSB_TM78, _AT_ERR	8	HEAD-F	! Pointers to controller status block
00746	  CSB_DX10, _AT_ERR	8	HEAD-F	! Pointers to controller status block
00747	  CSB_TM02, _AT_ERR	8	HEAD-F	!   at error - - in the form	
00748						!   -LENGTH,,OFFSET FROM HEADER WORD 0
00749	  CSB_TM10, _AT_END	9	HEAD-F 	! Pointers to controller status 
00750	  CSB_TM78, _AT_END	9	HEAD-F 	! Pointers to controller status 
00751	  CSB_DX10, _AT_END	9	HEAD-F 	! Pointers to controller status 
00752	  CSB_TM02, _AT_END	9	HEAD-F	!   block after retry - - in the form
00753						!   -LENGTH,,OFFSET FROM HEADER WORD 0
00754	  PPN			10	0-35	! USER'S PROJECT/PROGRAMMER NO.
00755	  PROGRAM_NAME		11	0-35	! USER'S PROGRAM NAME WHEN ERROR 
00756						! OCCURRED
00757	! Additional TU78 definitions
00758	  REV_LEVEL_0_3		12	0-35	! Next 2 words are 9-bit bytes
00759	  REV_LEVEL_4_7		13	0-35
00760	  CONI_AT_ERR		14	0-35  
00761	  
00762	END ENTRY
00763	
00764	!++
00765	!	TOPS-10 front-end entry 
00766	!--
00767	
00768	ENTRY  TOPS10
00769	 030	FE_DEVICE_ERR_10
00770	  FE_DATA		0	BODY-F	!Common FE table data
00771	END ENTRY
00772	
00773	!++
00774	!	Information saved by TOPS-10 when the front end is reloaded.
00775	!--
00776	
00777	ENTRY  TOPS10
00778	 031	FE_RELOAD_10
00779	  FERNUM	0	0-35		!LH = CPU #
00780						!RH = DTE #
00781						!1B0 = MASTER DTE BIT
00782	  FERSTS	1	0-35		!RELOAD STATUS
00783						!1B0 = LOG REQUEST
00784						!1B2 = DUMP FAILED
00785						!1B3 = TO 10 ERROR DURING DUMP
00786						!1B4 = TO 11 ERROR PASSING BOOTSTRAP
00787						!1B6 = RELOAD FAILED
00788						!1B7 = POWER FAIL DID NOT SET
00789						!1B8 = POWER FAIL DID NO CLEAR
00790						!1B9 = ROM DID NOT SEND A DOORBELL
00791						!1B10 = BOOT DIDN'T MAKE IT TO THE 11
00792					!1B11 = 11 ROM DIDN'T CLR TO 11 DOORBELL
00793						!1B12 = TO 10 BYTE XFR FOR DUMP HUNG
00794						!1B13 = ENTER FAILURE FOR DUMP FILE
00795						!1B14 = OPEN FAILURE FOR DUMP DEVICE
00796						!1B15 = OUTPUT FAILURE FOR DUMP FILE
00797						!1B16 = TO 11 BYTE XFER TIMED OUT
00798						!177B35 = RETRY COUNT
00799	  FERFNM	2	MAIN$Z		!FILE NAME STRING POINTER
00800	  FERSIZ	3	0-35		!SIZE OF STRING
00801	END ENTRY
00802	
00803	!++
00804	!	Information saved by TOPS-10 when the KS10 halts
00805	!--
00806	
00807	ENTRY  TOPS10
00808	 033	KS_HALT_STATUS_10
00809	  HSBCOD	0	0-35	!HALT STATUS CODE (PHYSICAL LOCATION 0	0-35
00810	  HSBEPC	1	0-35	!PC AT ERROR (PHYSICAL LOCATION 1	0-35
00811	  KS_HS_BLOCK	2	BODY-F	!PTR TO HALT STATUS BLOCK
00812					!-LENGTH,,OFFSET FROM HSBCOD
00813	  HSBCBP	3	0-35	!PTR TO CLOCK STOP BLOCK (UNUSED	0-35
00814					!-LENGTH,,OFFSET FROM HSBCOD
00815	END ENTRY
00816	
00817	!++
00818	!	Obsolete set of disk statistics from TOPS-10. This is now recorded
00819	!	in entry 045.
00820	!--
00821	
00822	ENTRY  TOPS10
00823	 040	OLD_DISK_STATS_10
00824	  USCNAM	0	0-35	!DEVICE NAME IN SIXBIT
00825	  USCHID	1	0-35	!HOME BLOCK ID IN SIXBIT
00826	  USCHCT	2	0-35	!HARD ERROR COUNT
00827	  USCSCT	3	0-35	!SOFT ERROR COUNT
00828	  SEEK_INC_CNT	4	0-35	! Seek imcomplete count - UNIPCT
00829	  USCHNG	5	0-35	!HUNG COUNT
00830	  THUNG_CNT	5	9-17	! THUNG count	{ UNIHNG
00831	  PHUNG_CNT	5	18-26	! PHUNG count	{
00832	  SHUNG_CNT	5	27-35	! SHUNG count	{
00833	  USCMCT	6	0-35	!SOFTWARE ERROR COUNT
00834	  SAT_ERRORS	6	0-11	! SAT error count	{
00835	  RIB_ERRORS	6	12-23	! RIB error count	{ UNIMCT
00836	  CHKSM_ERRORS	6	24-35	! Checksum error count	{
00837	  USCBRC	7	0-35	!TOTAL BLOCKS READ IN BUFFERED MODE
00838	  USCBWC	8	0-35	!TOTAL BLOCKS WRITTEN IN BUFFERED MODE
00839	  USCDRC	9	0-35	!TOTAL BLOCKS READ IN DUMP MODE
00840	  USCDWC	10	0-35	!TOTAL BLOCKS WRITTEN IN DUMP MODE
00841	  USCMRC	11	0-35	!TOTAL BLOCKS READ BY MONITOR
00842	  USCMWC	12	0-35	!TOTAL BLOCKS WRITTEN BY MONITOR
00843	  USCICT	13	0-35	!TOTAL BLOCKS READ FOR SWAPPER
00844	  USCOCT	14	0-35	!TOTAL BLOCKS WRITTEN BY SWAPPER
00845	  USCMSC	15	0-35	!TOTAL SEEKS BY MONITOR
00846	  USCUSC	16	0-35	!TOTAL SEEKS FOR JOBS
00847	END ENTRY
00848	
00849	!++
00850	!
00851	!	TOPS-10 - ERROR CODE 41 ENTRY
00852	!
00853	!--
00854	
00855	ENTRY  TOPS10
00856	 041	OLD_TAPE_STATS_10
00857	  DEVICE_NAME		0	0-35	! device name
00858	  MEDIAID		1	0-35	! media identification
00859	  NO_FRAMES_READ	2	0-35	! number of frames read
00860	  NO_FRAMES_WRITTEN	3	0-35	! number of frames written
00861	  SOFT_READ_ERRORS	4	0-35	! 
00862	  HARD_READ_ERRORS	5	0-35	!
00863	  SOFT_WRITE_ERRORS	6	0-35	!
00864	  HARD_WRITE_ERRORS	7	0-35	!
00865	  PPN			8	0-35	! program,,programmer number
00866	  USER			9	0-35	! user making request
00867	END ENTRY
00868	
00869	!++
00870	!	 Tape statistics recorded by TOPS-10.
00871	!--
00872	
00873	ENTRY  TOPS10
00874	 042	TAPE_STATS_10
00875	  TPSNAM	0	0-35	!DEVICE NAME IN SIXBIT
00876	  TPSRID	1	0-35	!REELID IN SIXBIT
00877	  TPSWRC	2	0-35	!TOTAL # OF CHARACTERS READ
00878	  TPSWWC	3	0-35	!TOTAL # OF CHARACTERS WRITTEN
00879	  TPSSRE	4	0-35	!TOTAL # OF SOFT READ ERRORS
00880	  TPSHRE	5	0-35	!TOTAL # OF HARD READ ERRORS
00881	  TPSSWE	6	0-35	!TOTAL # OF SOFT WRITE ERRORS
00882	  TPSHWE	7	0-35	!TOTAL # OF HARD WRITE ERRORS
00883	  TPSPPN	8	0-35	!USER'S PPN
00884	  TPSLAB	9	0-35
00885	  TPSUSN	10	0-35
00886	  TPSUTP	11	0-35
00887	END ENTRY
00888	
00889	!++
00890	!	Disk statistics recorded by TOPS-10.
00891	!--
00892	
00893	ENTRY  TOPS10
00894	 045	DISK_STATS_10
00895	  DSCSBP	0	MAIN-F	!PTR TO SUBLOCKS
00896					!-#OF BLOCKS,,OFFSET FROM DSCSBP TO 1ST
00897	END ENTRY
00898	
00899	!++
00900	!	Information recorded by TOPS-10 when the DL10 communications
00901	!	subsystem detects an error.
00902	!--
00903	
00904	ENTRY  TOPS10
00905	 050	DL_HARDWARE_ERR_10
00906	  DLEPRT	0	0-35		!DL10 PORT WITH ERROR
00907	  DLECNI	1	0-35		!CONI DLC
00908	  DLEDTI	2	0-35		!DATAI DLC
00909	  DLECN0	3	0-35		!CONI DLB R=0
00910	  DLECN1	4	0-35		!CONI DLB R=1
00911	  DLECN2	5	0-35		!CONI DLB R=2
00912	  DLECN3	6	0-35		!CONI DLB R=3
00913	  DLEDT1	7	0-35		!DATAI DLB (R=1	0-35 MB
00914	  DLEPGM	8	0-35		!11 PROGRAM NAME
00915	  DLESTS	9	0-35		!SOFTWARE STATUS
00916	! DLEERR	10	0-35
00917	! DLERHS	11	0-35
00918	! DLECOD	12	0-35
00919	! DLEPER	13	0-35
00920	END ENTRY
00921	
00922	!++
00923	!	Obsolete parity error/NXM entry written by TOPS-1O for the
00924	!	KI10 processor.
00925	!--
00926	
00927	ENTRY  TOPS10
00928	 051	KI_PAR_NXM_INT_10
00929	  KIINAM	0	0-35	!CPU NAME IN SIXBIT
00930	  KIIPCI	1	0-35	!PC AT INTERRUPT
00931	  KIIAPR	2	0-35	!CONI APR AT INTERRUPT
00932	  KIIPII	3	0-35	!CONI PI AT INTERRUPT
00933	  KIIPPN	4	0-35	!PPN OF USER RUNNING AT INTERRUPT
00934	  KIIPGM	5	0-35	!SIXBIT PROGRAM NAME OF USER RUNNING AT INTERRUPT
00935	END ENTRY
00936	
00937	!++
00938	!
00939	!	The following describes the new KL-10 data parity trap
00940	!	and interrupt records for TOPS-10.
00941	!
00942	!--
00943	
00944	ENTRY  TOPS10
00945	 052	KL_PAR_NXM_INT_10
00946	  CPU_NAME		0	0-35	!In SIXBIT.
00947	  PROGRAM_COUNTER	1	0-35	!At time of interrupt.
00948	  APR_STATUS		2	0-35	!CONI APR at time of interrupt.
00949	  PI_STATUS		3	0-35	!CONI PI shows level of error.
00950	  RDERA_STATUS		4	0-35	!RDERA at time of interrupt.
00951	  SBDIAG_LIST		5	HEAD-F	!SBDIAGs at time of error.
00952	END ENTRY
00953	
00954	!++
00955	!	Obsolete NXM trap entry written by TOPS-10 for the KS10 processor.
00956	!--
00957	
00958	ENTRY  TOPS10
00959	 054	KS_NXM_TRAP_10
00960	  KSNNAM	0	0-35	!CPU NAME IN SIXBIT
00961	  KSNPCT	1	0-35	!PC AT TRAP
00962	  KSNPFW	2	0-35	!PAGE FAIL WORD
00963	  KSNPMA	3	0-35	!MAPPED PHYSICAL MEMORY ADDRESS AT TRAP
00964	  KSNBDW	4	0-35	!BAD DATA WORD
00965	  KSNPIT	5	0-35	!CONI PI AT TRAP
00966	  KSNPPN	6	0-35	!PPN OF USER THAT TRAPPED
00967	  KSNPGM	7	0-35	!PROGRAM NAME IN SIXBIT
00968	  KSNGDW	8	0-35	!GOOD DATA WORD
00969	  KSNRET	9	0-35	!RETRY WORD
00970				!1B0 =THIS IS A KS10
00971				!1B1 = NON-RECOVERABLE ERROR
00972				!27-35 = RETRY COUNT
00973	  KSNNRT	10	0-35	!NUMBER OF RECOVERABLE TRAPS SINCE LAST RELOAD
00974	  KSNNNT	11	0-35	!NUMBER OF NON-RECOVERABLE TRAPS SINCE LAST RELOAD
00975	END ENTRY
00976	
00977	!++
00978	!
00979	!	The following describes the new KL-10 data parity trap
00980	!	and interrupt records for TOPS-10.
00981	!
00982	!--
00983	
00984	ENTRY  TOPS10
00985	 055	KL_OR_KS_PAR_TRAP_10
00986	  CPU_NAME		0	0-35	!In SIXBIT.
00987	  PROGRAM_COUNTER	1	0-35	!At time of interrupt.
00988	  PAGE_FAIL_WORD	2	0-35	!Includes address and PF code.
00989	  PHYS_ADDRESS		3	0-35	!of trap.
00990	  BAD_WORD		4	0-35	!Contents of word before recovery.
00991	  PI_STATUS		5	0-35	!CONI PI shows level of error.
00992	  USER_ID		6	0-35	!PPN of user at time of trap.
00993	  PROGRAM_NAME		7	0-35	!of current user at time of trap.
00994	  GOOD_WORD		8	0-35	!Contents of word after recovery.
00995	  NOT_KL_FLAG		9	0	!Set if this is KS10.
00996	  NOT_RECOVERED_FLAG	9	1	!Set by monitor when can't recover.
00997	  CACHE_FAILED_FLAG	9	2	!When read from memory OK.
00998	  CACHE_USE_FLAG	9	3	!Set when cache was on at time.
00999	  SWEEP_FLAG		9	4	!If error during cache sweep.
01000	  CACHE_DISABLED	9	5	!If cache was disabled.
01001	!undefined		9	6-17
01002	  CACHE_ON_COUNT	9	18-26	!Count of errors with cache on.
01003	  CACHE_OFF_COUNT	9	27-35	!Count of errors with cache off.
01004	  RECOVERED_COUNT	10	0-35	!Count of recoverable trap errors.
01005	  NOT_RECOVERED_COUNT	11	0-35	!Count of non-recoverable errors.
01006	END ENTRY
01007	
01008	!++
01009	!
01010	!	The following describes the new KL-10 interrupt and trap
01011	!	sweep entries.
01012	!
01013	!--
01014	
01015	ENTRY  TOPS10
01016	 056	NXM_MEMORY_SWEEP_10
01017	  CPU_NAME		0	0-35	!In SIXBIT.
01018	  TOTAL_SINCE_RELOAD	1	0-35	!Count of NXMs.
01019	  SPUR_SINCE_RELOAD	2	0-35	!Count of spurious NXMs.
01020	  FIRST_ADDRESS		3	0-35	!Of this sweep.
01021	  LAST_ADDRESS		4	0-35	!Of this sweep.
01022	!obsolete for compat.	5	0-35
01023	  TOTAL_THIS_SWEEP	6	0-35
01024	!same as word 1 ??	7	0-35
01025	!obsolete for compat.	8	0-35
01026	  ADDRESS_AND		9	0-35	!Logical and of bad addresses.
01027	  ADDRESS_OR		10	0-35	!Logical OR or bad addresses.
01028	  SEEN_BY_CHANNEL	11	0-35	!Count of NXMs seen by channel.
01029	!undefined		12	0-34
01030	  BIT_PER_PAGE_FLAG	12	35	!Flag for NXM table
01031	  NXM_TAB,_BEFORE_ERR	13	HEAD-F	!
01032	  NXM_TAB,_AFTER_ERR	14	HEAD-F	!
01033	  TOP_TEN,_BAD_ADD	15	HEAD-F	!
01034	END ENTRY
01035	
01036	ENTRY  TOPS10
01037	 057	PAR_MEMORY_SWEEP_10
01038	  CPU_NAME		0	0-35	!In SIXBIT.
01039	  TOTAL_SINCE_RELOAD	1	0-35	!Count of parity errors.
01040	  SPUR_SINCE_RELOAD	2	0-35	!Count of spurious parity errors.
01041	  FIRST_CONTENTS	3	0-35	!Of this sweep.
01042	  FIRST_ADDRESS		4	0-35	!Of this sweep.
01043	  PAR_SWEEP_DATA	5	HEAD-F	!pointer to %CCPAR sub-table.
01044	  TOP_TEN,_BAD_ADD	6	HEAD-F	!Pointer to %CCMPT sub-table.
01045	END ENTRY
01046	
01047	!++
01048	!	Obsolete entry written by TOPS-10 for the KL10 processor with
01049	!	a parity error interrupt.
01050	!--
01051	
01052	ENTRY  TOPS10
01053	 060	OLD_CPU_PAR_INT_10
01054	  KDINAM	0	0-35	!CPU NAME IN SIXBIT
01055	  KDITPE	1	0-35	!# MPE'S
01056	  KDISPE	2	0-35	!# SPURIOUS MPE'S
01057	  KDIMPC	3	0-35	!# OF CONTINUES AFTER MPE HALTS
01058	  KDIMPP	4	0-35	!PC AT MPE INTERRUPT
01059	  KDIMPW	5	0-35	!CONTENTS OF 1ST BAD WD FOUND ON SWEEP
01060	  KDIMPA	6	0-35	!ADDRESS OF 1ST BAD WD FOUND ON SWEEP
01061	  KDIPAR	7	0-35	!AOB POINTER TO %CCPAR TABLE
01062	  KDIMPT	8	0-35	!AOB POINTER TO %CCMPT TABLE
01063	  KDIPPN	9	0-35	!PPN OF USER
01064	  KDIPGM	10	0-35	!PROGRAM NAME
01065	  KDICNI	11	0-35	!CONI APR
01066	  KDIERA	12	0-35	!RDERA
01067	  KDISBD	13	0-35	!PTR TO SBDIAG SUBTABLE
01068	END ENTRY
01069	
01070	!++
01071	!
01072	!	The following describes the old KL-10 data parity trap
01073	!	entries on TOPS-10. (Not to be supported in ANALYZE).
01074	!
01075	!--
01076	
01077	ENTRY  TOPS10
01078	 061	CPU_PAR_TRAP_10
01079	  PAGE_FAIL_WORD	0	0-35	!At time of trap.
01080	  BAD_WORD		1	0-35	!Contents of word with parity error.
01081	  GOOD_WORD		2	0-35	!What the word should have been.
01082	  PHYS_ADDRESS		3	0-35	!Address of parity error.
01083	!undefined		4	0
01084	  NOT_RECOVERED_FLAG	4	1	!Set by monitor when can't recover.
01085	  CACHE_FAILED_FLAG	4	2	!When read from memory OK.
01086	  CACHE_USE_FLAG	4	3	!Set when cache was on at time.
01087	  SWEEP_FLAG		4	4	!If error during cache sweep.
01088	  CACHE_DISABLED	4	5	!If cache was disabled.
01089	!undefined		4	6-17	!
01090	  CACHE_ON_COUNT	4	18-26	!Count of errors with cache on.
01091	  CACHE_OFF_COUNT	4	27-35	!Count of errors with cache off.
01092	  RECOVERED_COUNT	5	0-35	!Count of recoverable trap errors.
01093	  NOT_RECOVERED_COUNT	6	0-35	!Count of non-recoverable errors.
01094	  PROGRAM_COUNTER	7	0-35	!PC at time of trap.
01095	END ENTRY
01096	
01097	!++
01098	!
01099	!	Old interrupt entry from TOPS-10. Not to be
01100	!	supported in ANALYZE.
01101	!
01102	!--
01103	
01104	ENTRY  TOPS10
01105	 062	CPU_PAR_INT_10
01106	  CPU_NAME		0	0-35	!In SIXBIT.
01107	  MEM_PAR_ERRORS	1	0-35	!Count of memory parity errors.
01108	  SPURIOUS_ERRORS	2	0-35	!Count of spurious parity errors.
01109	  ATTEMPTED_CONTINUES	3	0-35	!Number of times tried to continue.
01110	  PROGRAM_COUNTER	4	0-35	!PC at first error.
01111	  FIRST_CONTENTS	5	0-35	!Found during sweep.
01112	  FIRST_ADDRESS		6	0-35	!Physical address of first bad word.
01113	  PAR_SWEEP_DATA	7	HEAD-F	!pointer to %CCPAR sub-table.
01114	  TOP_TEN,_BAD_ADD	8	HEAD-F	!Pointer to %CCMPT sub-table.
01115	  USER_ID		9	0-35	!PPN of user running at time of error.
01116	  PROGRAM_NAME		10	0-35	! His program.
01117	  APR_STATUS		11	0-35	!CONI APR at time of first error.
01118	  RDERA_STATUS		12	0-35	!RDERA at time of first error.
01119	  SBDIAG_LIST		13	HEAD-F	!Pointer to SBDIAG sub-table.
01120						! - # blocks,,offset from header.
01121	END ENTRY
01122	
01123	!++
01124	!
01125	!	KL10 status block entry for TOPS-10. This comes after
01126	!	certain entries if KLSTAT has been turned on.
01127	!
01128	!--
01129	
01130	ENTRY  TOPS10
01131	 063	KL_CPU_STATUS_10
01132	  APR_ID		0	0-35	!CPU identifier.
01133	  APR_STATUS		1	0-35	!CONI APR word at time of crash.
01134	  PI_STATUS		2	0-35	!CONI PI word at time of crash.
01135	  PAGE_DATAI		3	0-35	!DATAI PAG at time of crash.
01136	  PAGE_STATUS		4	0-35	!CONI PAG at time of crash.
01137	  LAST_MUUO		5	0-35	!UPT location 424.
01138	  LAST_MUUO_PC		6	0-35	!UPT location 425.
01139	  MUUO_CONTEXT_WORD	7	0-35	!UPT location 426.
01140	  MUUO_RESERVED		8	0-35	!UPT location 427.
01141	  RDERA_STATUS		9	0-35	!RDERA at crash time.
01142	  CONI_RH20_LIST	10	0-35	!All CONIs from RH20s.
01143	  CONI_DTE_LIST		18	0-35	!All CONIs from DTEs.
01144	  CHN_LOGOUT_LIST	22	BODY-F	!EPT loc 0 through 37.
01145	  DTE_CONTROL_BLOCK	54	BODY-F	!EPT loc 140 through 177.
01146	  PAGE_FAIL_WORD	86	0-35	!UPT location 500.
01147	  PAGE_FAIL_OLD_PC	87	0-35	!UPT location 501.
01148	  PAGE_FAIL_NEW_PC	88	0-35	!UPT location 502.
01149	  UPT_503		89	0-35	!Reserved (unknown).
01150	  AC_BLOCK_6_DATA	90	BODY-F	!Locs. 0-3 and 12.
01151	  AC_BLOCK_7_DATA	95	BODY-F	!Locs. 0-2.
01152	  SBDIAG_LIST		98	HEAD-F	!Pointer to SBDIAG list.
01153	END ENTRY
01154	
01155	!++
01156	!
01157	!	Device status block entry for TOPS-10.
01158	!
01159	!--
01160	
01161	ENTRY  TOPS10
01162	 064	DEVICE_STATUS_10
01163	  NUMBER_IO_INSTR	0	0-17	!Number of IO instructions in block.
01164	  START_OF_INSTR	0	18-35	!Where instructions begin.
01165	  NUMBER_OF_RESULTS	1	0-17	!Number of IO instruction results.
01166	  START_OF_RESULTS	1	18-35	!Where results begin.
01167	  DEVICE_DATA		2	0-35	!-(NUMBER_IO_INSTR + NUMBER_OF_RESULTS)
01168	END ENTRY
01169	
01170	!++
01171	!	Obsolete KL10 address fail entry written by TOPS-10.
01172	!--
01173	
01174	ENTRY  TOPS10
01175	 066	OLD_KL_ADDRESS_FAIL_10
01176	  KAENAM	0	0-35	!SIXBIT CPU NAME
01177	  KAETNE	1	0-35	!TOTAL # OF ERRORS
01178	  KAESNE	2	0-35	!# F SPURIOUS ERRORS
01179	  KAEMPP	3	0-35
01180	  KAENJA	4	0-35
01181	  KAEMNA	5	0-35
01182	  KAELNA	6	0-35
01183	  KAEMNR	7	0-35
01184	  KAENTS	8	0-35	!# ERRORS DETECTED THIS SWEEP
01185	  KAENSC	9	0-35	!# OF SWEEPS
01186	  KAEUEN	10	0-35	!# OF USER ENABLED ERRORS
01187	  KAENAA	11	0-35	!LOGICAL AND OF BAD ADDRESSES
01188	  KAENOA	12	0-35	!LOGICAL OR OF BAD ADDRESSES
01189	  KAENCS	13	0-35	!# FAILURES DET BY CHAN BUT NOT CPU
01190	  KAEKPG	14	0-35	!FLAG WD FOR NXM TABLES
01191	  KAEBEF	15	0-35	!PTR TO NXM TABLE BEFORE ERROR
01192	  KAEAFT	16	0-35	!PTR TO NXM TABLE AFTER ERROR
01193	  KAEADR	17	0-35	!PTR TO LIST OF BAD ADDRESSES
01194	  KAEPPN	18	0-35	!PPN OF USER
01195	  KAEPGM	19	0-35	!PROGRAM NAME
01196	  KAECNI	20	0-35	!CONI APR
01197	  KAEERA	21	0-35	!RDERA
01198	  KAESBD	22	0-35	!PTR TO SBDIAG SUBTABLE
01199	END ENTRY
01200	
01201	!++
01202	!	Address fail data written by TOPS-10.
01203	!--
01204	
01205	ENTRY  TOPS10
01206	 067	KL_ADDRESS_FAIL_10
01207	  KAENAM	0	0-35	!CPU NAME IN SIXBIT
01208	  KAETNE	1	0-35	!# REPRODUCIBLE ERRORS
01209	  KAESNE	2	0-35	!# SPURIOUS ERRORS
01210	  KAEMPP	3	0-35	!PC AT ERROR
01211	  KAENJA	4	0-35	!# OF JOBS AFFECTED
01212	  KAEMNA	5	0-35	!1ST BAD ADDRESS
01213	  KAELNA	6	0-35	!LAST ADDRESS
01214	  KAEMNR	7	0-35	!RELATIVE ADDR OF NXM IN SEGMENT
01215	  KAENTS	8	0-35	!# OF ERRORS DETECTED THIS SWEEP
01216	  KAENSC	9	0-35	!# OF CORE SWEEPS
01217	  KAEUEN	10	0-35	!# USER ENABLED ERRORS
01218	  KAENAA	11	0-35	!LOGICAL AND OF BAD ADDRESSES
01219	  KAENOA	12	0-35	!LOGICAL OR OF BAD ADDRESSES
01220	  KAENCS	13	0-35	!# DET BY CHAN BUT NOT CPU
01221	  KAEKPG	14	0-35	!FLAG WD FOR NXM TABLES
01222	  KAEBEF	15	0-35	!PTR TO NXM TABLES BEFORE ERROR
01223					!-LENGTH,,OFFSET FROM HEADER WD 0
01224	  KAEAFT	16	0-35	!PTR TO NXM TABLES AFTER ERROR
01225					!-LENGTH,,OFFSET FROM HEADER WD 0
01226	  KAEADR	17	0-35	!PTR TO LIST OF BAD ADDRESSES
01227					!-LENGTH,,OFFSET FROM HEADER WD 0
01228	  KAEPPN	18	0-35	!PPN OF USER
01229	  KAEPGM	19	0-35	!PROGRAM NAME IN SIXBIT
01230	  KAECNI	20	0-35	!CONI APR
01231	  KAEERA	21	0-35	!RDERA
01232	  KAESBD	22	0-35	!PTR TO SBDIAG SUBTABLE
01233					!-# OF ENTRIES,,OFFSET FROM HEADER WD 0
01234	END ENTRY
01235	
01236	!++
01237	!	Information about hard copy errors written by TOPS-10 for
01238	!	the LP100 controller.
01239	!--
01240	
01241	ENTRY  TOPS10
01242	 071	LP100_ERR_10
01243	  LPTNAM	0	0-35	!DEVICE NAME IN SIXBIT
01244	  LPTCNI	1	0-35	!CONI LP100
01245	  LPTWRD	2	0-35	!LAST DATA WORD SENT TO PRINTER
01246	  LPTTYP	3	0-35	!LPT ID
01247	END ENTRY
01248	
01249	!++
01250	!	Information written by TOPS-10 on errors from a hard copy
01251	!	controller (BA10 or LP100).
01252	!--
01253	
01254	ENTRY  TOPS10
01255	 072	HARD_COPY_ERR_10
01256	  HCCNAM	0	0-35	!SIXBIT DEVICE MANE
01257	  HCCTYP	1	0-35	!CONTROLLER/DEVICE NAME
01258	  HCCCTL	1	0-5	!CONTROLLER TYPE
01259						!0 = ILLEGAL
01260						!1 = BA10
01261						!2 = LP100
01262						!3 = LP20 (ON KS10)
01263						!4 = CD20 (ON KS10)
01264	  HCCDEV	1	6-11	!DEVICE TYPE
01265						!0 = ILLEGAL
01266						!1 = LPT
01267						!2 = CDR
01268						!3 = CDP
01269						!4 = PLT
01270						!1B17 = NON-RECOVERABLE
01271						!RH = RETRY COUNT
01272	  HCCUID	2	0-35	!PPN OF USER
01273	  HCCPGM	3	0-35	!PROGRAM NAME
01274	  HCCSBP	4	0-35	!PTR TO DEVICE SUB-BLOCK
01275					!+LENGTH,,OFFSET FROM HCCNAM
01276	END ENTRY
01277	
01278	!++
01279	!	The following entries are recorded by TOPS-20 via the
01280	!	monitor itself (the SYSERR) module.
01281	!--
01282	
01283	!++
01284	!
01285	!	Reload information recorded by TOPS-20 systems whether or not an
01286	!	error occurred.
01287	!
01288	!--
01289	
01290	ENTRY  TOPS20
01291	 101	SYSTEM_RELOAD_20
01292	  SYS_NAME		0	MAIN$Z	! Offset to ASCIZ system name string
01293	  SYS_BUILD_DATE	1	0-35	!System build date in universal format.
01294	  MONITOR_VERSION	2	0-35	!Funny format showing major, minor
01295						!version, and edit number.
01296	  CPU_SERIAL_NUMBER	3	0-35	!CPU which reloaded system as opposed
01297						!to CPU logging an error.
01298	  WHY_RELOAD_CODE	4	MAIN$Z	!Major reason-type supplied by
01299						!operator when reloading.
01300	  BUGHLT_ADDRESS	5	0-35	!If auto-reload.
01301	  RELOAD_FLAGS		6	0-35	!Don't know what flags are.
01302	END ENTRY
01303	
01304	!++
01305	!
01306	!	Information recorded by TOPS-20 when a BUGCHK, BUGINF, or BUGHLT
01307	!	takes place.
01308	!
01309	!--
01310	
01311	ENTRY  TOPS20
01312	 102	MONITOR_BUG_DATA_20
01313	  SYS_NAME		0	MAIN$Z	! Offset to ASCIZ system name string
01314	  CPU_SERIAL_NUMBER	1	0-35	!CPU which reloaded system as opposed
01315						!to CPU logging an error.
01316	  MONITOR_VERSION	2	0-35	!Funny format showing major, minor
01317						!version, and edit number.
01318	  SYS_BUILD_DATE	3	0-35	!System build date in universal format.
01319	!Undefined		4	0-33
01320	  BUG_TYPE_FLAG		4	34-35	!Type of bug code
01321	!   DEFINE
01322	!     BUGCHK = 1
01323	!     BUGINF = 2
01324	!     BUGHLT = 3
01325	!   END DEFINE
01326	  ERROR_ADDRESS		5	0-35	!Address of halt/check
01327	  FORK_NUMBER		6	0-17	!Fork active at error time.
01328	  JOB_NUMBER		6	0-35	! Job active at time of occurrance.
01329	  USER_ID		7	0-35	! User number.
01330	  PROGRAM_NAME		8	0-35	! Name of job user was running.
01331	  BUG_MESSAGE		9	MAIN$Z	! Offset to ASCIZ message string.
01332	  SAVED_ACS		10	BODY-F	!Contents of AC at time of error.
01333						!WORDS 10-25
01334	  PI_STATUS		26	0-35	!CONI PI at time of STOPCODE.
01335	  REGISTER_COUNT	27	0-35	!Maximum of 4.
01336	  REGISTER_ONE		28	0-35	!
01337	  REGISTER_TWO		29	0-35	!
01338	  REGISTER_THREE	30	0-35	!
01339	  REGISTER_FOUR		31	0-35	!
01340	  STOP_BUG_NAME		32	0-35	!BUGCHK name in SIXBIT.
01341	  BUGHLT_DATE_TIME	33	0-35	!Universal format time of crash.
01342	  CHECK_TALLY		34	0-35	!Total number of errors since reload.
01343	  APR_STATUS		35	0-35	!CONI APR at error-time.
01344	  PAGE_STATUS		36	0-35	!CONI PAG at error-time.
01345	  PAGE_DATAI		37	0-35	!DATAI PAG at error-time.
01346	  RDERA_STATUS		38	0-35	!RDERA at error-time.
01347	END ENTRY
01348	
01349	!++
01350	!
01351	!	TOPS-20 - ERROR CODE 111 ENTRY - Massbus device error
01352	!
01353	!--
01354	
01355	ENTRY  TOPS20
01356	 111	MASSBUS_ERR_20
01357	  DEV_NAM		0	0-35	!device name
01358	  DEV_NAME		0	0-35	!device name
01359	  VOL_ID		1	0-35	!volume identification
01360	  MEDIAID		1	0-35	!media identification
01361	  RH_CHAN_TYPE		2	15-17	!RH controller type
01362	  RH_DEV_TYPE		2	31-35	!device type
01363	  LBN			3	0-35	!logical block number at error
01364	  ERR_LOCATION		3	0-35	!record number at error
01365	  FILE_IN_ERROR		3	0-17	! FILE IN ERROR
01366	  RECORD_IN_ERROR	3	18-35	! RECORD IN ERROR
01367	  FINAL_ERR_STATE	4	0-35	!final error state from TOPS20
01368	  HARD			4	0	!hard error - non-recoverable
01369	  ECC_CORR		4	1	!ECC correctable error
01370	  DAT_ERR		4	2	!data error
01371	  HDR_ERR		4	3	!header error
01372	  DEV_ERR		4	4	!device error - neither data 
01373						!or header
01374	  POSITION_ERR		4	5	!positioning error
01375	  FORMAT_ERR		4	6	!format error
01376	  REC_NOMOTION_ERR	4	17	!recoverable no motion error
01377	  CONI_INITIAL		5	0-35	!initial RH controller status
01378	  RHCS1_ERR             5       20-35   ! Control and Status 1 for RH11
01379	  CONI_FINAL		6	0-35	!final RH controller status
01380	  SEEK_CNT		7	0-35	!number of seeks
01381	  BLOCKS_READ		8	0-35	!no. of blocks read for disk
01382	  FRAMES_READ		8	0-35	!no. of frames read for tape
01383	  BLOCKS_WRITE		9	0-35	!no. of blocks written for disk
01384	  FRAMES_WRITTEN	9	0-35	!no. of frames written for tape
01385	  FILE_NAME		10	0-35	!file name
01386	  USER			11	0-35	!user making request
01387	  PROGRAM_RUN		12	0-35	!program running
01388	  RH_DATI_TCR_ERR	13	0-35	!RH control reg at error
01389	  RHCS2_ERR             13      20-35   ! Control and Status 2 for RH11
01390	  RH_DATI_TCR_END	14	0-35	!RH control reg at end
01391	  RH_DATI_BAR_ERR	15	0-35	!RH block address reg at err
01392	  UBA_STATUS_ERR	16	0-17	! IF RH11
01393	  UBA_MAP_ERR		16	18-35	! IF RH11
01394	  RH_DATI_BAR_END	16	0-35	!RH block address reg at end
01395	  UBA_STATUS_END	16	0-17	! IF RH11
01396	  UBA_MAP_END		16	18-35	! IF RH11
01397	  UDB_JOB0		17	0-35	!unit data block for job 0
01398	  IORB_STATUS		18	0-35	!IORB status word
01399	  SUM_HARD		18	2       !Used by summary to say hard/soft
01400	  SOFT_READ		19	0-35	!count of soft read errors
01401	  SOFT_WRITE		20	0-35	!count of write errors
01402	  HARD_READ		21	0-35	!count of hard read errors
01403	  HARD_WRITE		22	0-35	!count of hard write errors
01404	  CYLINDER		23	0-35	!cylinder position at error for disk
01405	  FILE_POSITION		23	0-35	!file position at error for tape
01406	  SURF_SECT		24	0-35	!surface and sector at error for disk
01407	  ERR_RECORD		24	0-35	!record in error for tape
01408	  CHAN_LOGO0		25	0-35	!channel logout word 0
01409	  CHAN_LOGO1		26	0-35	!channel logout word 1
01410	  CHAN_LOGO2		27	0-35	!channel logout word 2
01411	  CCW1			28	0-35	!first chan control word
01412	  CCW2			29	0-35	!second chan control word
01413	  MPE_CNT		30	0-35	!parity error count
01414	  NXM_CNT		31	0-35	!NXM error count
01415	  RETRY_CNT		32	18-35	!final retry error count
01416	  CHAN_ADDR		33	0-35	!channel address
01417	! **** unknown		33	0-32    ! [1000]
01418	  CHAN_NUMBER		33	33-35	!just the channel number
01419	  UNIT_ADDR		34	0-35	!unit address
01420	  KON_NUMBER		34	0-17    ! [1000]
01421	  UNT_NUMBER		34	32-35	! Funny name used by some people
01422	  UNIT_NUMBER		34	32-35	! [1000]just the unit number
01423						! Can't handle 8-bit RP20 unit numbers
01424	  SOFT_POS_ERR		35	0-35	!soft position error count
01425	  HARD_POS_ERR		36	0-35	!hard positioning error count
01426	  OVERRUN_ERR		37	0-35	!overrun error count
01427	  ICR			38	0-35	!content of initial control reg
01428	  INIT_CNTRL_REG	38	0-35	!content of initial control reg
01429	  MB_DEV, _TABLE	39	BODY-F	! MASSBUS device registers
01430						!  39 - 54
01431	! ***** ADDITIONAL DEFINITIONS FOR DX20 *****
01432	  DX_VER		39	18-35	! DX version number
01433	  DX20_MASSBUS_REG	40	MAIN+F	! Pointer to MASSBUS registers
01434						!  +LENGTH,,OFFSET
01435	  DX20_DEVICE_REG	41	MAIN+F	! Pointer to device registers
01436						!  +LENGTH,,OFFSET
01437	!++
01438	!
01439	!	TM78 controller status block
01440	!
01441	!--
01442	  TM78_CAS_REGS,_END_20	39	BODY-L	! CAS REGISTERS 0-21 FOR TU78
01443	  TM78_CAS_REGS,_ERR_20 39	BODY-R	
01444	  TM78_U_CODE_REVS,_20	57	BODY-F	! TU78 U-CODE REVISION LEVELS (2 WORDS)
01445	  TM78_SENSE_BYTES,_20	59	BODY-F	! 60 8-BIT BYTES IN 15 WORDS
01446	END ENTRY
01447	
01448	!++
01449	!	This is the Tops-20 Release 5 disk/tape statistics entry.
01450	!	It is not an error. It occurs at normal system shutdown and
01451	!	at tape unloads, and for disk mount/dismount.
01452	!--
01453	
01454	ENTRY TOPS20
01455	114	USAGE_DATA_20
01456	USAGE_EVENT	0	0-35		! 1 = system shutdown
01457						! 2 = disk pack mount
01458						! 3 = disk pack dismount
01459						! 4 = magtape unload
01460	TAPE_UNIT	1	0-35		! Magtape unit number or 0 if disk
01461	VOLUME_ID	2	0-35		! SIXBIT name of volume/structure
01462	CHN_PIA		3	8-10		! channel PI level
01463	CHN_BLK_ID	3	11-12		! block code (1=CDB)
01464	CHN_TYPE	3	13-17		! channel type
01465	DEV_PIA		3	26-28		! device PIA level
01466	DEV_BLK_ID	3	29-30		! block code (2=KDB, 3=UDB)
01467	DEV_TYPE	3	31-35		! device type
01468	CHN_NUMBER	4	0-35		! channel number
01469	KON_NUMBER	5	0-17		! kontroller number (-1 if none)
01470	UNT_NUMBER	5	32-35		! unit number
01471	UNIT_NUMBER	5	32-35		! just the unit number
01472						! Can't handle 8-bit RP20 unit numbers
01473	TOTAL_READS	6	0-35		! total reads on this unit
01474	TOTAL_WRITES	7	0-35		! total writes on this unit
01475	TOTAL_SEEKS	8	0-35		! total seeks on this unit
01476	RD_NRZI		9	0-35		! frames read in NRZI
01477	RD_PE		10	0-35		! frames read in PE
01478	RD_GCR		11	0-35		! frames read in GCR
01479	WR_NRZI		12	0-35		! frames written in NRZI
01480	WR_PE		13	0-35		! frames written in PE
01481	WR_GCR		14	0-35		! frames written in GCR
01482	END ENTRY
01483	
01484	!++
01485	!	Information recorded by TOPS-20 when some part of the configuration
01486	!	changes status. This is not an error.
01487	!--
01488	
01489	ENTRY  TOPS20
01490	 115	CONFIG_CHANGE_20
01491	  COMMAND_CODE		0	12-17	!OPERATION CODE FIELD
01492	  UNIT_TYPE		1	31-35	!UNIT TYPE
01493	  DEVICE_NAME		2	0-35	!SIXBIT LOGICAL DEVICE NAME
01494	  MTOPR_FUNCTION	3	0-35	!MTOPR FUNCTION $MOINF WORD $MOISN
01495	  CHANNEL_NUMBER	3	9-11	!CHANNEL #
01496	  CONTROLLER_NUMBER	3	12-14	!CONTROLLER #
01497	  UNIT_NUMBER		3	15-17	!UNIT #
01498	  SERIAL_NUMBER		3	20-35	!DRIVE SERIAL NUMBER  (IN BINARY)
01499	  CHANGE_REASON		4	0-35	!WORD CONTAINING OFFSET TO REASON STRING
01500	END ENTRY
01501	
01502	!++
01503	!	System log entry
01504	!--
01505	
01506	ENTRY  TOPS20
01507	 116	SYS_ERROR_LOG_20
01508	  ERROR_LOG		0	BODY-F	!See below
01509	END ENTRY
01510	
01511	!++
01512	!	TOPS-20 front-end entry 
01513	!--
01514	
01515	ENTRY  TOPS20
01516	 130	FE_DEVICE_ERR_20
01517	  FE_DATA		0	BODY-F	!Common FE table data
01518	END ENTRY
01519	
01520	!++
01521	!	Information saved by TOPS-20 when the front end is reloaded.
01522	!--
01523	
01524	ENTRY  TOPS20
01525	 131	FE_RELOAD_20
01526	  R1_NUM	0	0-35		!-11 NUMBER
01527	  R1_STS	1	0-35		!RELOAD STATUS BITS
01528	  $R1GTF	1	0		!GTJFN FAILED FOR DUMP FILE
01529	  $R1OPF	1	1		!OPENF FAILED FOR DUMP FILE
01530	  $R1DPF	1	2		!DUMP FAILED
01531	  $R110E	1	3		!TO -10 ERROR ON DUMP
01532	  $R111E	1	4		!TO -11 ERROR ON BOOT
01533	  $R1ASF	1	5		!ASGPAG FAILED ON DUMP
01534	  $R1RLF	1	6		!RELOAD FAILED
01535	  $R1PDF	1	7		!-11 DIDN'T POWER DOWN
01536	  $R1PUF	1	8		!-11 DIDN'T POWER UP
01537	  $R1RMF	1	9		!ROM DID NOT ACK THE -10
01538	  $R1BSF	1	10	!-11 BOOT PROGRAM DIDN'T MAKE IT TO THE -11
01539	  $R1NRL	1	11		!-11 TOOK MORE THAN 1 MINUTE TO RELOAD$
01540					!WILL CAUSE A RETRY
01541	  ER$DHG	1	12		!TO-10 BYTE XFER FOR DUMP HUNG
01542	  ER$ENF	1	13		!ENTER FAILURE FOR DUMP FILE
01543	  ER$OPE	1	14		!OPEN FAILURE FOR DUMP OUTPUT DEVICE
01544	  ER$OUF	1	15		!OUTPUT FAILURE FOR DUMP FILE
01545	  ER$TT1	1	16		!TO-11 BYTE XFER TIMED OUT
01546	  $R1RTC	1	30-35		!RETRY COUNT
01547	  R1_FNM	2	0-35		!FILE NAME POINTER
01548	  R1_ERW	3	0-35		![534]BITS 2-17=RAD50 11'S FAILURE CODE
01549					!BITS 20-35 = 11'S PARITY STATUS REGISTER
01550	END ENTRY
01551	
01552	!++
01553	!	Information saved by TOPS-20 when the KS10 halts
01554	!--
01555	
01556	ENTRY  TOPS20
01557	 133	KS_HALT_STATUS_20
01558	  STATUS_CODE	0	0-35	!HALT STATUS CODE - PHYSICAL LOCATON 0
01559	  HS_HPC	1	0-35	!PROGRAM COUNTER - PHYSICAL LOCATION 1
01560	  KS_HS_BLOCK	2	BODY-F	!HALT STATUS BLOCK OFFSET POINTER
01561					!-LENGTH,,OFFSET
01562	  CS_PTR	3	0-35	!CLOK STOP BLOCK OFFSET POINTER (UNUSED)
01563					!-LENGTH,,OFFSET
01564	END ENTRY
01565	
01566	!++
01567	!
01568	!	Parity trap entry for TOPS-20 systems
01569	!
01570	!--
01571	
01572	ENTRY  TOPS20
01573	 160	CPU_PAR_TRAP_20
01574	  PAGE_FAIL_WORD	0	0-35	!At time of trap.
01575	  BAD_WORD		1	0-35	!Contents of word with parity error.
01576	  GOOD_WORD		2	0-35	!What the word should have been.
01577	  USER_ID		3	0-35	!User identifier.
01578	  FORK_NUMBER		4	0-17	! Fork in use at time.
01579	  JOB_NUMBER		4	18-35	! Job of user running at time.
01580	  PROGRAM_NAME		5	0-35	! Program running.
01581	  PHYS_ADDRESS		6	0-35	!Address of parity error.
01582	!undefined		7	0
01583	  NOT_RECOVERED_FLAG	7	1	!Set by monitor when can't recover.
01584	  CACHE_FAILED_FLAG	7	2	!When read from memory OK.
01585	  CACHE_USE_FLAG	7	3	!Set when cache was on at time.
01586	  SWEEP_FLAG		7	4	!If error during cache sweep.
01587	!undefined		7	5-17	!
01588	  RETRY_COUNT		7	18-35	!Number of times tried to recover.
01589	END ENTRY
01590	
01591	!++
01592	!	Obsolete parity error interrupt record written by TOPS-20
01593	!	and replaced by entry 162.
01594	!--
01595	
01596	ENTRY  TOPS20
01597	 161	OLD_CPU_PAR_INT_20
01598	  PI_CNI	0	0-35	!CONI APR
01599	  PI_ERA	1	0-35	!ERA
01600	  PI_FPC	2	0-35	!PC AT INTERRUPT
01601	  PI_SWP	3	0-35	!# ERRORS THIS SWEEP
01602	  PI_AAD	4	0-35	!LOGICAL AND OF BAD ADDRESSES
01603	  PI_OAD	5	0-35	!OR  OF BAD ADDRESSES
01604	  PI_ADA	6	0-35	! AND  OF BAD DATA
01605	  PI_ODA	7	0-35	!OR  OF BAD DATA
01606	  PI_SBD	10	0-35	!S-BUS DIAG FUNCTION SUBTABLE
01607	  PI_ADD	22	0-35	!LIST OF 1ST 10. BAD ADDRESSES
01608	  PI_DAT	34	0-35	!LIST OF 1ST 10. BAD DATA WORDS
01609	  PI_CDA	46	0-35	!LIST OF 1ST 10. GOOD DATA WORDS
01610	END ENTRY
01611	
01612	!++
01613	!
01614	!	Interrupt entry from TOPS-20
01615	!
01616	!--
01617	
01618	ENTRY  TOPS20
01619	 162	CPU_PAR_INT_20
01620	  APR_STATUS		0	0-35	!CONI APR at time of first error.
01621	  RDERA_STATUS		1	0-35	!RDERA at time of first error.
01622	  PC_FLAGS		2	0-35	!Right-justified?
01623	  PROGRAM_COUNTER	3	0-35	!PC at first error.
01624	  MEM_PAR_ERRORS	4	0-35	!Count of parity errors this sweep.
01625	  ADDRESS_AND		5	0-35	!Logical AND of failing addresses.
01626	  ADDRESS_OR		6	0-35	!Logical OR of failing addresses.
01627	  CONTENTS_AND		7	0-35	!Logical AND of failing data.
01628	  CONTENTS_OR		8	0-35	!Logical OR of failing data.
01629	  SBDIAG_LIST		9	HEAD-F	!Pointer to SBDIAG sub-table.
01630						!- # blocks,,offset from header.
01631	  TOP_TEN,_BAD_ADD	10	BODY-F	!List of bad addresses.
01632						!WORDS 10-19
01633	  TOP_TEN,_BAD_WORDS	20	BODY-F	!List of bad word contents.
01634						!WORDS 20-29
01635	  TOP_TEN,_GOOD_WORDS	30	BODY-F	!List of what words should have been?
01636						!WORDS 30-39
01637	END ENTRY
01638	
01639	!++
01640	!
01641	!	KL10 status block entry for TOPS-20. This comes after
01642	!	certain entries if KLSTAT has been turned on.
01643	!
01644	!--
01645	
01646	ENTRY  TOPS20
01647	 163	KL_CPU_STATUS_20
01648	  APR_ID		0	0-35	!CPU identifier.
01649	  APR_STATUS		1	0-35	!CONI APR word at time of crash.
01650	  PI_STATUS		2	0-35	!CONI PI word at time of crash.
01651	  PAGE_DATAI		3	0-35	!DATAI PAG at time of crash.
01652	  PAGE_STATUS		4	0-35	!CONI PAG at time of crash.
01653	  MUUO_RESERVED		5	0-35	!UPT location 424
01654	  LAST_MUUO		6	0-35	!UPT location 425.
01655	  LAST_MUUO_PC		7	0-35	!UPT location 426.
01656	  MUUO_CONTEXT_WORD	8	0-35	!UPT location 427.
01657	  RDERA_STATUS		9	0-35	!RDERA at crash time.
01658	  CONI_RH20_LIST	10	0-35	!All CONIs from RH20s.
01659	  CONI_DTE_LIST		18	0-35	!All CONIs from DTEs.
01660	  CHN_LOGOUT_LIST	22	BODY-F	!EPT loc 0 through 37.
01661	  DTE_CONTROL_BLOCK	54	BODY-F	!EPT loc 140 through 177.
01662	  PAGE_FAIL_WORD	86	0-35	!UPT location 500.
01663	  PAGE_FAIL_FLAGS	87	0-35	!UPT location 501.
01664	  PAGE_FAIL_OLD_PC	88	0-35	!UPT location 502.
01665	  PAGE_FAIL_NEW_PC	89	0-35	!UPT location 503.
01666	  AC_BLOCK_6_DATA	90	BODY-F	!Locs. 0-3 and 12.
01667	  AC_BLOCK_7_DATA	95	BODY-F	!Locs. 0-2.
01668	  SBDIAG_LIST		98	HEAD-F	!Pointer to SBDIAG list.
01669	END ENTRY
01670	
01671	!++
01672	!	Message recorded by TOPS-20 when TGHA finds an error in MOS
01673	!	memory.
01674	!--
01675	
01676	ENTRY  TOPS20
01677	 164	MF_20_ERR_20
01678	  MF_20_TEXT	0	0-35	!ALL TEXT
01679	END ENTRY
01680	
01681	!++
01682	!	The following entries describe DECNET Phase II reports
01683	!	for TOPS-10 and TOPS-20.
01684	!--
01685	
01686	ENTRY  TOPS10 TOPS20
01687	 201	NETCON_START
01688	  NETCON_VERSION	0	0-35	! Version of NETCON software
01689	  NODE_NAME		1	MAIN$Z	! Offset to ASCIZ node name string
01690	  PROGRAM_NAME		2	MAIN$Z	! Offset to ASCIZ program name string
01691	END ENTRY
01692	
01693	ENTRY  TOPS10 TOPS20
01694	 202	NODE_DOWN_LINE_LOAD
01695	  TARGET_NODE		0	MAIN$Z	! Offset to ASCIZ target node name
01696	  SERVER_NODE		1	MAIN$Z	! Offset to ASCIZ server node name
01697	  SERVER_LINE		2	MAIN$Z	! Offset to ASCIZ servr line designator
01698	  FILE_NAME		3	MAIN$Z	! Offset to ASCIZ name of file loaded
01699	  RETURN_CODE		4	28-35	! Return code as described below
01700	  PROGRAM_NAME		5	MAIN$Z	! Offset to ASCIZ program name string
01701	! Unused		6	0-35
01702	END ENTRY
01703	
01704	!++
01705	!	Return codes specified in NICE protocol version 1.0
01706	!	Bob Stewart,  28 March 1977
01707	!
01708	!	+1	SUCCESS
01709	!	-1	INVALID FUNCTION OR OPTION
01710	!	-2	INVALID MSG FORMAT
01711	!	-3	INSUFFICIENT STATUS
01712	!	-8	INVALID LINE ID
01713	!	-9	LINE IN WRONG STATE
01714	!	-10	LINE COMMUNICATIONS ERROR
01715	!	-11	INVALID NODE ID
01716	!	-12	INVALID SERVER ID
01717	!	-13	INVALID FILE
01718	!	-14	CONFIGURATION DATA BASE ERROR
01719	!	-15	RESOURCE ERROR
01720	!	-16	INVALID PARAMETER VALUE
01721	!	-17	LINE PROTOCOL ERROR
01722	!	-18	FILE I/O ERROR
01723	!	-19	NETWORK COMMUNICATIONS ERROR
01724	!	-20	NO ROOM FOR NEW ENTRY
01725	!	-21	REMOTE NICE PROCESS NOT AVAIL.
01726	!--
01727	
01728	ENTRY  TOPS10 TOPS20
01729	 203	NODE_DOWN_LINE_DUMP
01730	  TARGET_NODE		0	MAIN$Z	! Offset to ASCIZ target node name
01731	  SERVER_NODE		1	MAIN$Z	! Offset to ASCIZ server node name
01732	  SERVER_LINE		2	MAIN$Z	! Offset to ASCIZ servr line designator
01733	  FILE_NAME		3	MAIN$Z	! Offset to ASCIZ name of file dumped
01734	  RETURN_CODE		4	28-35	! Return code as described above
01735	  PROGRAM_NAME		5	MAIN$Z	! Offset to ASCIZ program name string
01736	! Unused		6	0-35
01737	END ENTRY
01738	
01739	ENTRY  TOPS10 TOPS20
01740	 210	NET_HARDWARE_ERR
01741	  XMIT_NODE_ID		0	0-17	! Transmit node ID #
01742	  RECV_NODE_ID		0	18-35	! Destination node ID #
01743	  XMIT_NODE_NAME	1	MAIN$Z	! Offset to ASCIZ transmit node name
01744	  RECV_NODE_NAME	2	MAIN$Z	! Offset to ASCIZ receive node name
01745	  ADJ_NODE_NAME		3	MAIN$Z	! Offset to ASCIZ adjacent node name
01746	  FUNCTION_WORD		4	0-35	! Function word
01747	! Unknown		4	0-9
01748	  PARENT_HDWR_TYPE	4	10-17	! Parent hardware system type
01749	  PARENT_SFWR_TYPE	4	20-27	! Parent operating system type
01750	  HDWR_OPTION_TYPE	4	28-35	! Hardware option type
01751	  BYTE_COUNT		5	0-35	! # of 8 bit bytes in log data section
01752	
01753	! LOG_DATA		14	MAIN-F	! Offset to log data section
01754	END ENTRY
01755	
01756	ENTRY  TOPS10 TOPS20
01757	 211	NET_SOFTWARE_ERR
01758	END ENTRY
01759	
01760	ENTRY  TOPS10 TOPS20
01761	 220	NET_OPR_LOG_ENTRY
01762	END ENTRY
01763	
01764	ENTRY  TOPS10 TOPS20
01765	 221	NET_TOPOLOGY_CHANGE
01766	END ENTRY
01767	
01768	ENTRY  TOPS10 TOPS20
01769	 222	NET_CHECK11_REPORT
01770	END ENTRY
01771	
01772	ENTRY  TOPS10 TOPS20
01773	 230	NET_LINE_STATS
01774	END ENTRY
01775	
01776	ENTRY  TOPS10 TOPS20
01777	 231	NET_NODE_STATS
01778	END ENTRY
01779	
01780	ENTRY  TOPS10 TOPS20
01781	 232	OLD_DN64_STATS
01782	END ENTRY
01783	
01784	ENTRY  TOPS10 TOPS20
01785	 233	DN6X_STATS
01786	END ENTRY
01787	
01788	ENTRY  TOPS10 TOPS20
01789	 234	DN6X_ENABLE_DISABLE
01790	END ENTRY
01791	
01792	ENTRY  TOPS10 TOPS20
01793	 240	DECNET_PHASE_III
01794	  BYTE_COUNT		0	0-35	! Count of 8 bit data bytes in entry.
01795	  FUNCT_CODE		1	0-7	! Type of message
01796	
01797	! Entry is an 8-bit byte stream.  For an "Event Logging Message"
01798	!  (FUNCT_CODE = 1) the entry consists of the following fields:
01799	
01800	! SINK_FLAGS				! See WORD_11 definition
01801	! EVENT_CODE				! See WORD_11 definition
01802	!   EVENT_CLASS
01803	!   EVENT_TYPE
01804	! EVENT_TIME
01805	!   JULIAN_HALF_DAY
01806	!   SECOND
01807	!   MILLISECOND
01808	! SOURCE_NODE
01809	!   NODE_ADDRESS
01810	!   NODE_NAME
01811	! EVENT_ENTITY
01812	!   ENTITY_TYPE
01813	!   ENTITY_ID
01814	! EVENT_DATA
01815	!   DATA_ID				 	! See WORD_11 definition
01816	!     PARAMETER_DATA
01817	!	PARAMETER_TYPE
01818	!	DATA_TYPE			 	! See WORD_11 definition
01819	!     COUNTER_DATA
01820	!	COUNTER_WIDTH
01821	!	BIT_MAPPED_FLAG
01822	!	COUNTER_TYPE
01823	!       BIT_MAP				! Present if BIT_MAPPED_FLAG is set
01824	!   DATA
01825	!
01826	END ENTRY
01827	
01828	!++
01829	!
01830	!	LOGGER/AVAIL entry definitions
01831	!
01832	!--
01833	
01834	ENTRY  TOPS20
01835	500 logger
01836		lgr_data_block		0	MAIN-F
01837		lgr_count		0	0-17	! block size
01838		lgr_cr_msec		1	0-35	! block creation time (milliseconds)
01839		lgr_wr_msec		2	0-35	! block write time
01840		lgr_address		3	0-35	! "monitor" address of this block
01841		lgr_block_id		4	0-8	! block type code
01842		lgr_channel		4	9-17	! device channel number
01843		lgr_kontroller		4	18-26	! device kontroller number
01844		lgr_unit		4	27-35	! device unit number
01845	END ENTRY
01846	
01847	! TABLES FOR LOGGER ENTRIES
01848	
01849	TABLE  TOPS20
01850	lgr_data_block
01851		lgr_table_count		0	0-35	! number of GETAB subtables
01852		lgr_table_id		1	0-17	! GETAB number of this table
01853		lgr_table		1	MAIN+F	! define subtable format
01854	! ... GETAB data block format ...
01855	!	IDSYS = %O'14', System GETAB data
01856	!	IDSUB = %O'15', Subsystem GETAB data
01857	! ...
01858	! Monitor name block (IDNAM = %O'13')
01859		sys_build_date		0	0-35	! monitor build date/time
01860		sys_name		1	0-35	! ASCIZ text string starts here
01861	! System/Program data block (IDPGM = %O'23')
01862		lgr_version		0	0-35	! LOGGER version number
01863		lgr_wakeup_counter	6	0-35	! number of times LOGGER has run
01864		lgr_start_udt		7	0-35	! startup date/time
01865		lgr_start_msec		8	0-35	! startup system runtime
01866		lgr_wakeup_udt		9	0-35	! wakeup date/time
01867		lgr_wakeup_msec		10	0-35	! wakeup system runtime
01868		lgr_time_change_udt	16	0-35	! total date/time change (UDT)
01869		monitor_version		17	0-35	! monitor version number
01870		lgr_sched_down		34	0-35	! scheduled downtime
01871		lgr_sched_up		35	0-35	! scheduled uptime
01872	END TABLE
01873	
01874	TABLE TOPS20
01875	lgr_table		! .. sub table format (GETAB data) ...
01876		lgr_table_size		0	0-17	! number of words in this table
01877		lgr_table_gtb		0	18-35	! GETAB number of this table (self-check)
01878		lgr_table_data		1	0-35	! fullword data ...
01879	! NOTE: descriptions of indivdual tables can be found
01880	!	in the TOPS20 Monitor Calls Reference Manual
01881	!	section 2.3.2 System Tables
01882	!	and Appendix B (which defines the symbolic table names)
01883	END TABLE
01884	
01885	ENTRY TOPS10
01886	44	avail_reload
01887		sys_name		0	MAIN$Z	! pointer to monitor name
01888		monitor_version		1	0-35	! monitor version
01889		monitor_runtime		2	0-35	! monitor runtime
01890		deamon_wakeup		3	0-35	! date/time DEAMON last woke up
01891		reload_date_time	4	0-35	! date/time of this reload
01892		reload_why_sixbit	5	0-35	! SIXBIT reload reason code
01893		time_change		6	0-35	! total date/time change
01894	END ENTRY
01895	
01896	ENTRY TOPS10
01897	46	avail_bof
01898		deamon_version		0	0-35	! DEAMON version number
01899	END ENTRY
01900	
01901	ENTRY TOPS10
01902	47	avail_eof
01903		deamon_version		0	0-35	! DEAMON version number
01904	END ENTRY
01905	
01906	
01907	!++
01908	!	The following tables represent a finer definition of
01909	!	entries recorded by TOPS-10 and TOPS-20.
01910	!--
01911	
01912	TABLE  TOPS10 TOPS20
01913	 AC_BLOCK_6_DATA	!Saved ACs from block 6
01914	  AC0		0	0-35
01915	  AC1		1	0-35
01916	  AC2		2	0-35
01917	  AC3		3	0-35
01918	  AC12		4	0-35
01919	END TABLE
01920	
01921	TABLE  TOPS10 TOPS20
01922	 AC_BLOCK_7_DATA	!Saved ACs from block 7
01923	  AC0		0	0-35
01924	  AC1		1	0-35
01925	  AC2		2	0-35
01926	END TABLE
01927	
01928	TABLE  TOPS10 TOPS20
01929	 CHN_LOGOUT_LIST	! Holds logout blocks for 8 channels.
01930	  CHN_LOGOUT,_0		0	BODY-F
01931	  CHN_LOGOUT,_1		4	BODY-F
01932	  CHN_LOGOUT,_2		8	BODY-F
01933	  CHN_LOGOUT,_3		12	BODY-F
01934	  CHN_LOGOUT,_4		16	BODY-F
01935	  CHN_LOGOUT,_5		20	BODY-F
01936	  CHN_LOGOUT,_6		24	BODY-F
01937	  CHN_LOGOUT,_7		28	BODY-F
01938	END TABLE
01939	
01940	TABLE  TOPS10 TOPS20
01941	 CHN_LOGOUT	! Format of channel logout block for each channel
01942	  INIT_CHN_COMMAND	0	0-35
01943	  CHN_STATUS_WORD	1	0-35
01944	  LAST_COMMAND		2	0-35
01945	  RESERVED_WORD		3	0-35
01946	END TABLE
01947	
01948	!---------------------------------------------------------------
01949	
01950	!++
01951	!
01952	!	TM10B controller status block
01953	!
01954	!--
01955	
01956	TABLE  TOPS10
01957	 CSB_TM10
01958	  TM10_TMC		0	0-35	! CONI TMC
01959	  TM10_TMS		1	0-35	! CONI TMS
01960	END TABLE
01961	
01962	WORD_10 TOPS10
01963	 TM10_TMS
01964	  TM10_CTL_PAR		11		! Control word parity error
01965	  TM10_NXM		12		! No such memory
01966	  TM10_MEM_PAR		13		! Memory data parity error
01967	  TM10_UNI_HNG		18		! Unit hung
01968	  TM10_ILL_OP		21		! Illegal operation
01969	  TM10_PAR_ERR		22		! Tape parity error
01970	  TM10_CMP_ERR		25		! Read compare error
01971	  TM10_LEN_ERR		26		! Record length differs
01972	  TM10_DAT_LAT		27		! Data late
01973	  TM10_BAD_TAP		28		! Bad tape
01974	END WORD_10
01975	
01976	!++
01977	!
01978	!	DX10 controller status block
01979	!
01980	!--
01981	
01982	TABLE  TOPS10
01983	 CSB_DX10
01984	  RBC			0	0-35	! BYTE COUNT
01985	  TAG			1	0-35	! TAG LINES ,, BUS LINES
01986	  DAC			2	0-35	! DAC BITS 14 THRU 35
01987	  FEATURE_REG		3	0-35	!
01988	  UCODE_VERSION		3	0-5	! Micro-code version #  
01989	  UCODE_EDIT		3	6-17	! Micro-code edit #
01990	!  FEATURE_REG		3	18-35	! Feature register
01991	
01992	!++
01993	!
01994	! THESE BYTES ARE IN THE FORMAT:
01995	!	BYTE 0 = BITS 2 - 9
01996	!	BYTE 1 = BITS 10-17
01997	!	BYTE 2 = BITS 20-27
01998	!	BYTE 3 = BITS 28-35
01999	! VALUES ARE SUPPLIED FROM DX20 WITH VER 100 OR LATER OF U-CODE AS LONG AS
02000	! DX20 IS STILL RUNNING. VALUES ARE THOSE DETECTED AT TIME OF THE ERROR.
02001	!
02002	!--
02003	
02004	  SENSE_BYTES_A		4	0-35	! Sense bytes	0-3
02005	  SENSE_BYTES_B		5	0-35	!		4-7
02006	  SENSE_BYTES_C		6	0-35	!		8-11
02007	  SENSE_BYTES_D		7	0-35	!		12-15
02008	  SENSE_BYTES_E		8	0-35	!		16-19
02009	  SENSE_BYTES_F		9	0-35	!		20-23
02010	  CONI			10	0-35	! CONI DX10
02011	  STATUS_WORD_1		11	0-35	! ICPC + 1 (STATUS WORD)
02012	  DX10_DSR		11	0-7	! Device status register
02013	  DX10_CSR		11	8-19	! Channel status register
02014	  DX10_SEQ_ERR		11	22-27	! Sequence error code
02015	  DX10_DAR		11	28-35	! Device address register
02016	  STATUS_WORD_2		12	0-35	! ICPC + 2 (STATUS WORD)
02017	  DX10_BC_OF		12	0	! ?
02018	  DX10_BYTE_CTR		12	1-13	! Byte counter
02019	  DX10_CPC		12	14-35	! Channel program counter
02020	  DX10_LAST_REC		13	12-35	! Last record (block) length
02021	  CHANNEL_CMD_WD	14	0-35	!
02022	  CHANNEL_CMD_WD_2	15	0-35	!
02023	  MD			16	0-35	! MD AND CPMA
02024	  DR_REG		17	0-35	!
02025	  DAG			18	0-35	! DIAGN FAILURE CODE
02026	  MR1			19	0-35	! DX MEM REG 10 & 11
02027	END TABLE
02028	
02029	WORD_10 TOPS10
02030	 CONI
02031	  DX10_MP_ERR			26	! MICROPROCESSOR ERROR
02032	  DX10_MEM_PAR			27	! DX10 MEMORY PARITY ERROR
02033	  DX10_NXM			28	! NXM
02034	END WORD_10
02035	
02036	WORD_10 TOPS10
02037	 DX10_DSR
02038	  DSR_ATTN			28	! Attention
02039	  DSR_STAT_MOD			29	! Status modifier
02040	  DSR_CU_END			30	! Control unit end
02041	  DSR_BUSY			31	! 
02042	  DSR_CHAN_END			32	! Channel end
02043	  DSR_DEV_END			33	! Device end
02044	  DSR_UNIT_CHK			34	! Unit check
02045	  DSR_UNIT_EXCEPT		35	! Unit exception
02046	END WORD_10
02047	
02048	WORD_10 TOPS10  
02049	 DX10_CSR
02050	  CSR_PRG_STAT			24	! Program status
02051	  CSR_TYPE			25-26	! Cause/type of last status in DSR
02052	  CSR_SEL_ERR			27	! Device didn't respond
02053	  CSR_SEQ_ERR			28	! Sequence error
02054	  CSR_PAR_ERR			29	! Device parity error
02055	  CSR_LEN_ERR			30	! Length error
02056	  CSR_IGN_LEN_ERR		31	! Ignore length error
02057	  CSR_UNUSED			32	! 
02058	  CSR_DSR_FLAG			33	! Bit of interest in DSR
02059	  CSR_SBYTE_RD_ERR		34	! Error while reading sense byte
02060	  CSR_OPI			35	! Operation incomplete
02061	END WORD_10
02062	
02063	!++
02064	!
02065	!	TM02 controller status block
02066	!
02067	!--
02068	
02069	TABLE  TOPS10
02070	 CSB_TM02
02071	  CONI_INITIAL		0	0-35
02072	
02073	  RHCS1_ERR		0	2-17    ! LH = RH11 CONTROL & STATUS 2
02074	  RHCS2_ERR		0	20-35	! RH = RH11 CONTROL & STATUS 1.
02075	  CHAN_CNTRL_STAT	0	0-35	! LH = LH CHANNEL STATUS 0 (RH20)
02076						! RH = CONI RH for RH10/20
02077						
02078	  PTCR			1	0-35	! RH20 PRIMARY TRANSFER CONTROL REG
02079						! RH10 DATAI RHCR
02080	  UBA_STATUS		1	0-35	! RH11 UBA STATUS REGISTER
02081	  UBA_STATUS_ERR	1	18-35	! USED BY SUMMARIZE
02082	  PBAR			2	0-35	! RH20 PRIMARY BLOCK ADDRESS REGISTER
02083						! RH10 DATAI RHDB
02084	  UBA_MAP		2	0-35	! RH11 UBA MAP REGISTER.
02085	  LAST_COMMAND		3	0-35	! LAST COMMAND ISSUED
02086	! Unknown		4	0-17	!
02087	  MB_CR			4	18-35	! DEVICE CONTROL REGISTER
02088	! Unknown		5	0-17	!
02089	  MB_DS			5	18-35	! DEVICE STATUS REGISTER
02090	! Unknown		6	0-17	!
02091	  MB_ERR		6	18-35	! DEVICE ERROR REGISTER
02092	! Unknown		7	0-17	!
02093	  MB_MR			7	18-35	! MAINTENANCE REGISTER
02094	! Unknown		8	0-17	!
02095	  MB_AS			8	18-35	! ATTENTION SUMMARY REGISTER
02096	! Unknown		9	0-17	!
02097	  MB_FR_CNT		9	18-35	! FRAME COUNT REGISTER
02098	! Unknown		10	0-17	!
02099	  MB_DT			10	18-35	! DRIVE TYPE REGISTER
02100	! Unknown		11	0-17	!
02101	  MB_CHK_SUM		11	18-35	! CHECKSUM REGISTER
02102	! Unknown		12	0-17	!
02103	  MB_SN			12	18-35	! DRIVE SERIAL NUMBER REGISTER
02104	! Unknown		13	0-17	!
02105	  MB_TC			13	18-35	! TAPE CONTROL REGISTER
02106	END TABLE
02107	
02108	!++
02109	!
02110	!	TM78 controller status block
02111	!
02112	!--
02113	
02114	TABLE  TOPS10
02115	 CSB_TM78
02116	  TM78_U_CODE_REVS,_10	0	BODY-F	! TU78 U-CODE REVISION LEVELS (2 WORDS)
02117	  CONI			2	0-35	! RH20 CONI
02118	  PTCR			3	0-35	! RH20 PRIMARY TRANSFER CONTROL REG
02119	  PBAR			4	0-35	! RH20 PRIMARY BLOCK ADDRESS REGISTER
02120	  LAST_COMMAND		5	0-35	! LAST COMMAND ISSUED
02121	  TM78_CAS_REGS,_10	6	BODY-R	! CAS REGISTERS 0-21 FOR TU78
02122	  TM78_SENSE_BYTES,_10	24	BODY-F	! 60 8-BIT BYTES IN 15 WORDS
02123	END TABLE
02124	
02125	!++
02126	!  TM78 micro-code version
02127	!__
02128	
02129	TABLE TOPS20
02130	 TM78_U_CODE_REVS
02131	  UCODE_1		0	0-35
02132	  UCODE_2		1	0-35
02133	END TABLE
02134	
02135	!++
02136	!
02137	!	TM78 Masbuss Registers  (Common Address Space)
02138	!		First 2 bits unused
02139	!
02140	!--
02141	
02142	TABLE  TOPS10  TOPS20 
02143	 TM78_CAS_REGS
02144	  CMD_CAS_0		0	! 20-35	! Data transfer function reg.
02145	  DST_CAS_1		1	! 20-35	! Interrupt and failure code reg.
02146	  CNT_CAS_2		2	! 20-35	! Record count, skip count amd format
02147	  DG1_CAS_3		3	! 20-35	! Error msg nr and diag test nr.
02148	  ATN_CAS_4		4	! 20-35	! Attention bits
02149	  BCT_CAS_5		5	! 20-35   ! Byte count. When this register is 
02150						! used in a write or write with
02151						! extended IRG operation it is set by
02152						! the program to the 2's complement
02153						! of the number of bytes to be written
02154						! on tape. This register becomes 0
02155						! after the last byte of the record
02156						! has been read from memory. When
02157						! this register is used in a read
02158						! operation, it is set to a number
02159						! equal to or greater than the 2's
02160						! comlement of the number of bytes 
02161						! to be loaded into memory. A record
02162						! length error occurs for long records
02163						! only. This happens when a read pulse
02164						! for data occurs and the Word Count
02165						! Register is 0.
02166						! When the Byte Count Register is used
02167						! in a space forward or space reverse
02168						! operation, it is set to the 2's
02169						! complement of the number of records 
02170						! to be spaced.
02171	  DTR_CAS_6		6	! 20-35	! Drive type (101) in bits 8-0
02172	  STA_CAS_7		7	! 20-35	! Drive status reg. or Sense reg.
02173	  SER_CAS_10		8	! 20-35	! Serial no. reg.
02174	  DG2_CAS_11		9	! 20-35   ! Diagnostic reg.
02175	  DG3_CAS_12		10	! 20-35   ! Diagnostic reg.
02176	  NST_CAS_13		11	! 20-35   ! Non-data transfer int. code
02177	  NC1_CAS_14		12	! 20-35   ! Tape control register.
02178						! Non_data transfer function code 0
02179						! There are four tape control
02180						! registers one register for each
02181						! transport. 
02182	  NC2_CAS_15		13	! 20-35	! Non_data transfer function code 1
02183	  NC3_CAS_16		14	! 20-35	! Non_data transfer function code 2
02184	  NC4_CAS_17		15	! 20-35	! Non_data transfer function code 3
02185	  MPA_CAS_20		16	! 20-35	! u-code internal address
02186						! The Internal Address Register contains
02187						! the address of the current address
02188						! being asserted by the microcomputer.
02189	  MPD_CAS_21		17	! 20-35	! Control register
02190	END TABLE
02191	
02192	WORD_11  COMMON
02193	 CMD_CAS_0
02194	  CMD_SPL_COND			15	! Special condition. Read only. Set 
02195						! by TRE, ATTN, or I/O bus control
02196						! parity error. Cleared by Unibus A
02197						! INIT, controller clear, or by
02198						! removing the ATTN condition.
02199	  CMD_TRAN_ERR			14	! Transfer error. Read/write. Set by
02200						! DLT, WCE, UPE, NED, NEM, PGE, MXF,
02201						! MDPE, or a drive error during a 
02202						! data transfer. Cleared by Unibus A
02203						! INIT, controller clear, error clear,
02204						! or loading a data transfer command
02205						! with GO set.
02206	  CMD_MCPE			13	! Mass I/O bus control bus parity
02207						! error Read only. Set by parity error
02208						! on control bus while writing a 
02209						! remote register. Cleared by TM
02210						! clear.
02211						! Parity errors that occur on the I/O
02212						! control bus while writing a drive 
02213						! register are detected by the drive 
02214						! and cause the PAR error 
02215						! (Error reg. bit 03) to set.
02216						! Bit 12 not used. Always zero.
02217	  CMD_DR_AVAIL			11	! Drive available. Read only. Always
02218						! a 1 in the TM78 when read from an
02219						! existing drive.
02220	  CMD_PORTSEL			10	! When PSEL = 1, data transfer is via
02221						! Unibus B; when PSEL = 0, data transfer
02222						! is via Unibus A. Cleared by Unibus
02223						! A INIT, controller clear, or by
02224						! writing a 0 in this bit position.
02225	  CMD_A17			09	! Upper extension bits of the BUS 
02226	  CMD_A16			08	! Address Register. Cleared by Unibus
02227						! A INIT, controller clear or by
02228						! writing 0s in these bit positions.
02229	  CMD_READY_DT			07	! RDY normally = 1. During data 
02230						! transfers, RDY = 0.
02231						! When a data transfer command code
02232						! is written into the control and
02233						! status register RDY is reset. At
02234						! the termination of the data transfer,
02235						! RDY is set.
02236	  CMD_INT_EN			06	! Interrupt enable. IE is a control bit
02237						! which can be set only under program 
02238						! control. When IE = 1, an interrupt
02239						! may occur due to RDY or ATTN being 
02240						! asserted. Cleared by Unibus A INIT,
02241						! controller clear, or automatically
02242						! cleared when a interrupt is recognized
02243						! by the CPU. When a 0 is written into
02244						! IE by the program, pending interrupts
02245						! are cancelled.
02246	  CMD_FUNC_CODE			05-01	! Function codes.
02247	  CMD_GO_BIT			00	! The GO bit must be set to cause the
02248						! controller or drive to respond to a
02249						! command. The GO bit is reset by the
02250						! drive after command execution.
02251	END WORD_11
02252	
02253	WORD_11 COMMON
02254	 DST_CAS_1
02255	  CAS_FAIL_CODE	 		15-10   ! Failure code on data transfer
02256	  CAS_INT_CODE			05-00	! Interrupt code on data transfer
02257	END WORD_11
02258	
02259	WORD_11  COMMON
02260	 CNT_CAS_2
02261	  CNT_SER			15	! If the TM78 detects an error that
02262						! requires a retry, the tape will be
02263						! repositioned for the retry operation
02264						! unless SER is set. If SER is not
02265						! set, the TM78's error recovery
02266						! algorithms inform the host CPU of
02267						! the next operation to perform via
02268						! the interrupt code. 
02269	  CNT_FORMAT			14-12	! The FORMAT field defines the manner
02270						! in which tape bytes are assembled 
02271						! to/from the host CPU words. The
02272						! following is a list of the possible 
02273						! formats
02274						! FORMAT		MODE
02275						! 000		11 NORMAL
02276						! 001		15 NORMAL
02277						! 010		10 Compatible
02278						! 011		10 Core Dump
02279						! 100		10 High Density 
02280						!		   Compatible
02281						! 101		Image
02282						! 110		10 High Density Dump
02283	  CNT_SKIP_CNT			11-08	! Skip Count is used during tape read
02284						! operations to zero-fill the specified
02285						! number of byte positions before 
02286						! reading the first data byte. These
02287						! zero-filled bytes are transferred
02288						! from the TM78 even if no data bytes
02289						! are read(because of an error).
02290	  CNT_REC_CNT			07-02	! The Record Count specifies the 
02291						! number of record to read or write
02292						! and may be any value in the range 
02293						! of 0 to 77 . When non-zero, it is
02294						! 	    8
02295						! decremented after every record that
02296						! is correctly transferred.
02297						! When record count is equal to zero
02298						! the TM78 transfers records until
02299						! stopped by the Massbus controller.
02300						! The RH20, which has its own block
02301						! counter, may be operated with REcord
02302						! Count set to zero.
02303						! Record Count is not decremented during
02304						! unsuccessful error retry operations
02305						! so it does not have to be reloaded
02306						! after an error, unless the TM78 issues
02307						! a read opposite interrupt code. In
02308						! this case, the record count should be
02309						! set to 0.
02310	  CNT_CMD_ADR			01-00	! Identifies the tape transport.
02311	END WORD_11
02312	
02313	WORD_11
02314	 DTR_CAS_6
02315	  DTR_NSA			15	! always 1
02316	  DTR_TAP			14	! always 1
02317	  DTR_MOH			13	! always 0
02318	  DTR_7CH			12	! always 0
02319	  DTR_DMD			11	! dual massbus option.
02320						! If set this TM78 has the dual massbus
02321						! ports option.
02322						! bits 10-9 not used.
02323						! The drive type code for a TU78 Tape
02324						! drive is 101
02325						!	      8
02326	END WORD_11
02327	
02328	WORD_11 COMMON
02329	 STA_CAS_7
02330	  STA_RDY			15	! The tape unit has a tape mounted,
02331						! is on-line, and not rewinding or
02332						! performing a DSE.
02333	  STA_PRES			14	! The tape unit has power applied.
02334	  STA_ON_L			13	! The tape unit is on-line, and a tape 
02335						! is mounted.
02336	  STA_REWIND			12	! The tape unit is rewinding.
02337	  STA_PE			11	! WHen set, the tape unit is set foR
02338						! PE recording format. When clear, the
02339						! tape unit is set for GCR recording
02340						! format.
02341	  STA_BOT			10	! The tape is positioned at load point.
02342	  STA_EOT			09	! The tape is positioned beyond the 
02343						! end-of-tape marker.
02344	  STA_FPT			08	! The tape unit is write protected.
02345	  STA_AVAIL			07	! The tape unit is available to this
02346						! massbus.
02347	  STA_SHR			06	! The tape unit is available to both
02348						! Massbus ports (shared)
02349	  STA_MAINT			05	! The tape unit is in maintenance mode,
02350						! and may not be used.
02351	  STA_DSE			04	! The tape unit is performing the
02352						! erase portion of DSE Command.
02353	END WORD_11
02354	
02355	WORD_11
02356	 NC1_CAS_14
02357	  NC1_CMD_CNT			15-08	! The command count specifies the
02358						! number of times the command is to 
02359						! be repeated (up to 376, octal). If
02360						! the operation terminates prematurely
02361						! the command count contains the no.
02362						! of operations that did not complete
02363						! successfully. A command count of 0
02364						! or 1 may be used to specify a single
02365						! operation.
02366						! The GO bit informs the TM78 that
02367						! a new Command has been loaded. The
02368						! GO bit is not intended to serve
02369						! as a status bit as the readability
02370						! is undefined.
02371	  NC1_FUNC_CODE0		05-01	! function code.
02372	END WORD_11
02373	
02374	WORD_11  COMMON
02375	 NC2_CAS_15
02376	  NC2_CMD_CNT1			15-08	! Command count
02377	  FUNC_CODE1			05-01	! Function code
02378	END WORD_11
02379	
02380	WORD_11  COMMON
02381	 NC3_CAS_16
02382	  NC3_FUNC_CODE2		05-01	! Function code
02383	END WORD_11
02384	
02385	WORD_11  COMMON
02386	 NC4_CAS_17
02387	  NC4_CMD_CNT3			15-08	! Command count
02388	  NC4_FUNC_CODE3		05-01	! Function code
02389	END WORD_11
02390	
02391	WORD_11 COMMON
02392	 MPD_CAS_21
02393	  MPD_TM_RDY			15	! TM RDY occurs after microcode 
02394						! initialization. New commands may
02395						! not be loaded until TM RDY is set.
02396	  MPD_TM_CLR			14	! TM Clear initializes the TM78. This
02397						! restarts the microcomputer and 
02398						! terminates any command that may have
02399						! been previously loaded.
02400	  MPD_CM_PE			13	! A microcomputer Rom Parity error 
02401						! has occurred.
02402	  MPD_ILR			12	! A reference has been made to a 
02403						! non-existent massbus register address
02404	  MPD_CPE			11	! The TM78 has detected a parity error
02405						! as a result of a write to some massbu
02406						! register address.
02407	  MPD_EV_PAR			10	! A diagnostic bit which causes even
02408						! parity to be generated and checked
02409						! for on the massbus control bus.
02410	  MPD_HLDA			09	! The stopped condition is indicated 
02411						! by the HLDA bit being set after a 
02412						! small delay.
02413	  MPD_HOLD			08	! The microcomputer may be stopped by
02414						! setting the HOLD bit.
02415	  MPD_INT_DATA			07-00	! If HLDA is not set, Internal Data
02416						! always reads as a zero. If HLDA is
02417						! set the Internal Address Structure 
02418						! of the TM78 maybe accessed via the 
02419						! Internal Address and Internal Data
02420						! Registers. These then contain the 
02421						! current address being asserted by
02422						! the microcomputer.
02423	END WORD_11
02424	
02425	TABLE  TOPS_10 TOPS_20
02426	  TM78_SENSE_BYTES
02427	    CMDCOD		0	10-17
02428	    INTCOD		0	2-9
02429	    FALCOD		0	28-35
02430	    RPFAIL		0	20-27
02431	    RPATH		1	10-17
02432	    RSTAT		1	2-9
02433	    RCMLP		1	28-35
02434	    RAMT		1	20-27
02435	    RDON		2	10-17
02436	    RILL		2	2-9
02437	    RMK2		2	28-35
02438	    REND		2	20-27
02439	    RPSTA		3	10-17
02440	    RPOSTN		3	2-9
02441	    RDATA		3	28-35
02442	    CRCWRD		3	20-27
02443	    ECCOR		4	10-17
02444	    ECCSTA		4	2-9
02445	    CH0TIE		4	28-35
02446	    CH1TIE		4	20-27
02447	    CH2TIE		5	10-17
02448	    CH3TIE		5	2-9
02449	    CH4TIE		5	28-35
02450	    CH5TIE		5	20-27
02451	    CH6TIE		6	10-17
02452	    CH7TIE		6	2-9
02453	    CHPTIE		6	28-35
02454	    RTIER		6	20-27
02455	    TAMT		7	10-17
02456	    PSTAT		7	2-9
02457	    PRDD		7	28-35
02458	    CASSTA		7	20-27
02459	    CBUSSTA		8	10-17
02460	    DBUSSTA		8	2-8
02461	    WMCSTA		8	28-35
02462	    TUSEL0		8	20-27
02463	    TUSEL1		9	10-17
02464	    WRTDAT		9	2-9
02465	    BYT1_CNT		9	28-35
02466	    BYT2_CNT		9	20-27
02467	    PAD1_CNT		10	10-17
02468	    PAD2_CNT		10	2-9
02469	    ERR1_CNT		10	28-35
02470	    ERR2_CNT		10	20-27
02471	    DDR_A		11	10-17
02472	    DDR_B		11	2-9
02473	    WMCERR		11	28-35
02474	    INTSTA		11	20-27
02475	    TUSTAT		12	10-17
02476	    MIAA_STAT		12	2-9
02477	    MIAB_STAT		12	28-35
02478	    SER_A_NR		12	20-27
02479	    SER_B_NR		13	10-17
02480	    TUDIAG		13	2-9
02481	    RET1_CNT		13	28-35
02482	    RET2_CNT		13	20-27
02483	    TUX			14	10-17
02484	    XFRCTL		14	2-9
02485	    XRETRY		14	28-35
02486	    ENAON		14	20-27
02487	END TABLE
02488	
02489	! Sense byte 1
02490	
02491	WORD_11 COMMON
02492	  CMDCOD
02493	   CMD_CODE			7 - 0	! Command code being executed 
02494						! on last error.
02495	END WORD_11
02496	
02497	! Sense byte 2
02498	
02499	WORD_11 COMMON
02500	  INTCOD
02501	   INT_CODE			7 - 0	! Interrupt code from last error
02502	END WORD_11
02503	
02504	! Sense byte 3
02505	
02506	WORD_11 COMMON
02507	  FALCOD
02508	   FAIL_CODE			7 - 0	! Failure code from last error
02509	END WORD_11
02510	
02511	
02512	! Sense byte 4 (M8950 via M8953)
02513	
02514	WORD_11 COMMON
02515	  RPFAIL
02516	   WFAIL_0			00	! Write fail bit from REad channel 0 
02517						! Write fail is an OR of certain
02518						! error conditions namely:
02519						!	 Illegal 5 to 4 translation
02520						!	 AMTIE
02521						!	 PHTIE
02522						!	 Pointer mismatch
02523	   WFAIL_1			01	! Write fail bits from read channel 1
02524						! Write fail is an OR of certain
02525						! error conditions namely:
02526						!	 Illegal 5 to 4 translation
02527						!	 AMTIE
02528						!	 PHTIE
02529						!	 Pointer mismatch
02530	   WFAIL_2			02	! Write fail bits from read channel 2
02531						! Write fail is an OR of certain
02532						! error conditions namely:
02533						!	 Illegal 5 to 4 translation
02534						!	 AMTIE
02535						!	 PHTIE
02536						!	 Pointer mismatch
02537	   WFAIL_3			03	! Write fail bits from read channel 3
02538						! Write fail is an OR of certain
02539						! error conditions namely:
02540						!	 Illegal 5 to 4 translation
02541						!	 AMTIE
02542						!	 PHTIE
02543						!	 Pointer mismatch
02544	   WFAIL_4			04	! Write fail bits from read channel 4
02545						! Write fail is an OR of certain
02546						! error conditions namely:
02547						!	 Illegal 5 to 4 translation
02548						!	 AMTIE
02549						!	 PHTIE
02550						!	 Pointer mismatch
02551	   WFAIL_5			05	! Write fail bits from read channel 5
02552						! Write fail is an OR of certain
02553						! error conditions namely:
02554						!	 Illegal 5 to 4 translation
02555						!	 AMTIE
02556						!	 PHTIE
02557						!	 Pointer mismatch
02558	   WFAIL_6			06	! Write fail bits from read channel 6
02559						! Write fail is an OR of certain
02560						! error conditions namely:
02561						!	 Illegal 5 to 4 translation
02562						!	 AMTIE
02563						!	 PHTIE
02564						!	 Pointer mismatch
02565	
02566	   WFAIL_7			07	! Write fail bits from read channel 7
02567						! Write fail is an OR of certain
02568						! error conditions namely:
02569						!	 Illegal 5 to 4 translation
02570						!	 AMTIE
02571						!	 PHTIE
02572						!	 Pointer mismatch
02573	
02574	END WORD_11
02575	
02576	! Sense byte 5 (M5953)
02577	
02578	WORD_11 COMMON
02579	  RPATH
02580	   WRITE_FAIL_P			00	! Illegal 5 - 4 AMTIE, PHTIE or
02581						! pointer mismatch for parity bit
02582	   STAT_SELECT			01	! True if TIE bus statistics are
02583						! being sent to TIE bus
02584	   CLOCK_STOPPED		02	! True if Read Path clock is stopped
02585	   BOP				03	! Beginning of Preamble. True when Read 
02586						! path senses that the Preamble has 
02587						! just passed the Read Head.
02588	   DATA_READY			04	! Goes false when M8953 asserts data 
02589						! ready to M8951
02590	   PREAMBLE_ERR			05	! True if Preamble had AMTIE
02591	   STATUS_VALID			06	! M8953	status is valid (set after 
02592						! .1 inch gap found)
02593	   VEL_OK			07	! True if velocity is within 10%
02594						! of 125 IPS or JAM velocity OK bit
02595						! is set
02596	END WORD_11
02597	
02598	! Sense byte 6
02599	
02600	WORD_11 COMMON
02601	  RSTAT
02602	   RMC_STATUS			7-0	! Read path microcontroller status
02603						! codes are returned in this byte.
02604						! The following table identifies
02605						! each code and its meaning:
02606						!  STATUS	MEANING
02607						! 
02608						! Status resulting from ECC self test
02609						! command
02610						! 101	ECC sequencer passed self test
02611						! 102	ECC sequencer failed self test
02612	
02613						! Status resulting from an M8953 self
02614						! test
02615						! 103	Read path passed self test
02616						! 104	Read path failed self test
02617	
02618						! Status resulting from an M8950 self 
02619						! test 
02620						! 105	Read channel tests all passed
02621	
02622						! Status resulting from a clear all test 					! command for velocity testing of drive
02623						! by microcode
02624						! 1	First tach pulse
02625						! 201	Last tach pulse
02626	
02627						! Status resulting from a sample density
02628						! command
02629						! 210	Not Capable found
02630						! 211	GCR ID found
02631						! 212	PE ID found
02632	
02633						! Status resulting from a write test
02634						! of IBG, PE ID, GCR ID, ARA ID, or
02635						! ARA Burst.
02636						! 220	Bad status (write test)
02637	
02638						! Status resulting from a tape mark
02639						! test command
02640						! 222	Good tape mark found on tape
02641						!	status
02642	
02643						! Status resulting a NON BOT command
02644						! (read or write FWD or REV, GCR or PE)
02645						! 230	ARA ID found (not record or TM)
02646						! 231	Tape Mark found
02647						! 234	Preamble end not found
02648						! 235	Read path fault 1, too many
02649						!	M8950's have been fataled to
02650						! 	continue record processing
02651						! 236	Read path fault 2, 7 or more
02652						!	M8950 boards found illegal 5-4
02653						!	translations
02654						! 241	Unexpected IBG in data;
02655						!	probably creased tape(7 or
02656						!	more AMTIES active)
02657						! 261	Postamble long
02658						! 262	Postamble short
02659						! 377	OK
02660	END WORD_11
02661	
02662	! Sense byte 7( RMC commands Loop Back Register, M8953)
02663	
02664	WORD_11 COMMON
02665	  RCMLP
02666	   RMC_CMD			7-0	! Contains the last command sent to
02667						! the M8953 via 'RCMD'
02668						! The Read Microcontroller commands
02669						! and their codes are:
02670						! Code	Task
02671						! 00	NOP
02672						! 01	Interblock read
02673						! 02	Test PE ID burst
02674						! 03	Test GCR ID burst
02675						! 04	Test ARAID burst
02676						! 05	Test TM
02677						! 06	Test ARA burst
02678						! 07	Normal NON_BOT read
02679						! 10	Run RMC self test
02680						! 11	Test unknown ID Burst
02681						! 12	Run read channel micro's test
02682						! 13	Diagnostic read command
02683						! 14	Run read channel self test
02684						! 15	Run clear all RMC test pgm
02685						! 16	Run ECC self test pgm
02686						! 17	Find gap
02687	
02688	END WORD_11
02689	
02690	! Sense byte 8 (read channel AMTIE status ;location is tape transport
02691	!	via M8955, M8950, M8953)
02692	
02693	
02694	WORD_11 COMMON
02695	  RAMT
02696	   AMTIE			7-0	! This reg. reflects the state of the
02697						! AMTIE lines for channels 7 thro 0.
02698	
02699	END WORD_11
02700	
02701	! Sense byte 9 (read channel DONE status; location is M8950's via M8953)
02702	
02703	WORD_11 COMMON
02704	  RDON
02705	   NOT_DONE_0			0	! This bit will be false if the 
02706						! associated M8950 has completed 
02707						! its assigned task.
02708	   NOT_DONE_1			1	! This bit will be false if the 
02709						! associated M8950 has completed 
02710						! its assigned task.
02711	   NOT_DONE_2			2	! This bit will be false if the 
02712						! associated M8950 has completed 
02713						! its assigned task.
02714	   NOT_DONE_3			3	! This bit will be false if the 
02715						! associated M8950 has completed 
02716						! its assigned task.
02717	   NOT_DONE_4			4	! This bit will be false if the 
02718						! associated M8950 has completed 
02719						! its assigned task.
02720	   NOT_DONE_5			5	! This bit will be false if the 
02721						! associated M8950 has completed 
02722						! its assigned task.
02723	   NOT_DONE_6			6	! This bit will be false if the 
02724						! associated M8950 has completed 
02725						! its assigned task.
02726	   NOT_DONE_7			7	! This bit will be false if the 
02727						! associated M8950 has completed 
02728						! its assigned task.
02729	END WORD_11
02730	
02731	! Sense byte 10 (read channel illegal status; location M8950 via M8953)
02732	
02733	WORD_11 COMMON
02734	  RILL
02735	   ILL_0			0	! This bit will be true if the 
02736						! associated M8950 indicates the 
02737						! following:
02738						! GCR
02739						! ---
02740						! Data contained an illegal 5-bit code
02741						! which was either an error or a tape 
02742						! format control character.
02743						! PE
02744						! --
02745						! Data error such as no bit time phase
02746						! transition.
02747	   ILL_1			1	!	''
02748	   ILL_2			2	!	''
02749	   ILL_3			3	!	''
02750	   ILL_4			4	!	''
02751	   ILL_5			5	!	''
02752	   ILL_6			6	!	''
02753	   ILL_7			7	!	''
02754	
02755	END WORD_11
02756	
02757	! Sense byte 11 (read channel mark 2 status; location M8950's via M8953)
02758	
02759	WORD_11 COMMON
02760	  RMK2
02761	   MK2_0			0	! When true indicates that the 
02762						! associated M8950 has detected
02763						! a 'MARK 2' tape format control
02764						! character. If the corresponding
02765						! 'illegal 5 to 4' bit is set (RILL reg)
02766						! a MARK 2 was detected during 5 to 4
02767						! conversion.
02768	   MK2_1			1	!	''
02769	   MK2_2			2	!	''
02770	   MK2_3			3	!	''
02771	   MK2_4			4	!	''
02772	   MK2_5			5	!	''
02773	   MK2_6			6	!	''
02774	   MK2_7			7	!	''
02775	
02776	END WORD_11
02777	
02778	! Sense byte 12 (End mark for read channels; location M8950's via M8953)
02779	
02780	WORD_11 COMMON
02781	  REND
02782	   END_0			0	! END Mark for read channel 0
02783	   END_1			1	! END Mark for read channel 1
02784	   END_2			2	! END Mark for read channel 2
02785	   END_3			3	! END Mark for read channel 3
02786	   END_4			4	! END Mark for read channel 4
02787	   END_5			5	! END Mark for read channel 5
02788	   END_6			6	! END Mark for read channel 6
02789	   END_7			7	! END Mark for read channel 7
02790	
02791	END WORD_11
02792	
02793	! Sense byte 13 (Parity Read Channel Status Byte M8950)
02794	
02795	WORD_11 COMMON
02796	 RPSTA
02797	  AMTIE_P			00	! Weak amplitude on parity bit
02798	  NOT_DONE_P			01	! Parity M8950 not done
02799	  ILLEGAL_P			02	! Illegal 5:4 for parity bit
02800	  MK2P				03	! Mark 2 detected for parity bit
02801	  END_P				04	! End Mark detected for parity bit
02802	  POST_P			05	! PE Postamble detected for parity bit
02803	  DATA_P			06	! M8950 data output for parity bit
02804	  CORRECTED_DATA_P		07	! ECC module corrected output data
02805						! for parity bit
02806	
02807	END WORD_11
02808	
02809	! Sense byte 14 (read channel PE postamble detect reg.;
02810	!	location is M8950's via M8953)
02811	
02812	WORD_11 COMMON
02813	  RPOSTN
02814	   POST_0			0	! In PE: contains the inverted data
02815						! for the byte prior to the one 
02816						! currently on the data lines (RC3 D(N)
02817						! H). It is used for PE postamble 
02818						! detection.
02819						! Not used in GCR
02820	   POST_1			1	!	''
02821	   POST_2			2	!	''
02822	   POST_3			3	!	''
02823	   POST_4			4	!	''
02824	   POST_5			5	!	''
02825	   POST_6			6	!	''
02826	   POST_7			7	!	''
02827	END WORD_11
02828	
02829	
02830	! Sense byte 15 (read channel data register; location M8950's via M8953)
02831	
02832	WORD_11 COMMON
02833	  RDATA
02834	   DATA_ECC			7-0	! Data output from M8950 to ECC
02835						! (M8951)
02836	END WORD_11
02837	
02838	! Sense byte 16 (CRC word; location M8952)
02839	
02840	WORD_11 COMMON
02841	  CRCWRD
02842	   CRC_0			0	! CRC checker output bits
02843	   CRC_1			1	! CRC checker output bits
02844	   CRC_2			2	! CRC checker output bits
02845	   CRC_3			3	! CRC checker output bits
02846	   CRC_4			4	! CRC checker output bits
02847	   CRC_5			5	! CRC checker output bits
02848	   CRC_6			6	! CRC checker output bits
02849	   CRC_7			7	! CRC checker output bits
02850	END WORD_11
02851	
02852	
02853	! Sense byte 17 (Corrected data register; location M8951)
02854	
02855	WORD_11 COMMON
02856	  ECCOR
02857	   CD_0				0	! Corrected data output from M8951 to
02858						! M8952 module
02859	   CD_1				1	! 	''
02860	   CD_2				2	! 	''
02861	   CD_3				3	! 	''
02862	   CD_4				4	! 	''
02863	   CD_5				5	! 	''
02864	   CD_6				6	! 	''
02865	   CD_7				7	! 	''
02866	END WORD_11
02867	
02868	! Sense byte 18 (ECC Status Byte M8951)
02869	
02870	WORD_11 COMMON
02871	  ECCSTA				
02872	   STEC				00	! Single track error correction
02873	   TTEC				01 	! Two track error correction
02874	   UNC				02	! Uncorrectable. ECC could not
02875						! correct data error
02876	   PM				03	! Pointer Mismatch. The track in 
02877						! error did not have a pointer.
02878	   ACRCERR			04	! ACRC Error
02879	   AMT				05	! AMTIE occurred during data
02880						! portion of record
02881	   RPE				06	! ECC ROM Parity Error
02882	   CRCE				07	! CRC Error
02883	END WORD_11
02884	
02885	
02886	! Sense byte 19 (Channel 1 Track-in-error byte M8950)
02887	
02888	WORD_11 COMMON
02889	  CH0TIE
02890	   STAT				00	! STAT = 0, Pointer mismatch
02891						! in GCR, 0 in PE
02892	 					! STAT = 1, Any pointer occurred
02893						!	(both GCR and PE)
02894	   PHTIE0			01	! Phase Tie
02895	   AMTIE0			02	! AMTIE
02896	   PEGCRTK			03	! Illegal 5:4 in GCR
02897						! Dead track in PE
02898	END WORD_11
02899	
02900	! Sense byte 20 (Channel 2 Track-in-error byte M8950)
02901	
02902	WORD_11 COMMON
02903	  CH1TIE
02904	   STAT				00	! STAT = 0, Pointer mismatch
02905						! in GCR, 0 in PE
02906	  					! STAT = 1, Any pointer occurred
02907						!	(both GCR and PE)
02908	   PHTIE1			01	! Phase Tie
02909	   AMTIE1			02	! AMTIE
02910	   PEGCRTK			03	! Illegal 5:4 in GCR
02911						! Dead track in PE
02912	END WORD_11
02913	
02914	
02915	! Sense byte 21 (Channel 3 Track-in-error byte M8950)
02916	
02917	WORD_11 COMMON
02918	  CH2TIE
02919	   STAT				00	! STAT = 0, Pointer mismatch
02920						! in GCR, 0 in PE
02921						! STAT = 1, Any pointer occurred
02922						!	(both GCR and PE)
02923	   PHTIE2			01	! Phase Tie
02924	   AMTIE2			02	! AMTIE
02925	   PEGCRTK			03	! Illegal 5:4 in GCR
02926						! Dead track in PE
02927	
02928	END WORD_11
02929	
02930	
02931	! Sense byte 22 (Channel 4 Track-in-error byte M8950)
02932	
02933	WORD_11 COMMON
02934	  CH3TIE
02935	   STAT				00	! STAT = 0, Pointer mismatch
02936						! in GCR, 0 in PE
02937						! STAT = 1, Any pointer occurred
02938						!	(both GCR and PE)
02939	   PHTIE3			01	! Phase Tie
02940	   AMTIE3			02	! AMTIE
02941	   PEGCRTK			03	! Illegal 5:4 in GCR
02942						! Dead track in PE
02943	
02944	END WORD_11
02945	
02946	
02947	! Sense byte 23 (Channel 5 Track-in-error byte M8950)
02948	
02949	WORD_11 COMMON
02950	  CH4TIE
02951	   STAT				00	! STAT = 0, Pointer mismatch
02952						! in GCR, 0 in PE
02953						! STAT = 1, Any pointer occurred
02954						!	(both GCR and PE)
02955	   PHTIE4			01	! Phase Tie
02956	   AMTIE4			02	! AMTIE
02957	   PEGCRTK			03	! Illegal 5:4 in GCR
02958						! Dead track in PE
02959	
02960	END WORD_11
02961	
02962	
02963	! Sense byte 24 (Channel 6 Track-in-error byte M8950)
02964	
02965	WORD_11 COMMON
02966	  CH5TIE
02967	   STAT				00	! STAT = 0, Pointer mismatch
02968						! in GCR, 0 in PE
02969						! STAT = 1, Any pointer occurred
02970						!	(both GCR and PE)
02971	   PHTIE5			01	! Phase Tie
02972	   AMTIE5			02	! AMTIE
02973	   PEGCRTK			03	! Illegal 5:4 in GCR
02974						! Dead track in PE
02975	END WORD_11
02976	
02977	
02978	! Sense byte 25 (Channel 7 Track-in-error byte M8950)
02979	
02980	WORD_11 COMMON
02981	  CH6TIE
02982	   STAT				00	! STAT = 0, Pointer mismatch
02983						! in GCR, 0 in PE
02984						! STAT = 1, Any pointer occurred
02985						!	(both GCR and PE)
02986	   PHTIE6			01	! Phase Tie
02987	   AMTIE6			02	! AMTIE
02988	   PEGCRTK			03	! Illegal 5:4 in GCR
02989						! Dead track in PE
02990	END WORD_11
02991	
02992	
02993	
02994	! Sense byte 26 (Channel 8 Track-in-error byte M8950)
02995	
02996	WORD_11 COMMON
02997	  CH7TIE
02998	   STAT				00	! STAT = 0, Pointer mismatch
02999						! in GCR, 0 in PE
03000						! STAT = 1, Any pointer occurred
03001						!	(both GCR and PE)
03002	   PHTIE7			01	! Phase Tie
03003	   AMTIE7			02	! AMTIE
03004	   PEGCRTK			03	! Illegal 5:4 in GCR
03005						! Dead track in PE
03006	END WORD_11
03007	
03008	
03009	! Sense byte 27 (Channel P Track-in-error byte M8950)
03010	
03011	WORD_11 COMMON
03012	  CHPTIE
03013	   STAT				00	! STAT = 0, Pointer mismatch
03014						! in GCR, 0 in PE
03015						! STAT = 1, Any pointer occurred
03016						!	(both GCR and PE)
03017	   PHTIEP			01	! Phase Tie
03018	   AMTIEP			02	! AMTIE
03019	   PEGCRTK			03	! Illegal 5:4 in GCR
03020						! Dead track in PE
03021	
03022	END WORD_11
03023	
03024	! Sense byte 28 (read channel TIE bus register; location M8953)
03025	
03026	WORD_11 COMMON
03027	  RTIER
03028	   TIE_BUS_0			0	! Reads TIE bus without enabling
03029						! any M8950 modules. If JAM TIE
03030						! bus (in address 011-W bit 7)
03031						! is set then the value written into
03032						! address 012-W is read.
03033	   TIE_BUS_1			1	!	''
03034	   TIE_BUS_2			2	!	''
03035	   TIE_BUS_3			3	!	''
03036	
03037	END WORD_11
03038	
03039	! Sense byte 29 (AMTIE word; location M8955 TUP 2, 4)
03040	
03041	WORD_11 COMMON
03042	  TAMT
03043	   TU_AMTIE			7-0	! This register reflects info on
03044						! TU bus AMTIE 7:0 L
03045	
03046	END WORD_11
03047	
03048	
03049	! Sense byte 30 (TU port status byte   M8955)
03050	
03051	WORD_11 COMMON
03052	  PSTAT
03053	   AMTIE_P			00	! TU bus AMTIE Parity
03054	   RDP				01	! TU bus RD P line
03055	   WCSP				02	! TU bus WCS P line
03056	   TACK				03	! TU bus tachometer line
03057	   TUPRES			04	! Tape unit present. Indicates that
03058						! a TU78 transport is physically
03059						! cabled to this TU port.
03060	   CMDPE			05	! WCS command parity error during
03061						! a TM78 command or command/status
03062						! address write.
03063	   WR_DATA_STROBE		06	! TU bus WDS
03064	   STAT_PE			07	! WCS status parity error has occurred
03065						! when reading a TU78 register 
03066						! over the WCS lines.
03067	END WORD_11
03068	
03069	
03070	! Sense byte 31 (port read data word)
03071	
03072	WORD_11 COMMON
03073	  PRDD
03074	   READ_DATA			7-0	! This reg. reflects the info
03075						! on TU BUS RD 7:0 L
03076	END WORD_11
03077	
03078	! Sense byte 32 (CAS port (n) status byte)
03079	
03080	WORD_11 COMMON
03081	  CASSTA
03082	   DRADR			2-0	! Massbus drive address for
03083						! this port
03084	   ATA				03	! Attention active. The host computer
03085						! has not completed the ATTN. 
03086						! interrupt servicing routine yet
03087	   ILR_CAS			04	! Illegal Massbus register referenced
03088	   CASPE			05	! CAS/Massbus C bus parity error has
03089						! been detected on a write to TM78.
03090	   TMRDY			06	! This massbus port is ready to 
03091						! accept a command from the host
03092						! computer. 
03093	   CONTEN			07	! CAS contention error. Both the
03094						! host computer and 
03095						! the microcomputer (M8960) tried
03096						! to access the common address space
03097						! at the same time.
03098	
03099	END WORD_11
03100	
03101	! Sense byte 33 (Massbus C bus status byte)
03102	
03103	WORD_11 COMMON
03104	  CBUSSTA
03105	   ONLINE			00	! Massbus port is on-line 
03106	   V5OK				01	! When true indicates that
03107						! the -5 volts power supply for
03108						! Massbus receivers is operating.
03109	   LEFT				02	! reflects the status of the 
03110						! write microcontroller LEFT line
03111	   MBFAIL			03	! Massbus fail. When HI indicates
03112						! a controller Power failure or
03113						! no Massbus connected to this port.
03114	   MBINIT			04	! Massbus initialize line status
03115	   MBDEM			05	! Massbus demand line status
03116	   MBTRA			06	! Massbus transfer line status
03117	   MBATTN			07	! Massbus attention line status
03118	
03119	END WORD_11
03120	
03121	! Sense byte 34 (Massbus D bus status byte)
03122	
03123	WORD_11 COMMON
03124	  DBUSSTA
03125	   MBSCLK			00	! Massbus sync clock line status
03126	   WMCSCLK			01	! WMC SCLK or hardware reg 300-w bit 0
03127	   MBRUN			02	! Massbus run line
03128	   MBEXC			03	! Massbus exception line status
03129	   MBEBL			04	! Massbus end of block line status
03130	   MBOCC			05	! Massbus occupied line status
03131	   MBWCLK			06	! Massbus write clock line status
03132	   MBWREN			07	! Port write enabled
03133	
03134	END WORD_11
03135	
03136	! Sense byte 35 (write microcontroller status; location M8959)
03137	
03138	WORD_11 COMMON
03139	  WMCSTA
03140	   XMC_WCLK			00	! Reflects true state of translator
03141						! write clock pulse(110 ns at normal
03142						! speed)
03143	   RES_WMC_DRBUS		01	! Residual To WMC DR Bus.
03144						! Gates HI or LO nibble of residual
03145						! character to WMC DR BUS.
03146	   ACRC_WMC_DRBUS		02	! ACRC to WMC DR BUS.
03147						! Gates HI or LO nibble of ACRC 
03148						! character to WMC DR Bus.
03149	   CRC_WMC_DRBUS		03	! Gates HI or LO nibble of CRC
03150						! character to WMC DR Bus.
03151	   ECC_WMC_DRBUS		04	! Gates HI or LO nibble of ECC
03152						! character to WMC DR Bus.
03153	   TRANS			05	! Transfer. Shifts one nibble
03154						! on WMC DR bus into Translator.
03155	   WMC_NOT_DONE			06	! 0 = Write microcontroller done
03156						! writing PE data or GCR data 
03157						! groups.(used in diagnostic single
03158						! step node; normally appears for
03159						! 110 ns.)
03160						! 1 = Write microcontroller busy
03161						!     or idle.
03162	   XMC_NOT_DONE			07	! 0 = Translator microcontroller
03163						!     done writing postamble and
03164						!     waiting to be serviced.
03165						! 1 = Translator Busy.
03166	END WORD_11
03167	   
03168	
03169	! Sense byte 36 (Tape unit port 0/1 select; location M8955, Port 0/1, Slot 08)
03170	
03171	WORD_11
03172	  TUSEL0
03173	   TUNIT_SEL			1 - 0	! A two bit binary field which
03174						! reflects the Tape Unit Port 
03175						! currently selected by the MBSEL
03176						! register (340-w bits 1:0)
03177	   TPORT1_WR_EN			2	! When true indicates that the 
03178						! Write Path for Tape Unit Port
03179						! 1 is enabled.
03180	   TPORT0_WR_EN			3	! When true indicates that the 
03181						! Write Path for Tape Unit Port
03182						! 0 is enabled.
03183	   TPORT1_RD_EN			4	! When true indicates that the 
03184						! Read Path for Tape Unit Port 1
03185						! is enabled.
03186	   TPORT0_RD_EN			5	! When true indicates that the 
03187						! REad Path for Tape Unit Port 0
03188						! is enabled.
03189	   NOT_BYTE_TER_CNT		6	! 0 = Write microcontroller Byte
03190						!     Count Terminal Count asserted.
03191	   SINGLE_TPORT			7	! 0 = Both TUP modules are installed
03192						!     in backplane slots 08/09
03193						! 1 = Only one TUP module installed
03194						!     in backplane slot 08.
03195	END WORD_11
03196	
03197	
03198	! Sense byte 37 (Tape unit port 2/3 select; location M8955, Port 2/3 Slot 09)
03199	
03200	WORD_11 COMMON
03201	  TUSEL1
03202	   TUNIT_SEL1			1 - 0	! A two bit binary field which
03203						! reflects the Tape Unit Port 
03204						! currently selected by the MBSEL
03205						! register (340-w bits 1:0)
03206	   TPORT3_WR_EN			2	! When true indicates that the 
03207						! Write Path for Tape Unit Port
03208						! 3 is enabled.
03209	   TPORT2_WR_EN			3	! When true indicates that the 
03210						! Write Path for Tape Unit Port
03211						! 2 is enabled.
03212	   TPORT3_RD_EN			4	! When true indicates that the 
03213						! Read Path for Tape Unit Port 3
03214						! is enabled.
03215	   TPORT2_RD_EN			5	! When true indicates that the 
03216						! REad Path for Tape Unit Port 2
03217						! is enabled.
03218						! Bits 7:6 are not used.
03219	END WORD_11
03220	
03221	
03222	! Sense byte 38 (write data; location M8959)
03223	
03224	WORD_11 COMMON
03225	  WRTDAT
03226	   WR_DATA			7-0	! Looks at write or read data on
03227						! the intermediate DRD bus.
03228	END WORD_11
03229	
03230	
03231	! Sense byte 39 (Byte counter HI/LO; location M8959)
03232	
03233	WORD_11 COMMON
03234	  BYT1_CNT
03235	   BYTE_CNT			7 - 0	! Write micro/byte assembly 
03236						! 'byte counter' word.
03237						
03238	END WORD_11
03239	
03240	
03241	! Sense byte 40 (byte counter 15:8)
03242	
03243	WORD_11 COMMON
03244	  BYT2_CNT
03245	  BYTE_CNT2			7 - 0	! Byte count bits 15 to 8
03246	END WORD_11
03247	
03248	
03249	! Sense byte 41 (Pad counter HI/Lo; location M8959)
03250	
03251	WORD_11 COMMON
03252	  PAD1_CNT
03253	   PAD_CNT			7 - 0	! Write Micro/Byte assembly
03254						! 'pad character counter' word.
03255	END WORD_11
03256	
03257	! Sense byte 42 (pad counter 15:8)
03258	
03259	WORD_11 COMMON
03260	  PAD2_CNT
03261	   PAD_CNT			7 - 0	! Write Micro/Byte assembly
03262	
03263	END WORD_11
03264	
03265	! Sense byte 43 (Error code counter HI/Lo; location M8959)
03266	
03267	WORD_11 COMMON
03268	  ERR1_CNT
03269	   ERR_CODE			7-0	! ECODE counter values when read
03270						! at the completion of an operation:
03271						! EC	Error Indication
03272						! -1	Read Skip Count > 4 in
03273						! 	10 CORE DUMP, > 3 in
03274						!	10 COMPAT, or > 8 in
03275						! 	HI Density
03276						! -2	Read Skip Count > 1 in
03277						!	11 Normal or 15
03278						!	Normal
03279						! -3	Format COde > 6
03280						! -4	WMC SELF-TEST
03281						!	Diagnostic error
03282						! -5	Read overrun or write fault
03283	END WORD_11
03284	
03285	! Sense byte 44 (error code counter 15:8)
03286	WORD_11 COMMON
03287	  ERR2_CNT
03288	   ECODE_2			7 - 0	! Error code counter 15:8
03289	END WORD_11
03290	
03291	
03292	! Sense byte 45 (Diagnostic data reg A)
03293	
03294	WORD_11 COMMON
03295	  DDR_A
03296	   MASSBUS_DATA			7 - 0	! This reg. reads from and writes 
03297						! to a portion of the 18 bit wide MBD 
03298						! bus between the M8956 and M8959
03299						! modules.
03300	END WORD_11
03301	
03302	! Sense byte 46 (diagnostic data reg B)
03303	
03304	WORD_11 COMMON
03305	  DDR_B
03306	   MASSBUS_DATA_B		7 - 0	! This reg. reads from and writes
03307						! to a portion of the 18 bit wide
03308						! MBD bus between the M8956 and
03309						! M8959 modules.
03310	END WORD_11
03311	
03312	
03313	! Sense byte 47 (Write Microcontroller error byte)
03314	
03315	WORD_11 COMMON
03316	  WMCERR
03317	   MBD				2-0	! HI order 3 bits of MBD lines
03318	   DRRDPE			03	! Read data parity error from M8952
03319						! to WMC modules over the CRC bus.
03320	   ROMPE			04	! WMC ROM parity error was detected
03321						! or the WMC internal microdiagnostics
03322						! stopped at an error halt.
03323	   ERR				05	! WMC diagnostic ''ovarall error''
03324						! status bit.
03325	   DRMBPE			06	! Massbus data bus parity error
03326						! was received at TM78 data input
03327						! port.
03328	   DR_NO_WR_CLK			07	! Host Massbus controller failed
03329						! to respond to SCLK in time to
03330						! transfer next data byte. (currently
03331						! not used)
03332	
03333	END WORD_11
03334	
03335	! Sense byte 48 (Interrupt status byte, M8960)
03336	
03337	WORD_11 COMMON
03338	  INTSTA
03339	   X_ROMPE			00	! Translator (M8958) ROM parity error
03340						! or has branched to an error halt
03341						! during its internal diagnostic
03342						! routines.
03343	   PE_WR_PE			01	! Translator VPE on PE write has
03344						! been detected at the output of
03345						! the Translator.
03346	   MB_B_OUT			02	! Massbus port B logic not present
03347	   MB_A_OUT			03	! Massbus port A logic not present
03348	   WR_DATA_REG_P		04	! Reflects the state of the 
03349						! ''DR BYTE PAR H'' line. Serves
03350						! as the parity bit for the WRTDAT
03351						! reg. or  PE write done flag.
03352	   PWR_OK			05	! When set indicates that the TM78
03353						! Power Supply has not signaled
03354						! an AC LO condition.
03355	   ROM_PE			06	! Microcomputer(M8960) ROM has
03356						! experienced a Parity Error.
03357	   MBSEL			07	! Massbus port currently  selected 
03358						! 0 = Port A, 1 = Port B
03359	
03360	END WORD_11
03361	
03362	
03363	! Sense byte 49 (TU78 status byte)
03364	
03365	WORD_11 COMMON
03366	  TUSTAT
03367	   FPT_TU			00	! File protected
03368	   EOT_TU			01	! End of tape
03369	   BOT_TU			02	! Beginning of tape
03370	   PES				03	! 1 = PE mode, 0 = GCR mode
03371	   REW_TU			04	! TU is rewinding
03372	   ONL				05	! TU is on-line, but not necessarily
03373						! ready
03374	   RDY_ON			06	! Ready has undergone a transition
03375						! to the set state. Cleared by a CLR
03376						! TU command.
03377	   REDY			07	! The tape unit is ON LINE, not 
03378						! rewinding, not loading or unloading
03379						! and all pneumatic interlocks are made.
03380	 
03381	END WORD_11
03382	
03383	! Sense byte 50 (MIA status A byte)
03384	
03385	WORD_11 COMMON
03386	  MIAA_STAT
03387	   DSE_MIA			00 	! indicates that a Data security erase
03388						! command has been written into the TU 
03389						! CMD B location. Clears when EOT sets
03390						! or when a CLR TU command is written
03391						! into TU CMD B.
03392	   MOT				01	! Indicates  TU capstan motion
03393	   LWR				02	! Loop write-to-read test command
03394	   WR_INH			03	! Write head inhibit
03395	   WRT				04	! Indicates the state of the 
03396						! Write command bit
03397	   REVERSE			05	! indicates the state of the
03398						! TU reverse command bit
03399	   FWD				06	! TU forward bit has been written
03400						! with a 1 or a DSE command has
03401						! been written into the TU CMD B
03402						! location.
03403	   MAN_TEST			07	! MIA is in manual test mode
03404	
03405	END WORD_11
03406	
03407	! Sense byte 51 (MIA status B byte)
03408	
03409	WORD_11 COMMON
03410	  MIAB_STAT
03411	   PORTSEL_MIA		2-0	! Port select
03412						! 6 = position 0 (massbus A)
03413						! 5 = position 1 (massbus B)
03414						! 3 = position 2 or both(Massbus A or B)
03415						! 7 = position 3(select neither Massbus)
03416	   SPEED			4-3	! A two bit field that indicates
03417						! the speed of a tape unit. TU78 = 2
03418						! (125 IPS)
03419	   					! Bit 3 contains 0 always
03420						! Bit 4 contains 1 always
03421	   ARA_ERR			5	! Automatic read amplification 
03422						! burst error. During a GCR operation
03423						! from 9.5 inches after BOT the
03424						! amplifier gains failed to achieve
03425						! the required value. Valid only if
03426						! READY is set.
03427	   PEC				6	! 0 = GCR mode
03428						! 1 = PE mode
03429	   CMD_PE			7	! TU bus command parity error or 
03430						! a TEST command has been written
03431						! into TU CMD B. Clears when a CLR 
03432						! TU command is received, whether 
03433						! parity is correct(odd) or not. 
03434						! This bit drives the TU Bus CMD PE L
03435						! line.
03436	END WORD_11
03437	
03438	! Sense byte 52 (MIA register 3; serial NR A)
03439	
03440	 WORD_11 COMMON
03441	   SERA_NR
03442	   SER_ANR		7-0	! SERIAL NUMBER
03443	END WORD_11
03444	
03445	
03446	! Sense byte 53 (MIA register 4; serial NR B)
03447	
03448	  WORD_11 COMMON
03449	  SERB_NR
03450	   SER_BNR		7-0	! SERIAL NUMBER
03451	END WORD_11
03452	
03453	
03454	
03455	! Sense byte 54 (MIA TU diagnostics byte, M8955)
03456	
03457	WORD_11 COMMON
03458	  TUDIAG		
03459	   AMTIE_THR			1-0	! AMTIE threshold
03460						! 0/1 = 10% IBG check
03461						! 2 = 25% Write
03462						! 3 = 20% Read
03463						! Bit 02 is zero
03464	   TACH				03	! Tachometer pulse
03465	   EOT_DET			04	! EOT detected
03466	   RD_EN			05	! Read enable
03467	   NOT_WR			06	! Not writing
03468	   WRB4				07	! State of write AMP for TK4
03469	
03470	END WORD_11
03471	
03472	! Sense byte 55
03473	
03474	WORD_11 COMMON
03475	  RET1_CNT
03476	   RET_CNT			7 - 0	! Retry counter. This byte is the
03477						! count of retry interrupt requests
03478						! given for the tape unit. When this
03479						! count is zero, the tape unit is not
03480						! in a retry sequence.
03481	END WORD_11
03482	
03483	! Sense byte 56 (Retry control byte)
03484	! This byte is used by the microcode to control error recovery. It is
03485	! meaningful only when the retry counter(byte 55) is not zero.
03486	
03487	WORD_11 COMMON
03488	  RET2_CNT
03489	   REV_CMD			05	! Initial command moved tape
03490						! reverse
03491						! Bits 0 to 4 are not used
03492	   RD				06	! Initial command was a Read
03493	   OPP				07	! Last retry was in the opposite
03494						! direction of initial command
03495	END WORD_11
03496	
03497	! Sense byte 57 (TU software status)
03498	
03499	WORD_11 COMMON
03500	  TUX
03501	   DSE_TUX			00	! Data security erase in progres
03502	   REW				01	! Rewind in progress
03503	   PRES_TUX			02	! TU exists and power is on
03504	   NDT				03	! NON_DATA transfer command
03505						! issued from a massbus port 
03506						! is in progress
03507	   REV				04	! Tape was not moved in reverse
03508	   WRT_TAPE			05	! Last tape operation involved
03509						! a write to tape
03510	   TM				06	! Last record seen was a tape 
03511						! mark
03512	   PORT				07	! 0 = Last massbus command came 
03513						! from port A
03514						! 1 = Last massbus command
03515						! came from port B
03516	END WORD_11
03517	
03518	! Sense byte 58 (Transfer control byte)
03519	
03520	WORD_11 COMMON
03521	  XFRCTL
03522	   WRC_SEL			2-0	! Write clock select
03523						! 0 = Normal write clock
03524						! 1 = 20% clock
03525						! 2 = 10% clock (GCR read)
03526						! 3 = -20% clock (PE read)
03527						! 4 = External clock
03528						! 5 = Single step
03529						! 6/7 = not used
03530	   RDC_SEL			5-3	! Read clock select
03531						! 0 = -10% clock
03532						! 1 = +10% clock
03533						! 2 = Normal clock
03534						! 3 = -30% clock
03535						! 4 = external clock
03536						! 5 = Single clock
03537						! 6/7 = not used
03538	   PLO_BP			06	! Read channel Phase Lock
03539						! Oscillator Bypass
03540						! Bit 7 is zero
03541	   LO_RD_TH			07	! Low read threshold.
03542	END WORD_11
03543	
03544	
03545	! Sense byte 59(XRETRY Byte)
03546	WORD_11 COMMON
03547	  XRETRY
03548	   X_RETRY			7 - 0	! REtry suppress and format control.
03549						! This byte contains the contents
03550						! of the left half of the Massbus reg.
03551						! which contains the retry suppress bit
03552						! format and skip count.
03553	END WORD_11
03554	
03555	! Sense byte 60(Keypad enable flag byte)
03556	
03557	WORD_11 COMMON
03558	  ENAON
03559	   KEYPAD_FLAG			7 - 0	! This byte is not zero when the
03560						! keypad is enabled.
03561	END WORD_11
03562	
03563	!++
03564	!	Disk statistics block
03565	!--
03566	
03567	TABLE  TOPS10
03568	 DSCSBP		!Disk statistics block
03569	  DSCBPT	0	0-35	!TABLE LENGTH
03570					!-# OF ITEMS,,0
03571	  DEV_NAM	1	0-35	!DEVICE NAME IN SIXBIT
03572	  DSCHID	2	0-35	!HOME BLOCK ID IN SIXBIT
03573	  DSCHCT	3	0-35	!LH = # OF HARD DEV+SEEK+SRH ERRORS
03574					!RH = # OF HARD DATA ERRORS
03575	  DSCSCT	4	0-35	!LH = # OF HARD+SOFT DEV+SEEK+SRH ERRORS
03576					!RH = # OF HARD+SOFT DATA ERRORS
03577	  DSCPCT	5	0-35	!LH = # OF POSITION FAILURES
03578					!RH = # OF HARD+SOFT SEEK INC'S
03579	  SEEK_INC_CNT	5	18-35   ! 
03580	  NTHUNG_CNT	6	0-8	! NTHUNG count	{
03581	  THUNG_CNT	6	9-17	! THUNG count	{ UNIHNG
03582	  PHUNG_CNT	6	18-26	! PHUNG count	{
03583	  SHUNG_CNT	6	27-35	! SHUNG count	{
03584	  DSCMCT	7	0-35	!SOFTWARE ERROR COUNT
03585	  SAT_ERRORS	7	0-11	! SAT error count	{
03586	  RIB_ERRORS	7	12-23	! RIB error count	{ UNIMCT
03587	  CHKSM_ERRORS	7	24-35	! Checksum error count	{
03588	  DSCBRC	8	0-35	!TOTAL BLOCKS READ IN BUFFERED MODE
03589	  DSCBWC	9	0-35	!TOTAL BLOCKS WRITTEN IN BUFFERED MODE
03590	  DSCDRC	10	0-35	!TOTAL BLOCKS READ IN DUMP MODE
03591	  DSCDWC	11	0-35	!TOTAL BLOCKS WRITTEN IN DUMP MODE
03592	  DSCMRC	12	0-35	!TOTAL BLOCKS READ BY MONITOR
03593	  DSCMWC	13	0-35	!TOTAL BLOCKS WRITTEN BY MONITOR
03594	  DSCICT	14	0-35	!TOTAL BLOCKS READ FOR SWAPPER
03595	  DSCOCT	15	0-35	!TOTAL BLOCKS WRITTEN BY SWAPPER
03596	  DSCMSC	16	0-35	!TOTAL SEEKS BY MONITOR
03597	  DSCUSC	17	0-35	!TOTAL SEEKS FOR JOBS
03598	END TABLE
03599	
03600	!++
03601	!	DTE control block
03602	!--
03603	
03604	TABLE  TOPS10 TOPS20
03605	 DTE_CONTROL_BLOCK	!List of DTE control blocks
03606	  DTE_BLOCK,_0		0	BODY-F
03607	  DTE_BLOCK,_1		8	BODY-F
03608	  DTE_BLOCK,_2		16	BODY-F
03609	  DTE_BLOCK,_3		24	BODY-F
03610	END TABLE
03611	
03612	TABLE  TOPS10 TOPS20
03613	 DTE_BLOCK	! Each DTE duplicates the following format
03614	  TO_11_POINTER		0	0-35
03615	  TO_10_POINTER		1	0-35
03616	  DTE_INT_INSTRUCTION	2	0-35
03617	! RESERVED		3	0-35
03618	  EXAMINE_PROTECT	4	0-35
03619	  DEPOSIT_PROTECT	5	0-35
03620	  DEPOSIT_RELOC		6	0-35
03621	END TABLE
03622	!---------------------------------------------------------------
03623	
03624	!++
03625	!
03626	!	MASSBUS REGISTER INFORMATION FOR DX20.
03627	!	MASSBUS REGISTER VALUES ARE IN THE FORM
03628	!	FINAL CONTENTS,,INITIAL CONTENTS
03629	!
03630	!--
03631	
03632	TABLE  TOPS10 TOPS20
03633	 DX20_MASSBUS_REG
03634	  DM_CR			0	0-35	! Control register
03635	  DM_SR			1	0-35	! Status register
03636	  DM_ER			2	0-35	! Error register
03637	  DM_MR			3	0-35	! Maintainence register
03638	  DM_AS			4	0-35	! Attention summary register
03639	  DM_SB			5	0-35	! Secondary block address register
03640	  DM_DT			6	0-35	! Drive type & Hardware version #
03641	  DM_SI			7	0-35	! STATUS INDEX / ENDING STATUS
03642	  DM_DN			8	0-35	! DRIVE # / MODE
03643	  DM_ES			9	0-35	! EXTENDED STATUS TABLE SIZE
03644	  DM_TE			10	0-35	! Track in error / Flags
03645	  DM_AY			11	0-35	! ASYNCH. STATUS
03646	  DM_E0			12	0-35	! EXTENDED STATUS REG 0
03647	  DM_E1			13	0-35	! EXTENDED STATUS REG 1
03648	  DM_IR			14	0-35	! INSTR. REG
03649	  DM_PC			15	0-35	! PROGRAM COUNTER
03650	  DM_AL			16	0-35	! ALU
03651	  DM_SD			17	0-35	! SROM / DROM
03652	  DM_FP			18	0-35	! FROM / PARITY / INTERRUPTS
03653	  DM_BW			19	0-35	! BALU / WORKING MEMORY
03654	  DM_IB			20	0-35	! IBUS / BR
03655	  DM_MA			21	0-35	! FLAGS / MEMORY ADDR.
03656	END TABLE
03657	
03658	!++
03659	!
03660	!	DX20 DEVICE SUB-BLOCK DEFINITIONS
03661	!
03662	!--
03663	
03664	TABLE  TOPS10 TOPS20
03665	 DX20_DEVICE_REG
03666	  DT_SBA		0	0-35	! SENSE BYTES	0-3
03667	  DT_SBB		1	0-35	!		4-7
03668	  DT_SBC		2	0-35	!		8-11
03669	  DT_SBD		3	0-35	!		12-15
03670	  DT_SBE		4	0-35	!		16-19
03671	  DT_SBF		5	0-35	!		20-23
03672	  DT_MCV		6	0-35	! MICRO CODE VERSION #
03673	  DT_MRA		7	0-35	! MASSBUS INTERFACE REG 0-3
03674	  DT_MRB		8	0-35	!	 		4-7
03675	  DT_MRC		9	0-35	! 			10-13
03676	  DT_MRD		10	0-35	! 		 	14-17
03677	  DT_MRE		11	0-35	! 			20-23
03678	  DT_MRF		12	0-35	! 			24-27
03679	  DT_CB0		13	0-35	! CHANNEL BUS INTERFACE 10-13
03680	  DT_CB1		14	0-35	!			14-17
03681	  DT_DP0		15	0-35	! DATA PATH REG 0-3
03682	  DT_DP1		16	0-35	!		4-7
03683	  DT_DP2		17	0-35	!		10-13
03684	  DT_DP3		18	0-35	!		14-17
03685	  DT_LAS		19	0-35	! LAST COMMAND,LAST ADDR,
03686						!  LAST ASYNCH,STATUS,
03687						!  LAST DEV W ASYNCH STATUS
03688	END TABLE
03689	
03690	!++
03691	!	Information recorded by TOPS-10 or TOPS-20 when an
03692	!	operator wishes to note something in the log.
03693	!	This may or may not be a manually-detected error.
03694	!--
03695	
03696	TABLE  TOPS10 TOPS20
03697	 ERROR_LOG
03698	  JOB_NUMBER		0	0-17	!Who sent message
03699	  TERMINAL_NUMBER	0	18-35	!Terminal of sender
03700	  USER_ID		1	0-35	!P,PN OF USER
03701	  WHO_ANSWER		2	0-35	!SIXBIT ANSWER TO /WHO
03702	  DEV_ANSWER		3	0-35	!SIXBIT ANSWER TO /DEV
03703	  LOG_TEXT		4	0-35	!PTR TO ASCIZ MSG
03704	END TABLE
03705	
03706	!++
03707	!	Front-end entry description used by both TOPS-10 and TOPS-20.
03708	!--
03709	
03710	TABLE  TOPS10 TOPS20
03711	 FE_DATA
03712	  FORK_NUMBER		0	0-17	!Fork running at time of entry
03713	  JOB_NUMBER		0	18-35	!Job "    "     "   "    "
03714	  DIRECTORY		1	0-35	!LOGGED IN DIRECTORY,, CONNECTED DIR
03715	  FE_VERSION		2	0-35	!FRONT END SOFTWARE VERSION #
03716	  PROGRAM_NAME		3	0-35	!USER'S PGM NAME IN SIXBIT
03717	  UNK_DEV_FLAG		4	0	!DEVICE CODE UNKNOWN TO TOPSxx
03718	  DEV_NUMBER		4	14-17	!DEVICE #
03719	  DEV_CODE		4	18-35	!DEVICE CODE OF REPORTED DEVICE
03720						! SAME AS CODE IN FE PROTOCOL
03721	  WD_CNT		5	0-17	!POINTER TO SUB-BLOCK
03722	  FE_SUB		5	MAIN-F	!To get into subtable
03723	  FE_OFFSET		5	18-35	!DEVICE DEPENDENT PACKET OF INFORMATION.
03724						!-# OF WORDS,,OFFSET FROM FE_JOB
03725	  DETECTING_DTE		6	0-35	!DTE # WHICH DETECTED ERROR
03726	  FE_LENGTH		7	0-35	!LENGTH OF DATA PACKET IN 8 BIT BYTES
03727	END TABLE
03728	
03729	!++
03730	!	FE supplied data in 16 bit bytes
03731	!--
03732	TABLE  TOPS10 TOPS20
03733	 FE_SUB		!Fixed portion of front-end supplied data
03734	  STD_STATUS		0	0-15	!Standard status
03735	  CONFIG_RPT_FLAG	0	4	!DEVICE CONFIGURATION REPORT
03736	
03737	! Info for new KLERR entry (sub-type 205)
03738	
03739	  KLER_BLOCK		0	16-31	!Current block number
03740	  KLER_BLOCK_CNT	1	0-15	!Total number of blocks in entry
03741	  KLER_FIRST_WORD	1	16-31	!First data word
03742	END TABLE
03743	
03744	!++
03745	!	HALT STATUS BLOCK
03746	!--
03747	TABLE  TOPS10 TOPS20
03748	 KS_HS_BLOCK	!KS-10 HALT status block
03749	  HS_MAG	0	0-35		!MAGNITUDE  (ONES IN BITS 1-36)
03750	  HS_PC		1	0-35		!PC
03751	  HS_HR		2	0-35		!CURRENT INSTRUCTION (HR)
03752	  HS_AR		3	0-35		!AR
03753	  HS_ARX	4	0-35		!ARX
03754	  HS_BR		5	0-35		!BASE REGISTER
03755	  HS_BRX	6	0-35		!BASE REGISTER EXTENSTION
03756	  HS_ONE	7	0-35		!CONSTANT ONE
03757	  HS_EBR	10	0-35		!EXEC BASE REGISTER
03758	  HS_UBR	11	0-35		!USER BASE REGISTER
03759	  HS_MSK	12	0-35		!MASK  (ONES IN BITS 0-35)
03760	  HS_FLG	13	0-35		!MICROCODE STATUS FLAGS,,PAGE FAIL CODE
03761	  HS_PI		14	0-35		!PI STATUS
03762	  HS_X1		15	0-35		!1,,1
03763	  HS_T0		16	0-35		!T0
03764	  HS_T1		17	0-35		!T1
03765	  HS_VMA	20	0-35		!VMA FLAGS,,VMA  (0-15,,16-35)
03766	END TABLE
03767	
03768	!++
03769	!
03770	!	MASSBUS REGISTER DEFINITIONS
03771	!
03772	!--
03773	
03774	TABLE  TOPS10 TOPS20
03775	 MB_DEV		! MB_DEVICE_REG
03776	  MB_CR_END		0	0-17	! Control reg at end
03777	  MB_CR_ERR		0	18-35	!  at error
03778	  MB_DS_END		1	0-17	! Status reg at end
03779	  MB_DS_ERR		1	18-35	!  at error
03780	  MB_ER1_END		2	0-17	! Error reg 1 at end
03781	  MB_ER1_ERR		2	18-35	!  at error
03782	  MB_ERR_END		2	0-17	! Error reg 1 at end
03783	  MB_ERR_ERR		2	18-35	!  at error
03784	  MB_MR_END		3	0-17	! Maintenance reg at end
03785	  MB_MR_ERR		3	18-35	!  at error
03786	  MB_AS_END		4	0-17	! Attention summary reg at end
03787	  MB_AS_ERR		4	18-35	!  at error
03788	  MB_DA_END		5	0-17	! Desired track/sector addr reg at end
03789	  MB_DA_ERR		5	18-35	!  at error
03790	  MB_FR_CNT_END		5	0-17	! Frame count reg at end
03791	  MB_FR_CNT_ERR		5	18-35	!  at error
03792	  MB_DT_END		6	0-17	! Drive type reg at end
03793	  MB_DT_ERR		6	18-35	!  at error
03794	  MB_LA_END		7	0-17	! Look ahead reg at end
03795	  MB_LA_ERR		7	18-35	!  at error
03796	  MB_CHK_SUM_END	7	0-17	! Checksum reg at end
03797	  MB_CHK_SUM_ERR	7	18-35	!  at error
03798	  MB_SN_END		8	0-17	! Serial number reg at end (BCD)
03799	  MB_SN_ERR		8	18-35	!  at error		   (4 digits)
03800	  MB_OF_END		9	0-17	! Offset reg at end
03801	  MB_OF_ERR		9	18-35	!  at error
03802	  MB_TC_END		9	0-17	! Tape control reg at end
03803	  MB_TC_ERR		9	18-35	!  at error
03804	  MB_DC_END		10	0-17	! Desired cylinder reg at end
03805	  MB_DC_ERR		10	18-35	!  at error
03806	  MB_CC_END		11	0-17	! Current cylinder reg at end
03807	  MB_CC_ERR		11	18-35	!  at error
03808	  MB_ER2_END		12	0-17	! Error reg 2 at end
03809	  MB_ER2_ERR		12	18-35	!  at error
03810	  MB_ER3_END		13	0-17	! Error reg 3 at end
03811	  MB_ER3_ERR		13	18-35	!  at error
03812	  MB_ECC1_END		14	0-17	! ECC position reg at end
03813	  MB_ECC1_ERR		14	18-35	!  at error
03814	  MB_ECC2_END		15	0-17	! ECC pattern reg at end
03815	  MB_ECC2_ERR		15	18-35	!  at error
03816	END TABLE
03817	
03818	!++
03819	!	NXM_TABLE handled by user. May be one bit per page or one bit per word.
03820	!--
03821	
03822	TABLE  TOPS10
03823	 NXM_TAB
03824	  NXM_WORD		0	0-35	!Just define the first word of the
03825						!table for now. The length depends on
03826						!the pointer to this table.
03827	END TABLE
03828	
03829	!++
03830	!
03831	!	%CCPAR and %CCMPT sub-table definitions.
03832	!
03833	!--
03834	
03835	TABLE  TOPS10
03836	 PAR_SWEEP_DATA		! Info recorded by memory sweep routines
03837	  HIGH_ADDRESS		0	0-35	!Highest parity error found last sweep
03838	  LAST_REL_ADDRESS	1	0-35	!Relative address in segment.
03839	  LAST_SWEEP_COUNT	2	0-35	!Count of errors during last sweep.
03840	  TOTAL_SWEEPS		3	0-35	!Number of parity sweeps this load.
03841	  USER_ENABLED_COUNT	4	0-35	!Done by diagnostics?
03842	  ADDRESS_AND		5	0-35	!On last sweep.
03843	  CONTENTS_AND		6	0-35	!On last sweep.
03844	  ADDRESS_OR		7	0-35
03845	  CONTENTS_OR		8	0-35
03846	  CHANNEL_ERRORS	9	0-35	!Count of errors detected by channel
03847						!but not by sweep.
03848	END TABLE
03849	
03850	!++
03851	!
03852	!	Contents of ACS
03853	!
03854	!--
03855	
03856	TABLE  TOPS10 TOPS20
03857	 SAVED_ACS
03858	  AC0		0	0-35
03859	  AC1		1	0-35	!
03860	  AC2		2	0-35	!
03861	  AC3		3	0-35	!
03862	  AC4		4	0-35	!
03863	  AC5		5	0-35	!
03864	  AC6		6	0-35	!
03865	  AC7		7	0-35	!
03866	  AC10		8	0-35	!
03867	  AC11		9	0-35	!
03868	  AC12		10	0-35	!
03869	  AC13		11	0-35	!
03870	  AC14		12	0-35	!
03871	  AC15		13	0-35	!
03872	  AC16		14	0-35	!
03873	  AC17		15	0-35	!
03874	END TABLE
03875	
03876	!++
03877	!
03878	!	SBDIAG tables.
03879	!
03880	!--
03881	
03882	TABLE  TOPS10 TOPS20
03883	 SBDIAG_LIST
03884	  NEG_FUNCTION_COUNT	0	0-17	!Count of S-bus diagnostic functions.
03885	  CONTROLLER_NUMBER	0	18-35	!Memory controller identifier.
03886	  SBDIAG_FUNCTION_0	1	0-35	!Only function 0 and 1 currently
03887	  SBDIAG_FUNCTION_1	2	0-35	!
03888	!  SBDIAG_FUNCTION_2	3	0-35
03889	!  SBDIAG_FUNCTION_3	4	0-35
03890	!  SBDIAG_FUNCTION_4	5	0-35
03891	!  SBDIAG_FUNCTION_5	6	0-35
03892	!  SBDIAG_FUNCTION_6	7	0-35
03893	!  SBDIAG_FUNCTION_7	8	0-35
03894	!  SBDIAG_FUNCTION_10	9	0-35
03895	!  SBDIAG_FUNCTION_11	10	0-35
03896	!  SBDIAG_FUNCTION_12	11	0-35
03897	END TABLE
03898	
03899	!++
03900	!	The following table defines each word of a ten-word block which may
03901	!	be a list of bad address, good contents, bad contents, or any other
03902	!	list of items saved within an entry.
03903	!--
03904	
03905	TABLE  TOPS10 TOPS20
03906	 TOP_TEN
03907	  WORD1			0	0-35	!List of saved addresses or data
03908	  WORD2			1	0-35	!
03909	  WORD3			2	0-35	!
03910	  WORD4			3	0-35	!
03911	  WORD5			4	0-35	!
03912	  WORD6			5	0-35	!
03913	  WORD7			6	0-35	!
03914	  WORD8			7	0-35	!
03915	  WORD9			8	0-35	!
03916	  WORD10		9	0-35	!
03917	END TABLE
03918	
03919	!++
03920	!	The following WORD definitions are for all entries
03921	!	in TOPS-10 and TOPS-20.
03922	!--
03923	WORD_10
03924	 API_WORD
03925	  ADDRESS_SPACE		0-2
03926	!   DEFINE
03927	!    EPT        = 0
03928	!    EX_VIRTUAL = 1
03929	!    PHYSICAL   = 4
03930	!   END DEFINE
03931	  API_FUNCTION		3-5
03932	!   DEFINE
03933	!    STANDARD_INT = 0,1
03934	!    DTE_STD_INT  = 7
03935	!    VECTOR_INT   = 2
03936	!    INC_DEC_INT  = 3
03937	!    EXAMINE_INT  = 4
03938	!    DEPOSIT_INT  = 5
03939	!    BYTE_INT     = 6
03940	!   END DEFINE
03941	  QUAL_BIT		6
03942	  DEVICE_NUMBER		7-10
03943	!   DEFINE
03944	!    RH20_INT = 0-7
03945	!    DTE_INT  = 10-13
03946	!    DIA_INT  = 17
03947	!   END DEFINE
03948	  API_PHYS_ADDRESS	13-35
03949	END WORD_10
03950	
03951	WORD_10  TOPS10 TOPS20
03952	 APR_STATUS
03953	  ENABLE_24_31	6-13
03954	  SWEEP_BUSY	19
03955	  MASTER_OSC	22
03956	  S_BUS_ERROR	24
03957	  APRSTS_NXM	25
03958	  IO_PAGE_FAIL	26
03959	  MB_PAR	27
03960	  CACHE_DIR_PAR	28
03961	  ADDRESS_PAR	29
03962	  PWR_FAIL	30
03963	  SWEEP_DONE	31
03964	  INT_REQ	32
03965	  PI_LEVEL	33-35
03966	END WORD_10
03967	
03968	WORD_10  TOPS10 TOPS20
03969	 PAGE_DATAI
03970	  MUST_BE_ONES	0-2
03971	  CURRENT_BLOCK	6-8
03972	  PREV_BLOCK	9-11
03973	  PREV_CONTEXT	13-17
03974	  UPT_PAGE	23-35
03975	END WORD_10
03976	
03977	WORD_10  TOPS10 TOPS20
03978	 PAGE_FAIL_WORD
03979	  MODE		0
03980	!   DEFINE
03981	!    USER_MODE = 1
03982	!    EXEC_MODE = 0
03983	!   END DEFINE
03984	  ACCESSIBLE	2
03985	  WRITEABLE	3
03986	  SOFTWARE	4
03987	  WRITE_REF	5
03988	  PUBLIC_MODE	6
03989	  CACHEABLE	7
03990	  VIRTUAL	8
03991	  PF_CODE	1-5
03992	!   DEFINE
03993	!    PROP_VIOLATE =   21
03994	!    ADDRESS_FAIL =   23
03995	!    ILLEGAL_INDIR =  24
03996	!    PAGE_TABLE_PAR = 25
03997	!    ILL_ADDRESS =    27
03998	!    AR_PAR =	     36
03999	!    ARX_PAR =     37
04000	!   END DEFINE
04001	  VIRTUAL_ADDRESS 18-35
04002	END WORD_10
04003	
04004	WORD_10  TOPS10 TOPS20
04005	 PAGE_STATUS
04006	  CACHE_LOOK	18
04007	  CAHE_LOAD	19
04008	  KL10_PAGED	21
04009	  TRAP_ENABLE	22
04010	  EPT_PAGE	23-35
04011	END WORD_10
04012	
04013	WORD_10  TOPS10 TOPS20
04014	 PI_STATUS
04015	  PI_REQUESTS		11-17	!PI levels requesting interrupts (1-7).
04016	  WRITE_EVEN_ADR_PAR	18
04017	  WRITE_EVEN_DATA_PAR	19
04018	  WRITE_EVEN_DIR_PAR	20
04019	  PI_IN_PROGRESS	21-27	!PI levels currently waiting to finish.
04020	  PI_SYS_ON		28
04021	  PI_CHANNELS_ON	29-35	!PI levels capable of interrupting.
04022	END WORD_10
04023	
04024	WORD_10  TOPS10 TOPS20
04025	 RDERA_STATUS
04026	  WORD_NUMBER		0-1	!Failing word within quadword.
04027	  SWEEP_REF		2	!Referenced during cache sweep.
04028	  CHANNEL_REF		3	!Channel
04029	  REF_DATA		4-6
04030	!   DEFINE
04031	!    MEM_RD_OR_RPW =     0
04032	!    CHN_STORE_STATUS =  1
04033	!    CHN_STORE_DATA =    3
04034	!    E_BOX_STORE_FM_AR = 5
04035	!    RD_FM_CACHE =       6
04036	!    CACHE_WRITE_BACK =  7
04037	!   END DEFINE
04038	  RDERA_PHYS_ADDRESS		14-35
04039	END WORD_10
04040	
04041	!	SBDIAG bit definitions
04042	!--------------------------------------------------------
04043	WORD_10  TOPS10 TOPS20
04044	 SBDIAG_FUNCTION_0	! SBDIAG function 0 bits
04045	  SBD0_DMA		REFER	!DMA-specific stuff
04046	  SBD0_NOT_DMA		REFER	!Bits not found in DMA
04047	  SBD0_MF20		REFER	!MF20-specific bits
04048	END WORD_10
04049	
04050	WORD_10  TOPS10 TOPS20
04051	 SBD0_DMA	!DMA-specific  SBDIAG function 0 bits
04052	  SBD0_NXM		2
04053	  SBD0_READ_PAR_ERR	3	!Also on MF20.
04054	  SBD0_WRITE_PAR_ERR	4	!Also on MF20.
04055	  SBD0_ADD_PAR_ERROR	5	!Also on MA/MB and MF20.
04056	  SBD0_BUS_MODE		6-7
04057	  SBD0_LAST_REQ_BITS	8-11	!RQ0-RQ3 also on MF20.
04058	  SBD0_LAST_REQ_READ	12	!Also on MF20.
04059	  SBD0_LAST_REQ_WRITE	13	!ALSO on MF20.
04060	  SBD0_FIRST_ADDRESS	14-35	!XBUS address on MF20.
04061	END WORD_10
04062	
04063	WORD_10
04064	 SBD0_NOT_DMA	!MA/MB/MF SBDIAG function 0 bits
04065	  SBD0_INCOMP_CYCLE	2	!
04066	  SBD0_INTERL_MODE	6-7	!
04067	END WORD_10
04068	
04069	WORD_10
04070	 SBD0_MF20	!MF20 specific bits in SBDIAG function 0
04071	  SBD0_CONTR_ERR	0
04072	  SBD0_CORR_ERROR	1
04073	END WORD_10
04074	
04075	WORD_10  TOPS10 TOPS20
04076	 SBDIAG_FUNCTION_1	! SBDIAG function 1 bit descriptions
04077	  SBD1_CONTR_TYPE	8-11	!Common
04078	  SBD1_MA_MB		REFER	!DMA-specific bits
04079	  SBD1_NOT_MF		REFER	!DMA/MA/MB but not MF20
04080	  SBD1_MF20		REFER	!MF20-specific bits
04081	END WORD_10
04082	
04083	WORD_10  TOPS10 TOPS20
04084	 SBD1_MA_MB	!MA/MB specific SBDIAG function 1 bits
04085	  SBD1_SBUS_ADDRESS	14-17 
04086	  SBD1_LOW_ADR_BOUND	18-21 
04087	  SBD1_HI_ADR_BOUND	22-25
04088	  SBD1_MARGINS_ON	30
04089	  SBD1_REQ_ENABLED	32-35	! RQ0-RQ3
04090	END WORD_10
04091	
04092	WORD_10
04093	 SBD1_NOT_MF	! DMA/MA/MB but not MF20 SBDIAG function 1 bits
04094	  SBD1_MODS_INSTALLED	0-7	!DMA = 0-7, MA/MB = 4-7
04095	  SBD1_LOOPBACK_SET	12	!also DMA
04096	END WORD_10
04097	
04098	WORD_10
04099	 SBD1_MF20	!MF20 specific SBDIAG function 1 bits
04100	SBD1_LOOP_GROUP_SEL	12-14
04101	SBD1_MF20_DISABLED	25
04102	SBD1_MF20_CONDITION	26-27
04103	END WORD_10
04104	
04105	!++
04106	!
04107	!	The following functions do not currently exist in the event
04108	!	file. They are documented here in case they are inserted later.
04109	!
04110	!--
04111	!
04112	!WORD_10
04113	! SBDIAG_FUNCTION_2
04114	!  ERROR_WORD_NUMBER	5-6
04115	!  SELECTED_DATA	7-14	!Diagnostic or PROM.
04116	!  SS_MOS_ADDRESS	20-27
04117	!  RAM_ERROR_TYPE	28-30	!Timing, substitution, response.
04118	!END WORD_10
04119	!
04120	!WORD_10
04121	! SBDIAG_FUNCTION_3
04122	!  FAST_BUS_ON		8
04123	!  FIXED_VALUE_RAMS	10-13
04124	!END WORD_10
04125	!
04126	!WORD_10
04127	! SBDIAG_FUNCTION_4
04128	!  SS_CLK_CNTRL_ECHO	9-15
04129	!  REF_ENABLED		21
04130	!  REF_INTRVL_COUNTER	23-30
04131	!END WORD_10
04132	!
04133	!WORD_10
04134	! SBDIAG_FUNCTION_5
04135	!  SS_MOS_RAS		24-27	!Row address strobe.
04136	!END WORD_10
04137	!
04138	!WORD_10
04139	! SBDIAG_FUNCTION_6
04140	!  DIAG_DATA_FROM	7-14
04141	!  SS_MOS_CAS		24-27	!State of column address strobe.
04142	!END WORD_10
04143	!
04144	!WORD_10
04145	! SBDIAG_FUNCTION_7
04146	!  BIT_SUB_RAM_DAT_ECHO	7-14
04147	!  SS_MOS_WRITE_ENABLE	24-27
04148	!END WORD_10
04149	!
04150	!WORD_10
04151	! SBDIAG_FUNCTION_10
04152	!  ACTIVE_MARGINS	7-10
04153	!  ACTIVE_MARGIN_EN	11-14
04154	!  ECC_INHIBITED	25
04155	!  DC_ERROR		26
04156	!END WORD_10
04157	!
04158	!WORD_10
04159	! SBDIAG_FUNCTION_11
04160	!  TIM_RAM_DATA_ECHO	21-27
04161	!  4K_ENABLED		29
04162	!  DESEL_CYC_ENABLED	30
04163	!END WORD_10
04164	!
04165	!WORD_10
04166	! SBDIAG_FUNCTION_12
04167	!  ADD_RES_RAM_ECHO	8-14
04168	!END WORD_10
04169	!---------------------------------------------------------------
04170	!	End of SBDIAG definitions
04171	
04172	!++
04173	!
04174	!	RH10 Registers - Bit Definitions
04175	!
04176	!++
04177	
04178	WORD_10 TOPS10 TOPS20
04179	 CONI_RH10
04180	  RH10_AR_FULL			0	! SEE KL10 MAINTENANCE HANDBOOK
04181	  RH10_CB_FULL			1
04182	  RH10_CC_INH			3
04183	  RH10_CHAN_ACT			4
04184	  RH10_CHAN_PLS			5
04185	  RH10_DF22			6
04186	  RH10_ILL_FUNCT		9
04187	  RH10_SELDR_ADR_E		10
04188	  RH10_CDATA_PE			15
04189	  RH10_CW_PE			16
04190	  RH10_NXM			17
04191	  RH10_DBUS_PE			18
04192	  RH10_DREXC_ERROR		19
04193	  RH10_CHAN_ERROR		20
04194	  RH10_CW_WRITE			21
04195	  RH10_OVER_RUN			22
04196	  RH10_DR_RE_ERROR		23
04197	  RH10_ILL_CMD			24
04198	  RH10_POWER_FAIL		25
04199	  RH10_CBUS_OVRUN		28
04200	  RH10_RAE			29
04201	  RH10_ATTN			30
04202	  RH10_BUSY			31
04203	  RH10_DONE			32
04204	END WORD_10
04205	!++
04206	!
04207	!	RH20 Registers - Bit Definitions
04208	!
04209	!++
04210	
04211	WORD_10  TOPS10 TOPS20
04212	 CONI_STATUS
04213	  PIA				33-35	!PI channel assignment
04214	  CMD_DONE			32	!command done
04215	  PRI_CFL			31	!PTCR register loaded
04216	  MBUS_AIE			30	!enable attention interrupts
04217	  SEC_CFL			29	!STCR register loaded
04218	  MBUS_ATTN			28	!massbus attention active
04219	  MBUS_ENAB			27	!enable massbus transactions
04220	  OVER_RUN			26	!data overrun error
04221	  CHAN_RDY			25	!channel ready for data xfer
04222	  REG_A_ERROR			24	!RAE register access error
04223	  DR_RE_ERROR			23	!drive response error
04224	  CHAN_ERROR			22	!channel error fm MBOX
04225	  SHORT_WCE			21	!short word count error
04226	  LONG_WCE			20	!long word count error
04227	  DRIVE_EXC			19	!drive exception
04228	  DATA_PE			18	!data bus parity error
04229	END WORD_10
04230	
04231	WORD_10  TOPS20
04232	 SBAR					!secondary block addr reg
04233	  PREP_REG			REFER	!common to all registers
04234	  BLOCK_ADDRESS			20-35	!disk block address
04235	END WORD_10
04236	
04237	WORD_10  TOPS20
04238	 STCR					!secondary transfer control reg
04239	  PREP_REG			REFER	!common to all registers
04240	  RESET_CLP			7	!reset command list pointer
04241	  STORE_STAT			10	!store termination status
04242	  DIS_XFER			19	!disable transfer error stop
04243	  NEG_BLK_CNT			20-29	!negative block count
04244	  FUNCTION_CODE			30-35	!function code for command
04245	END WORD_10
04246	
04247	WORD_10  TOPS20
04248	 PBAR					!primary block addr reg
04249	  PREP_REG			REFER	!common to all registers
04250	  BLOCK_ADDRESS			20-35	!disk block address
04251	END WORD_10
04252	
04253	WORD_10  TOPS20
04254	 PTCR					!primary transfer control reg
04255	  PREP_REG			REFER	!common to all registers
04256	  RESET_CLP			7	!reset command list pointer
04257	  STORE_STAT			10	!store termination status
04258	  DIS_XFER			19	!disable transfer error stop
04259	  NEG_BLK_CNT			20-29	!negative block count
04260	  FUNCTION_CODE			30-35	!function code for command
04261	END WORD_10
04262	
04263	WORD_10  TOPS20
04264	 IVIR					!interrupt vector index reg
04265	  PREP_REG			REFER	!common to all registers
04266	  VECT_INTR_ADDR		27-35	!vector interrupt address
04267	END WORD_10
04268	
04269	WORD_10  TOPS20
04270	 RR					!read register
04271	  PREP_REG			REFER	!common to all registers
04272	  PAR_BIT			17	!parity bit
04273	  DIAG_WRITE_DATA		18-35	!write data during maint mode
04274	END WORD_10
04275	
04276	WORD_10  TOPS20
04277	 WR					!write register
04278	  PREP_REG			REFER	!common to all registers
04279	  PAR_BIT			17	!parity bit
04280	  DIAG_READ_DATA		18-35	!read data during maint mode
04281	END WORD_10
04282	
04283	WORD_10  TOPS20
04284	 DCR					!diagnostic control register
04285	  PREP_REG			REFER	!common to all registers
04286	  XFER_SIG			26	!simulates massbus TRANSFER sig
04287	  DATA_LOOP			27	!data loopback from massbus
04288	  TEST_SBAR			28	!test SBAR register
04289	  EVEN_PAR_CHK			29	!even parity check test
04290	  READ_WRITE			30	!R/W set for diag read
04291	  SIM_D_EXC			31	!simulate massbus exception
04292	  SIM_EOB			32	!simulate massbus end of block
04293	  SIM_ATTN			34	!simulate massbus attention
04294	  SIM_SCLK			35	!simulate massbus S clock
04295	END WORD_10
04296	
04297	WORD_10  TOPS20
04298	 PREP_REG
04299	  REG_SEL_CODE			0-5	!register select code
04300	  LOAD_REG			6	!load register bit
04301	  DIS_RAE			9	!disable register access error stop
04302	  DEV_SEL_CODE			15-17	!device select code
04303	  CBUS_EP			8	!control bus parity
04304	END WORD_10
04305	
04306	WORD_10 TOPS20
04307	 CONO					!conditions out information
04308	  CLEAR_RAE			24	!clear reg access error
04309	  CLEAR_MBC			25	!clear massbus controller
04310	  CLEAR_XFER			26	!clear transfer
04311	  MBUS_ENAB			27	!enable the massbus
04312	  CONO_RESET_CLP		28	!reset the cmd list pointer
04313	  DEL_SCR			29	!delete current cmd in STCR
04314	  ATTEN_ENABLE			30	!enable attention interrupt
04315	  STOP				31	!stop the channel
04316	  CLEAR_DONE			32	!clear out done flag
04317	  PIA				33-35	!PI channel assignment
04318	END WORD_10
04319	
04320	!++
04321	!	Bits defined in PDP-11 format
04322	!--
04323	
04324	!++
04325	!
04326	!	RH11 - Register Definitions
04327	!
04328	!++
04329	
04330	WORD_10  TOPS10 TOPS20
04331	 UBA_STATUS
04332	  UBA_STAT_TIME_OUT		18	!UNIBUS arbitrator time out or NXM
04333	  UBA_STAT_BAD_MDATA		19	!Bad memory data
04334	  UBA_STAT_BUS_PE		20	!KS10 (backplane) bus parity error
04335	  UBA_STAT_NXD			21	!Nonexistant device
04336	  UBA_STAT_HI_INT		24	!High level interrupt pending
04337	  UBA_STAT_LO_INT		25	!Low "  "  "
04338	  UBA_STAT_ACDC_LO		26	!AC or DC low
04339	  UBA_STAT_DIS_XFR		28	!Disable transfer if BMD (bit 19=1)
04340	  UBA_STAT_INIT_UBA		29	!Init UBA and unibus devices
04341	  UBA_STAT_HIGH_PI		30-32	!High level PI number
04342	  UBA_STAT_LOW_PI		33-35	!low level PI  number
04343	END WORD_10
04344	
04345	WORD_11  TOPS10 TOPS20
04346	 RH11_RMCS2				!control and status reg 2
04347	  DATA_LATE			15	!data late error
04348	  WR_CK_ERROR			14	!write check error
04349	  UBUS_PE			13	!unibus parity error
04350	  NON_X_DRIVE			12	!non existent drive
04351	  NXM				11	!non existent memory error
04352	  PROG_ERROR			10	!program error
04353	  MISS_XFER			9	!missed transfer error
04354	  MBUS_DPE			8	!massbus data parity error
04355	  OUT_READY			7	!output ready
04356	  IN_READY			6	!input ready
04357	  CONT_CLEAR			5	!controller clear
04358	  PAR_TEST			4	!parity logic test
04359	  BAI_INH			3	!inhibit increment of BA reg
04360	  UNIT_SEL			2-0	!unit select
04361	END WORD_11
04362	
04363	WORD_11  TOPS10 TOPS20
04364	 RH11_RMBA				!bus addres register
04365	  BUS_ADDRESS			15-0	!unibus address
04366	END WORD_11
04367	
04368	WORD_11  TOPS10 TOPS20
04369	 RH11_RMDB				!data buffer reg
04370	  DATA				15-0	!data from bus
04371	END WORD_11
04372	
04373	WORD_11  TOPS10 TOPS20
04374	 RH11_RMWC				!word count reg
04375	  WORD_COUNT			15-0	!negative word count
04376	END WORD_11
04377	
04378	!++
04379	!  RS04 Error Register Bit Definitions (from error register 1 offset)
04380	!__
04381	
04382	WORD_11  COMMON
04383	 RSER				  
04384	  RS04_DCK			15      ! Data2Check
04385	  RS04_UNS			14      ! Unsafe
04386	  RS04_OPI			13      ! Operation incomplete
04387	  RS04_DTE			12      ! Drive Timing Error
04388	  RS04_WLE  			11      ! Write lock error
04389	  RS04_IAE 			10      ! Invalid Address Error
04390	  RS04_AO  			9       ! Address overflow
04391	  RS04_PAR 			3       ! Bus Parity Error
04392	  RS04_RMR			2       ! Register Modify Refused
04393	  RS04_ILR			1       ! Illegal Register
04394	  RS04_ILF			0       ! Illegal Function
04395	END WORD_11
04396	
04397	!+++
04398	!
04399	!	RP04 / RP06 Register Bit Definitions
04400	!
04401	!+++
04402	
04403	WORD_11  COMMON
04404	 DS					!drive status register
04405	  ATTN_ACT			15	!attention active
04406	  ERROR				14	!drive error
04407	  PIP				13	!positioning in progress
04408	  MOL				12	!medium on line
04409	  WRITE_LOCK			11	!write lock switch on
04410	  LAST_SECT			10	!last sector
04411	  PROG_ABLE			9	!programmable
04412	  DRIVE_PRES			8	!drive preset
04413	  DRIVE_READY			7	!drive ready
04414	  VALID_VOL			6	!valid volume
04415	  RP4_DEQ1			5	!diff equal 1
04416	  RP4_DLT64			4	!diff less than 64
04417	  RP4_GOREV			3	!go reverse
04418	  RP4_DIGB			2	!drive to inner guard band
04419	  RP4_DF20			1	!drive fwd 20 ips
04420	  RP4_DF5			0	!drive fwd 5 ips
04421	END WORD_11
04422	
04423	WORD_11  COMMON
04424	 ER1					!error reg 1
04425	  DATA_CHECK			15	!data check during read data
04426	  UNSAFE			14	!drive unsafe condition
04427	  OPER_INC			13	!operation incomplete
04428	  DR_T_ERROR			12	!drive timing error
04429	  WR_LK_ERROR			11	!write lock error
04430	  I_ADR_ERROR			10	!invalid address error
04431	  A_OV_ERROR			9	!address overflow error
04432	  HCRC_ERROR			8	!header CRC error
04433	  H_COM_ERROR			7	!header compare error
04434	  ECC_ERROR			6	!hard ECC error
04435	  WR_CK_FAIL			5	!write clock failure
04436	  FMT_ERROR			4	!format error
04437	  PAR_ERROR			3	!parity error in drive
04438	  RMR				2	!reg modification refused
04439	  ILL_REG			1	!illegal reg reference
04440	  ILL_FUNCT			0	!illegal function attempted
04441	END WORD_11
04442	
04443	WORD_11  COMMON
04444	 MR					!maintenance register
04445	  HI_CT_DET			10	!high count detected
04446	  SBYTE_DET			9	!sync byte detected
04447	  ZERO_DET			8	!zeros detected
04448	  DATA_ENV			7	!data envelope detected
04449	  ECC_ENV			6	!ECC envelope detected
04450	  MAINT_WRITE			5	!maintenance write operation
04451	  MAINT_READ			4	!maintenance read operation
04452	  MAINT_SCLK			3	!maintenance S clock
04453	  MAINT_INDEX			2	!maintenance index clock
04454	  MAINT_CLOCK			1	!maintenance clock
04455	  DIAG_MODE			0	!diagnostic mode
04456	END WORD_11
04457	
04458	WORD_11  COMMON
04459	 AS					!attention summary reg
04460	  ATA7				7	!attention active from unit 7
04461	  ATA6				6	!attention active from unit 6
04462	  ATA5				5	!attention active from unit 5
04463	  ATA4				4	!attention active from unit 4
04464	  ATA3				3	!attention active from unit 3
04465	  ATA2				2	!attention active from unit 2
04466	  ATA1				1	!attention active from unit 1
04467	  ATA0				0	!attention active from unit 0
04468	END WORD_11
04469	
04470	WORD_11  COMMON
04471	 DA					!drive address reg
04472	  TRACK				12-8	!track number
04473	  SECTOR			4-0	!sector address
04474	END WORD_11
04475	
04476	WORD_11  COMMON
04477	 DT					!drive type register
04478	  NO_BLK_ADR			15	!not block addressable
04479	  TAPE_DRIVE			14	!tape drive unit
04480	  MOVE_HEAD			13	!moving head device
04481	  DRIVE_REQ			11	!drive request required
04482						!dual port drive only
04483	  DRIVE_TYPE			8-0	!drive type designator
04484	END WORD_11
04485	
04486	WORD_11  COMMON
04487	 LA					!look ahead register
04488	  SECTOR_COUNT			10-6	!current sector under head
04489	  EXT_FIELD			5-4	!counter extension field
04490	END WORD_11
04491	
04492	WORD_11  COMMON
04493	 SN					!serial number register
04494	  SERIAL_NO			15-0	!serial no. in BCD (4 digits)
04495	END WORD_11
04496	
04497	WORD_11  COMMON
04498	 OF					!offset register
04499	  SIGN_CNG			15	!sign change
04500	  FMT22				12	!22 sector format
04501	  ECC_INH			11	!inhibit ECC checking
04502	  H_COM_INH			10	!inhibit header compare errors
04503	  OFFSET			7-0	!offset magnitude and direction
04504	END WORD_11
04505	
04506	WORD_11  COMMON
04507	 DC					!desired cylinder
04508	  RP4_DCYL_NO			8-0	!desired cylinder for RP04
04509	  RP6_DCYL_NO			9-0	!desired cylinder for RP06
04510	END WORD_11
04511	
04512	WORD_11  COMMON
04513	 CC					!current cylinder
04514	  RP4_CCYL_NO			8-0	!current cylinder for RP04
04515	  RP6_CCYL_NO			9-0	!current cylinder for RP04
04516	END WORD_11
04517	
04518	WORD_11  COMMON
04519	 ER2					!error register 2
04520	  RP4_ACUN			15	!AC unsafe
04521	  RP7_PGE			15
04522	
04523	  PLO_UNS			13	!PLO unsafe
04524	  RP7_CPU			13
04525	
04526	  RP4_30VU			12	!30 volts unsafe
04527	  RP7_RWU3			12
04528	
04529	  INDEX_ERROR			11	!index clock error
04530	  RP7_RWU2			11
04531	
04532	  NO_H_SEL			10	!no head select error
04533	  RP7_RWU1			10
04534	
04535	  MULTI_H_SEL			9	!multiple head select error
04536	  RP7_WOR			9
04537	
04538	  WRITE_UNS			8	!write unsafe
04539	
04540	  RP7_ERR_CODE			7-0
04541	  RP4_FA_EN			7	!failsafe enable
04542	  RP6_AB_ST			7	!abnormal stop
04543	  RP4_FA_EN_6_AB_ST		7	!Either way
04544	
04545	  TRAN_UNSF			6	!transitions unsafe
04546	
04547	  TRAN_DET_F			5	!transitions detected failed
04548	
04549	  RP6_RP4_MSE			4	!motor sequence error
04550	  RD_WR_UNSF			4	!read write unsafe
04551	  RP4_MSE_6_RD_WR_UNSF		4	!Either way
04552	
04553	  C_SW_UNSF			3	!
04554	
04555	  W_SEL_UNSF			2	!
04556	
04557	  C_SK_UNSF			1	!
04558	
04559	  WR_C_UNSF			0	!write clock unsafe
04560	END WORD_11
04561	
04562	WORD_11  COMMON
04563	 ER3					!error register 3
04564	  OFF_CYL			15	!off cylinder error
04565	  RP7_BSE			15	
04566	
04567	  SEEK_INC			14	!seek incomplete
04568	
04569	  RP6_OPER			13	!operator plug error
04570	  RP7_DSE			13
04571	
04572	  RP7_CLF			11
04573	  RP7_LBC			10
04574	  RP7_LCE			9
04575	  RP7_PHF			8
04576	  RP7_DVC			7
04577	
04578	  AC_LOW			6	!AC low error
04579	  RP7_IXU			6
04580	
04581	  DC_LOW			5	!DC low error
04582	  RP7_DCU			5
04583	
04584	  RP6_35_VF			4	!35 volt supply failure
04585	  RP4_NOT_6_35V			4	!Because different on RP04
04586	  RP7_SDF			4
04587	
04588	  RP4_UNSF			3	!drive unsafe
04589	  RP7_DPE			3
04590	
04591	  RP7_SBE			2
04592	
04593	  RP4_VE_US			1	!velocity unsafe
04594	  RP6_WR_OS			1	!write with offset error
04595	  RP4_VE_US_6_WR_OS		1	!Either way
04596	  RP7_SCF			1
04597	
04598	  RP4_PS_UN			0	!power unsafe
04599	  RP6_DC_UN			0	!DC unsafe
04600	  RP4_PS_UN_6_DC_UN 		0	!Either way
04601	  RP7_RTO			0
04602	END WORD_11
04603	
04604	WORD_11  COMMON
04605	 ECC1					!ECC position register
04606	  ECC_ERR_LOC			12-0	!location of error burst
04607	END WORD_11
04608	
04609	WORD_11  COMMON
04610	 ECC2					!ECC pattern register
04611	  ECC_ERR_MASK			10-0	!error bit mask - 11 bits
04612	END WORD_11
04613	
04614	!++
04615	!
04616	!	RM03 Registers - bit definitions
04617	!
04618	!--
04619	
04620	WORD_11  COMMON
04621	 RMCS1					!RM03 control register 1
04622	  RH11_SPEC_COND		15	!special condition - RH11 only
04623	  RH11_XFER_ERROR		14	!transfer error - RH11 only
04624	  RH11_MBUS_CPE			13	!massbus control bus parity 
04625						!error - RH11 only
04626	  DRIVE_AVAIL			12	!drive available
04627	  PORT_SEL			10	!port select
04628	  UBADDR_EXT			9-8	!unibus adr extension bits
04629	  READY				7	!unit ready
04630	  INTR_ENAB			6	!interrupt enable
04631	  FUNCTION			5-0	!drive function + go
04632	  GO				0	!go
04633	END WORD_11
04634	
04635	WORD_11  COMMON
04636	 RMDS					!RM03 drive status register
04637	  ATTN_ACT			15	!attention active 
04638	  ERROR				14	!inclusive OR error bit
04639	  PIP				13	!positioning in progress
04640	  MOL				12	!medium on line
04641	  WRITE_LOCK			11	!write lock
04642	  LAST_BLOCK			10	!last block transferred
04643	  PROG_ABLE			9	!programmable - dual port only
04644	  DRIVE_PRES			8	!drive present
04645	  DRIVE_READY			7	!drive ready
04646	  VALID_VOL			6	!valid volume
04647	  OFSET_MODE			0	!offset mode active
04648	END WORD_11
04649	
04650	WORD_11  COMMON
04651	 RMER1					!RM03 error register 1
04652	  DATA_CHECK			15	!data check error
04653	  UN_SAFE			14	!unsafe condition
04654	  OPER_INC			13	!operation incomplete
04655	  DR_T_ERROR			12	!drive timing error
04656	  WR_LK_ERROR			11	!write lock error
04657	  I_ADR_ERROR			10	!invalid address error
04658	  A_OV_ERROR			9	!address overflow error
04659	  H_CRC_ERROR			8	!header CRC error
04660	  H_COM_ERROR			7	!header compare error
04661	  ECC_ERROR			6	!hard ECC error
04662	  WR_CK_FAIL			5	!write clock failure
04663	  FMT_ERROR			4	!format error
04664	  PAR_ERROR			3	!drive parity error
04665	  RMR				2	!register modification refused
04666	  ILL_REG			1	!illegal register reference
04667	  ILL_FUNCT			0	!illegal function attempted
04668	END WORD_11
04669	
04670	WORD_11  COMMON
04671	 RMMR1					!RM03 maintenance register 1
04672	  OCCUP				15	!occupied
04673	  RUN_GO			14	!run / go
04674	  END_BLOCK			13	!end of block level
04675	  RX_EXCPT			12	!received exception
04676	  ENB_SERCH			11	!enable search
04677	  LOOK_SYNC			10	!pack looking for sync
04678	  CRC_OUT			9	!enable CRC output
04679	  PACK_DATA			8	!pack data area
04680	  PACK_HEADER			7	!pack header area
04681	  CONT				6	!continue
04682	  PROM_STROB			5	!PROM strobe
04683	  ENB_ECC			4	!enable ECC out
04684	  WRITE_DATA			3	!write data
04685	  LAST_SECTR			2	!last sector
04686	  LAST_S_T			1	!last sector and track
04687	  DIAG_MODE			0	!diagnostic mode
04688	END WORD_11
04689	
04690	WORD_11  COMMON
04691	 RMAS					!RM03 attention summary
04692	  ATTN7				7	!drive 7 attn active
04693	  ATTN6				6	!drive 6 attn active
04694	  ATTN5				5	!drive 5 attn active
04695	  ATTN4				4	!drive 4 attn active
04696	  ATTN3				3	!drive 3 attn active
04697	  ATTN2				2	!drive 2 attn active
04698	  ATTN1				1	!drive 1 attn active
04699	  ATTN0				0	!drive 0 attn active
04700	END WORD_11
04701	
04702	WORD_11  COMMON
04703	 RMDA					!RM03 drive address
04704	  RM_TRACK			10-8	!track address
04705	  SECTOR			4-0	!sector address
04706	END WORD_11
04707	
04708	WORD_11  COMMON
04709	 RMDT					!RM03 drive type register
04710	  MOVE_HEAD			13	!moving head disk
04711	  DRIVE_REQ			11	!drive request required
04712	  DRIVE_TYPE			8-0	!drive type
04713	END WORD_11
04714	
04715	WORD_11  COMMON
04716	 RMLA					!RM03 look ahead register
04717	  SECT_CNT			10-6	!sector count
04718	END WORD_11
04719	
04720	WORD_11  COMMON
04721	 RMSN					!RM03 serial number register
04722	  SER_NUM			15-0	!serial number in BCD code
04723	END WORD_11
04724	
04725	WORD_11  COMMON
04726	 RMOF					!RMo3 offset register
04727	  FMT_16			12	!16 bit format
04728	  ECC_INH			11	!inhibit ECC checking
04729	  H_COM_INH			10	!inhibit header compare chk
04730	  OFFSET_DIRTN			7	!offset direction
04731	END WORD_11
04732	
04733	WORD_11  COMMON
04734	 RMDC					!RM03 desired cylinder reg
04735	  RM_DCYL_NO			9-0	!desired cylinder number
04736	END WORD_11
04737	
04738	WORD_11  COMMON
04739	 RMMR2					!RM03 maint register 2
04740	  REQ_A				15	!request on port A
04741	  REQ_B				14	!request on port B
04742	  CONTR_TAG_A			13	!controller select tag
04743	  COMND_BRNCH			12	!command sequencer is branching
04744	  CONTR_TAG_B			11	!controller tag B
04745	  HEAD_TAG			10	!controller select or head select tag
04746	  BUS_IN_LINES			9-0	!bus in bits
04747	END WORD_11
04748	
04749	WORD_11  COMMON
04750	 RMER2					!RM03 error register 2
04751	  SEEK_INC			14	!seek incomplete
04752	  OPER_PLUG			13	!operator plug error
04753	  INVLD_CMD			12	!invalid command
04754	  LOSS_CLK			11	!lost clocks
04755	  LOSS_CHK			10	!loss of bit check
04756	  DC_FAULT			7	!DC or head select fault
04757	  DATA_ERROR			3	!data error
04758	END WORD_11
04759	
04760	WORD_11  COMMON
04761	 RMECC1					!ECC position register
04762	  ECC_POSITION			12-0	!position of error burst
04763	END WORD_11
04764	
04765	WORD_11  COMMON
04766	 RMECC2					!ECC pattern register
04767	  ECC_PATTERN			10-0	!error pattern mask
04768	END WORD_11
04769	!++
04770	!
04771	!      Error register definitions for TM02/3
04772	!
04773	!--
04774	
04775	WORD_11 COMMON
04776	 MB_ERR                                 ! Error register
04777	  TM_PE_CORR			15	! Correctible data error if PE
04778	  TM_NRZI_CRC			15	! CRC does not match computed CRC
04779	  TM_PE_CORR_NRZI_CRC		15	! Either
04780	  TM_UNSAFE			14	! 
04781	  TM_OPER_INC			13	! Operation incomplete
04782	  TM_DR_T_ERROR			12	! Drive timing error
04783	  TM_NXF			11	! Nonexecutable function
04784	  TM_PE_CS			10	! PE correctable skew
04785	  TM_NRZI_ITM			10	! Illegal tape mark
04786	  TM_PE_CS_NRZI_ITM		10	! Either of above
04787	  TM_F_C_ERR			9	! Frame count error
04788	  TM_N_STD_GAP			8	! Non standard gap
04789	  TM_PE_PFE			7	! Format error if PE
04790	  TM_NRZI_LRC			7	! Check char error if NRZI
04791	  TM_PE_FE_NRZI_LRC		7	! Either of above
04792	  TM_PE_NDE			6	! Noncorrectable data error if PE
04793	  TM_NRZI_VPE			6	! Vertical parity error if NRZI
04794	  TM_PE_NDE_NRZI_VPE		6	! Either of above
04795	  TM_DBUS_PE			5	! Data bus parity error
04796	  TM_FMT_ERROR			4	! Format error
04797	  TM_CBUS_PE			3	! control bus parity
04798	  TM_REG_MOD			2	! register modification refused
04799	  TM_ILL_REG			1	! Illegal register
04800	  TM_ILL_FUNC			0	! illegal function
04801	END WORD_11
04802	
04803	WORD_11 COMMON
04804	 DM_ER				        ! Error register for DX20
04805	  DX_MP_ERROR			7	! Microprocessor error
04806	  DX_MP_STOP			6	! Microprocessor stopped
04807	  DX_UBUS_PE			5	! Micro bus parity error
04808	  DX_DBUF_PE			4	! Data buffer parity error
04809	  DX_CBUS_PE			3	! Control bus parity error
04810	  DX_REG_MOD			2	! Register modification refused
04811	  DX_ILL_REG			1	! Illegal register
04812	  DX_ILL_FUNCT			0	! Illegal functions
04813	END WORD_11
04814	
04815	!++
04816	!	DECNET "Event Logging Message" word definitions
04817	!--
04818	
04819	WORD_11  COMMON
04820	 SINK_FLAGS
04821	  MONITOR			2
04822	  FILE				1
04823	  CONSOLE			0
04824	END WORD_11
04825	
04826	
04827	WORD_11  COMMON
04828	 EVENT_CODE				! DECNET "Event Logging message"
04829	  EVENT_CLASS			14-6
04830	  EVENT_TYPE			4-0
04831	END WORD_11
04832	
04833	
04834	WORD_11  COMMON
04835	 DATA_ID
04836	  PARAMETER_COUNTER_FLAG	15	! 0 = Parameter data
04837						! 1 = Counter data
04838	!    Bit definitions for Parameter data
04839	! Reserved			14-12  
04840	  PARAMETER_TYPE		11-0
04841	!    Bit definitions for Counter data
04842	  COUNTER_WIDTH			14-13	! 0 = reserved
04843						! 1 = 8 bits
04844						! 2 = 16 bits
04845						! 3 = 32 bits
04846	  BIT_MAPPED_FLAG		12	! 0 = Not bit mapped
04847						! 1 = Bit mapped
04848	  COUNTER_TYPE			11-0	! Decimal counter number
04849	END WORD_11
04850	
04851	
04852	WORD_11  COMMON
04853	 DATA_TYPE				! Present for Parameter data only
04854	  CODED_FLAG			7	! 0 = Not coded
04855						! 1 = Coded
04856	!    Bit definitions for Non-coded data
04857	  FIELD_TYPE			6	! 0 = Binary number
04858						! 1 = ASCII image field
04859	  					!     bits 5-0 = 0
04860	  OUTPUT_FORMAT			5-4	! 0 = Unsigned decimal number
04861						! 1 = Signed decimal number
04862						! 2 = Hexadecimal number
04863						! 3 = Octal number
04864	  DATA_LENGTH			3-0	! 0 = Data is image field
04865	!    Bit definitions for Coded data
04866	  MULTIPLE_FIELD		6	! 0 = Single field
04867						! 1 = Multiple field
04868	  FIELD_COUNT			5-0	! Number of bytes for Single field
04869						! Number of fields for Multiple fields
04870	END WORD_11
04871	
04872	
04873	
04874	
04875	
04876	
04877	
04878	
04879	
04880	
04881	
04882	!++
04883	!
04884	!	End of DEFINE.EYE
04885	!
04886	!--
CREF TABLES:

FIELD NAME             FIELD DESC  BLOCK NAME             LINE #

$R110E                  1  3       FE_RELOAD_20             1531
$R111E                  1  4       FE_RELOAD_20             1532
$R1ASF                  1  5       FE_RELOAD_20             1533
$R1BSF                  1  10      FE_RELOAD_20             1538
$R1DPF                  1  2       FE_RELOAD_20             1530
$R1GTF                  1  0       FE_RELOAD_20             1528
$R1NRL                  1  11      FE_RELOAD_20             1539
$R1OPF                  1  1       FE_RELOAD_20             1529
$R1PDF                  1  7       FE_RELOAD_20             1535
$R1PUF                  1  8       FE_RELOAD_20             1536
$R1RLF                  1  6       FE_RELOAD_20             1534
$R1RMF                  1  9       FE_RELOAD_20             1537
$R1RTC                  1  30-35   FE_RELOAD_20             1546
AC0                     0  0-35    AC_BLOCK_6_DATA          1915
AC0                     0  0-35    AC_BLOCK_7_DATA          1924
AC0                     0  0-35    SAVED_ACS                3859
AC1                     1  0-35    AC_BLOCK_6_DATA          1916
AC1                     1  0-35    AC_BLOCK_7_DATA          1925
AC1                     1  0-35    SAVED_ACS                3860
AC10                    8  0-35    SAVED_ACS                3867
AC11                    9  0-35    SAVED_ACS                3868
AC12                    4  0-35    AC_BLOCK_6_DATA          1919
AC12                   10  0-35    SAVED_ACS                3869
AC13                   11  0-35    SAVED_ACS                3870
AC14                   12  0-35    SAVED_ACS                3871
AC15                   13  0-35    SAVED_ACS                3872
AC16                   14  0-35    SAVED_ACS                3873
AC17                   15  0-35    SAVED_ACS                3874
AC2                     2  0-35    AC_BLOCK_6_DATA          1917
AC2                     2  0-35    AC_BLOCK_7_DATA          1926
AC2                     2  0-35    SAVED_ACS                3861
AC3                     3  0-35    AC_BLOCK_6_DATA          1918
AC3                     3  0-35    SAVED_ACS                3862
AC4                     4  0-35    SAVED_ACS                3863
AC5                     5  0-35    SAVED_ACS                3864
AC6                     6  0-35    SAVED_ACS                3865
AC7                     7  0-35    SAVED_ACS                3866
ACCESSIBLE             **  2       PAGE_FAIL_WORD           3984
ACRCERR                **  04      ECCSTA                   2878
ACRC_WMC_DRBUS         **  02      WMCSTA                   3146
AC_BLOCK_6_DATA        90  18-35   KL_CPU_STATUS_10         1150
AC_BLOCK_6_DATA        90  18-35   KL_CPU_STATUS_20         1666
AC_BLOCK_7_DATA        95  18-35   KL_CPU_STATUS_10         1151
AC_BLOCK_7_DATA        95  18-35   KL_CPU_STATUS_20         1667
AC_LOW                 **  6       ER3                      4578
ADDRESS_AND             5  0-35    CPU_PAR_INT_20           1625
ADDRESS_AND             5  0-35    PAR_SWEEP_DATA           3843
ADDRESS_AND             9  0-35    NXM_MEMORY_SWEEP_10      1026
ADDRESS_AND            11  0-35    OLD_CPU_NXM_ERR_10        273
ADDRESS_OR              6  0-35    CPU_PAR_INT_20           1626
ADDRESS_OR              7  0-35    PAR_SWEEP_DATA           3845
ADDRESS_OR             10  0-35    NXM_MEMORY_SWEEP_10      1027
ADDRESS_OR             12  0-35    OLD_CPU_NXM_ERR_10        274
ADDRESS_PAR            **  29      APR_STATUS               3961
ADJ_NODE_NAME           3  18-35   NET_HARDWARE_ERR         1745
AMT                    **  05      ECCSTA                   2879
AMTIE                  **  7-0     RAMT                     2696
AMTIE0                 **  02      CH0TIE                   2895
AMTIE1                 **  02      CH1TIE                   2909
AMTIE2                 **  02      CH2TIE                   2924
AMTIE3                 **  02      CH3TIE                   2940
AMTIE4                 **  02      CH4TIE                   2956
AMTIE5                 **  02      CH5TIE                   2972
AMTIE6                 **  02      CH6TIE                   2987
AMTIE7                 **  02      CH7TIE                   3003
AMTIEP                 **  02      CHPTIE                   3018
AMTIE_P                **  00      PSTAT                    3053
AMTIE_P                **  00      RPSTA                    2797
AMTIE_THR              **  1-0     TUDIAG                   3459
APRSTS_NXM             **  25      APR_STATUS               3957
APR_ID                  0  0-35    KL_CPU_STATUS_10         1132
APR_ID                  0  0-35    KL_CPU_STATUS_20         1648
APR_STATUS              0  0-35    CPU_PAR_INT_20           1620
APR_STATUS              1  0-35    KL_CPU_STATUS_10         1133
APR_STATUS              1  0-35    KL_CPU_STATUS_20         1649
APR_STATUS              2  0-35    KL_PAR_NXM_INT_10         948
APR_STATUS             11  0-35    CPU_PAR_INT_10           1117
APR_STATUS             35  0-35    MONITOR_BUG_DATA_20      1343
ARA_ERR                **  5       MIAB_STAT                3421
ATA                    **  03      CASSTA                   3084
ATA0                   **  0       AS                       4467
ATA1                   **  1       AS                       4466
ATA2                   **  2       AS                       4465
ATA3                   **  3       AS                       4464
ATA4                   **  4       AS                       4463
ATA5                   **  5       AS                       4462
ATA6                   **  6       AS                       4461
ATA7                   **  7       AS                       4460
ATN_CAS_4               4  4	!     TM78_CAS_REGS            2149
ATTEMPTED_CONTINUES     3  0-35    CPU_PAR_INT_10           1109
ATTEN_ENABLE           **  30      CONO                     4314
ATTN0                  **  0       RMAS                     4699
ATTN1                  **  1       RMAS                     4698
ATTN2                  **  2       RMAS                     4697
ATTN3                  **  3       RMAS                     4696
ATTN4                  **  4       RMAS                     4695
ATTN5                  **  5       RMAS                     4694
ATTN6                  **  6       RMAS                     4693
ATTN7                  **  7       RMAS                     4692
ATTN_ACT               **  15      DS                       4405
ATTN_ACT               **  15      RMDS                     4637
A_OV_ERROR             **  9       ER1                      4431
A_OV_ERROR             **  9       RMER1                    4658
BAD_WORD                1  0-35    CPU_PAR_TRAP_10          1080
BAD_WORD                1  0-35    CPU_PAR_TRAP_20          1575
BAD_WORD                4  0-35    KL_OR_KS_PAR_TRAP_10      990
BAI_INH                **  3       RH11_RMCS2               4359
BAT_FREE               35  9-17    MASSBUS_ERR_10            527
BCT_CAS_5               5  5	!     TM78_CAS_REGS            2150
BIT_MAPPED_FLAG        **  12      DATA_ID                  4846
BIT_PER_PAGE_FLAG       2  35      CONFIG_CHANGE_10          656
BIT_PER_PAGE_FLAG      12  35      NXM_MEMORY_SWEEP_10      1030
BIT_PER_PAGE_FLAG      12  35      SYSTEM_RELOAD_10          208
BIT_PER_PAGE_FLAG      14  35      OLD_CPU_NXM_ERR_10        278
BLOCKS_READ             8  0-35    MASSBUS_ERR_20           1381
BLOCKS_WRITE            9  0-35    MASSBUS_ERR_20           1383
BLOCK_ADDRESS          **  20-35   PBAR                     4250
BLOCK_ADDRESS          **  20-35   SBAR                     4234
BODY_FORMAT             0  18-20   HEADER                    141
BOP                    **  03      RPATH                    2585
BOT_TU                 **  02      TUSTAT                   3369
BUGHLT_ADDRESS          5  0-35    SYSTEM_RELOAD_20         1300
BUGHLT_DATE_TIME       33  0-35    MONITOR_BUG_DATA_20      1341
BUG_MESSAGE             9  18-35   MONITOR_BUG_DATA_20      1331
BUG_TYPE_FLAG           4  34-35   MONITOR_BUG_DATA_20      1320
BUS_ADDRESS            **  15-0    RH11_RMBA                4365
BUS_IN_LINES           **  9-0     RMMR2                    4746
BYT1_CNT                9  28-35   TM78_SENSE_BYTES         2466
BYT2_CNT                9  20-27   TM78_SENSE_BYTES         2467
BYTE_CNT               **  7 -     BYT1_CNT                 3235
BYTE_CNT2              **  7 -     BYT2_CNT                 3245
BYTE_COUNT              0  0-35    DECNET_PHASE_III         1794
BYTE_COUNT              5  0-35    NET_HARDWARE_ERR         1751
CACHEABLE              **  7       PAGE_FAIL_WORD           3989
CACHE_DIR_PAR          **  28      APR_STATUS               3960
CACHE_DISABLED          4  5       CPU_PAR_TRAP_10          1088
CACHE_DISABLED          9  5       KL_OR_KS_PAR_TRAP_10     1000
CACHE_FAILED_FLAG       4  2       CPU_PAR_TRAP_10          1085
CACHE_FAILED_FLAG       7  2       CPU_PAR_TRAP_20          1584
CACHE_FAILED_FLAG       9  2       KL_OR_KS_PAR_TRAP_10      997
CACHE_LOOK             **  18      PAGE_STATUS              4006
CACHE_OFF_COUNT         4  27-35   CPU_PAR_TRAP_10          1091
CACHE_OFF_COUNT         9  27-35   KL_OR_KS_PAR_TRAP_10     1003
CACHE_ON_COUNT          4  18-26   CPU_PAR_TRAP_10          1090
CACHE_ON_COUNT          9  18-26   KL_OR_KS_PAR_TRAP_10     1002
CACHE_USE_FLAG          4  3       CPU_PAR_TRAP_10          1086
CACHE_USE_FLAG          7  3       CPU_PAR_TRAP_20          1585
CACHE_USE_FLAG          9  3       KL_OR_KS_PAR_TRAP_10      998
CAHE_LOAD              **  19      PAGE_STATUS              4007
CASPE                  **  05      CASSTA                   3088
CASSTA                  7  20-27   TM78_SENSE_BYTES         2459
CAS_FAIL_CODE          **  15-10   DST_CAS_1                2255
CAS_INT_CODE           **  05-00   DST_CAS_1                2256
CBUSSTA                 8  10-17   TM78_SENSE_BYTES         2460
CBUS_EP                **  8       PREP_REG                 4303
CCW1                   26  0-35    DX20_ERR_10               581
CCW1                   28  0-35    MASSBUS_ERR_20           1411
CCW2                   27  0-35    DX20_ERR_10               582
CCW2                   29  0-35    MASSBUS_ERR_20           1412
CCW_FAIL_CNT           35  27-35   MASSBUS_ERR_10            530
CD_0                   **  0       ECCOR                    2857
CD_1                   **  1       ECCOR                    2859
CD_2                   **  2       ECCOR                    2860
CD_3                   **  3       ECCOR                    2861
CD_4                   **  4       ECCOR                    2862
CD_5                   **  5       ECCOR                    2863
CD_6                   **  6       ECCOR                    2864
CD_7                   **  7       ECCOR                    2865
CH0TIE                  4  28-35   TM78_SENSE_BYTES         2446
CH1TIE                  4  20-27   TM78_SENSE_BYTES         2447
CH2TIE                  5  10-17   TM78_SENSE_BYTES         2448
CH3TIE                  5  2-9     TM78_SENSE_BYTES         2449
CH4TIE                  5  28-35   TM78_SENSE_BYTES         2450
CH5TIE                  5  20-27   TM78_SENSE_BYTES         2451
CH6TIE                  6  10-17   TM78_SENSE_BYTES         2452
CH7TIE                  6  2-9     TM78_SENSE_BYTES         2453
CHANGE_REASON           2  0-11    CONFIG_CHANGE_10          643
CHANGE_REASON           4  0-35    CONFIG_CHANGE_20         1499
CHANNEL_CMD_WD         14  0-35    CSB_DX10                 2022
CHANNEL_CMD_WD_2       15  0-35    CSB_DX10                 2023
CHANNEL_ERRORS          9  0-35    PAR_SWEEP_DATA           3847
CHANNEL_NUMBER          3  9-11    CONFIG_CHANGE_20         1495
CHANNEL_REF            **  3       RDERA_STATUS             4028
CHAN_ADDR               2  0-17    DX20_ERR_10               543
CHAN_ADDR               4  5-11    MASSBUS_ERR_10            490
CHAN_ADDR              33  0-35    MASSBUS_ERR_20           1416
CHAN_CNTRL_STAT         0  0-35    CSB_TM02                 2076
CHAN_ERROR             **  22      CONI_STATUS              4224
CHAN_LOGO0             25  0-35    MASSBUS_ERR_20           1408
CHAN_LOGO1             26  0-35    MASSBUS_ERR_20           1409
CHAN_LOGO2             27  0-35    MASSBUS_ERR_20           1410
CHAN_LOGOUT_0          23  0-35    DX20_ERR_10               578
CHAN_LOGOUT_1          24  0-35    DX20_ERR_10               579
CHAN_LOGOUT_2          25  0-35    DX20_ERR_10               580
CHAN_NUMBER            33  33-35   MASSBUS_ERR_20           1418
CHAN_RDY               **  25      CONI_STATUS              4221
CHAN_TYPE               2  18-26   DX20_ERR_10               544
CHECK_TALLY            15  0-35    MONITOR_BUG_DATA_10       231
CHECK_TALLY            34  0-35    MONITOR_BUG_DATA_20      1342
CHKSM_ERRORS            6  24-35   OLD_DISK_STATS_10         836
CHKSM_ERRORS            7  24-35   DSCSBP                   3588
CHKSM_ERRORS            7  24-35   MASSBUS_ERR_10            500
CHN_BLK_ID              3  11-12   USAGE_DATA_20            1463
CHN_DEV_PAR_COUNT       3  0-35    CHANNEL_ERROR_REPORT_10   379
CHN_LOGOUT_0            0  18-35   CHN_LOGOUT_LIST          1931
CHN_LOGOUT_1            4  18-35   CHN_LOGOUT_LIST          1932
CHN_LOGOUT_2            8  18-35   CHN_LOGOUT_LIST          1933
CHN_LOGOUT_3           12  18-35   CHN_LOGOUT_LIST          1934
CHN_LOGOUT_4           16  18-35   CHN_LOGOUT_LIST          1935
CHN_LOGOUT_5           20  18-35   CHN_LOGOUT_LIST          1936
CHN_LOGOUT_6           24  18-35   CHN_LOGOUT_LIST          1937
CHN_LOGOUT_7           28  18-35   CHN_LOGOUT_LIST          1938
CHN_LOGOUT_LIST        22  18-35   KL_CPU_STATUS_10         1144
CHN_LOGOUT_LIST        22  18-35   KL_CPU_STATUS_20         1660
CHN_MEM_PAR_COUNT       2  0-35    CHANNEL_ERROR_REPORT_10   378
CHN_NUMBER              4  0-35    USAGE_DATA_20            1468
CHN_PIA                 3  8-10    USAGE_DATA_20            1462
CHN_STATUS_WORD         1  0-35    CHN_LOGOUT               1944
CHN_TYPE                3  13-17   USAGE_DATA_20            1464
CHPTIE                  6  28-35   TM78_SENSE_BYTES         2454
CINDBG                  9  0-35    EXTRACTED_CRASH_INFO_10   302
CINDEL                 23  0-35    EXTRACTED_CRASH_INFO_10   316
CINEPO                 20  0-35    EXTRACTED_CRASH_INFO_10   313
CINEPP                 21  0-35    EXTRACTED_CRASH_INFO_10   314
CINERC                 22  0-35    EXTRACTED_CRASH_INFO_10   315
CINHSO                 10  0-35    EXTRACTED_CRASH_INFO_10   303
CINLNM                  6  0-35    EXTRACTED_CRASH_INFO_10   299
CINLST                 64  0-35    EXTRACTED_CRASH_INFO_10   357
CINMMS                 13  0-35    EXTRACTED_CRASH_INFO_10   306
CINMNA                 72  0-35    EXTRACTED_CRASH_INFO_10   365
CINMPA                 17  0-35    EXTRACTED_CRASH_INFO_10   310
CINMPC                 16  0-35    EXTRACTED_CRASH_INFO_10   309
CINMPP                 19  0-35    EXTRACTED_CRASH_INFO_10   312
CINMPW                 18  0-35    EXTRACTED_CRASH_INFO_10   311
CINNDS                 25  0-35    EXTRACTED_CRASH_INFO_10   318
CINNJA                 71  0-35    EXTRACTED_CRASH_INFO_10   364
CINNJS                 26  0-35    EXTRACTED_CRASH_INFO_10   319
CINNUL                 65  0-35    EXTRACTED_CRASH_INFO_10   358
CINNWC                 11  0-35    EXTRACTED_CRASH_INFO_10   304
CINOHT                 66  0-35    EXTRACTED_CRASH_INFO_10   359
CINPAA                 37  0-35    EXTRACTED_CRASH_INFO_10   330
CINPAC                 38  0-35    EXTRACTED_CRASH_INFO_10   331
CINPAR                 31  0-35    EXTRACTED_CRASH_INFO_10   324
CINPCS                 41  0-35    EXTRACTED_CRASH_INFO_10   334
CINPLA                 32  0-35    EXTRACTED_CRASH_INFO_10   325
CINPMR                 33  0-35    EXTRACTED_CRASH_INFO_10   326
CINPOA                 39  0-35    EXTRACTED_CRASH_INFO_10   332
CINPOC                 40  0-35    EXTRACTED_CRASH_INFO_10   333
CINPOK                  5  0-35    EXTRACTED_CRASH_INFO_10   298
CINPSC                 35  0-35    EXTRACTED_CRASH_INFO_10   328
CINPTR                  2  0-35    EXTRACTED_CRASH_INFO_10   295
CINPTS                 34  0-35    EXTRACTED_CRASH_INFO_10   327
CINPUE                 36  0-35    EXTRACTED_CRASH_INFO_10   329
CINRHC                 61  0-35    EXTRACTED_CRASH_INFO_10   354
CINRHI                 49  0-35    EXTRACTED_CRASH_INFO_10   342
CINRHO                 45  0-35    EXTRACTED_CRASH_INFO_10   338
CINRHR                 53  0-35    EXTRACTED_CRASH_INFO_10   346
CINRHX                 57  0-35    EXTRACTED_CRASH_INFO_10   350
CINRLC                 62  0-35    EXTRACTED_CRASH_INFO_10   355
CINRLI                 50  0-35    EXTRACTED_CRASH_INFO_10   343
CINRLO                 46  0-35    EXTRACTED_CRASH_INFO_10   339
CINRLR                 54  0-35    EXTRACTED_CRASH_INFO_10   347
CINRLX                 58  0-35    EXTRACTED_CRASH_INFO_10   351
CINRNC                 60  0-35    EXTRACTED_CRASH_INFO_10   353
CINRNI                 48  0-35    EXTRACTED_CRASH_INFO_10   341
CINRNO                 44  0-35    EXTRACTED_CRASH_INFO_10   337
CINRNR                 52  0-35    EXTRACTED_CRASH_INFO_10   345
CINRNX                 56  0-35    EXTRACTED_CRASH_INFO_10   349
CINRSC                 59  0-35    EXTRACTED_CRASH_INFO_10   352
CINRSI                 47  0-35    EXTRACTED_CRASH_INFO_10   340
CINRSO                 43  0-35    EXTRACTED_CRASH_INFO_10   336
CINRSP                 42  0-35    EXTRACTED_CRASH_INFO_10   335
CINRSR                 51  0-35    EXTRACTED_CRASH_INFO_10   344
CINRSX                 55  0-35    EXTRACTED_CRASH_INFO_10   348
CINSEC                  1  0-35    EXTRACTED_CRASH_INFO_10   294
CINSIZ                  4  0-35    EXTRACTED_CRASH_INFO_10   297
CINSJN                 27  0-35    EXTRACTED_CRASH_INFO_10   320
CINSNE                 70  0-35    EXTRACTED_CRASH_INFO_10   363
CINSPC                 24  0-35    EXTRACTED_CRASH_INFO_10   317
CINSPE                 15  0-35    EXTRACTED_CRASH_INFO_10   308
CINSPN                 28  0-35    EXTRACTED_CRASH_INFO_10   321
CINSPP                 30  0-35    EXTRACTED_CRASH_INFO_10   323
CINSUU                 29  0-35    EXTRACTED_CRASH_INFO_10   322
CINTIC                  7  0-35    EXTRACTED_CRASH_INFO_10   300
CINTIM                  3  0-35    EXTRACTED_CRASH_INFO_10   296
CINTJC                 68  0-35    EXTRACTED_CRASH_INFO_10   361
CINTNE                 69  0-35    EXTRACTED_CRASH_INFO_10   362
CINTPE                 14  0-35    EXTRACTED_CRASH_INFO_10   307
CINTUC                 67  0-35    EXTRACTED_CRASH_INFO_10   360
CINUNI                 73  0-35    EXTRACTED_CRASH_INFO_10   366
CINUPT                 12  0-35    EXTRACTED_CRASH_INFO_10   305
CINUPT                 63  0-35    EXTRACTED_CRASH_INFO_10   356
CINVER                  8  0-35    EXTRACTED_CRASH_INFO_10   301
CLEAR_DONE             **  32      CONO                     4316
CLEAR_MBC              **  25      CONO                     4309
CLEAR_RAE              **  24      CONO                     4308
CLEAR_XFER             **  26      CONO                     4310
CLOCK_STOPPED          **  02      RPATH                    2584
CMDCOD                  0  10-17   TM78_SENSE_BYTES         2428
CMDPE                  **  05      PSTAT                    3060
CMD_A16                **  08      CMD_CAS_0                2226
CMD_A17                **  09      CMD_CAS_0                2225
CMD_CAS_0               0  0	!     TM78_CAS_REGS            2145
CMD_CODE               **  7 -     CMDCOD                   2493
CMD_DONE               **  32      CONI_STATUS              4214
CMD_DR_AVAIL           **  11      CMD_CAS_0                2217
CMD_FUNC_CODE          **  05-01   CMD_CAS_0                2246
CMD_GO_BIT             **  00      CMD_CAS_0                2247
CMD_INT_EN             **  06      CMD_CAS_0                2236
CMD_MCPE               **  13      CMD_CAS_0                2206
CMD_PE                 **  7       MIAB_STAT                3429
CMD_PORTSEL            **  10      CMD_CAS_0                2220
CMD_READY_DT           **  07      CMD_CAS_0                2229
CMD_SPL_COND           **  15      CMD_CAS_0                2194
CMD_TRAN_ERR           **  14      CMD_CAS_0                2199
CNTRLLER_REG            4  0-35    TAPE_ERR_10               716
CNT_CAS_2               2  2	!     TM78_CAS_REGS            2147
CNT_CMD_ADR            **  01-00   CNT_CAS_2                2310
CNT_FORMAT             **  14-12   CNT_CAS_2                2269
CNT_REC_CNT            **  07-02   CNT_CAS_2                2290
CNT_SER                **  15      CNT_CAS_2                2261
CNT_SKIP_CNT           **  11-08   CNT_CAS_2                2283
CODED_FLAG             **  7       DATA_TYPE                4854
COMMAND_CODE            0  12-17   CONFIG_CHANGE_20         1491
COMMAND_CODE            2  12-17   CONFIG_CHANGE_10          644
COMND_BRNCH            **  12      RMMR2                    4743
CONFIG_RPT_FLAG         0  4       FE_SUB                   3736
CONI                    2  0-35    CSB_TM78                 2118
CONI                   10  0-35    CSB_DX10                 2011
CONI_AT_ERR            14  0-35    TAPE_ERR_10               760
CONI_DTE_LIST          18  0-35    KL_CPU_STATUS_10         1143
CONI_DTE_LIST          18  0-35    KL_CPU_STATUS_20         1659
CONI_FINAL              6  0-35    DX20_ERR_10               558
CONI_FINAL              6  0-35    MASSBUS_ERR_10            497
CONI_FINAL              6  0-35    MASSBUS_ERR_20           1379
CONI_INITIAL            0  0-35    CSB_TM02                 2072
CONI_INITIAL            5  0-35    DX20_ERR_10               557
CONI_INITIAL            5  0-35    MASSBUS_ERR_10            494
CONI_INITIAL            5  0-35    MASSBUS_ERR_20           1377
CONI_RH20_LIST         10  0-35    KL_CPU_STATUS_10         1142
CONI_RH20_LIST         10  0-35    KL_CPU_STATUS_20         1658
CONI_RP10               5  0-35    OLD_DISK_ERR_10           416
CONO_RESET_CLP         **  28      CONO                     4312
CONSOLE                **  0       SINK_FLAGS               4823
CONT                   **  6       RMMR1                    4681
CONTEN                 **  07      CASSTA                   3093
CONTENTS_AND            6  0-35    PAR_SWEEP_DATA           3844
CONTENTS_AND            7  0-35    CPU_PAR_INT_20           1627
CONTENTS_OR             8  0-35    CPU_PAR_INT_20           1628
CONTENTS_OR             8  0-35    PAR_SWEEP_DATA           3846
CONTINUE_COUNT          3  0-35    OLD_CPU_MEM_PAR_ERR_10    246
CONTROLLER_NUMBER       0  18-35   SBDIAG_LIST              3886
CONTROLLER_NUMBER       3  12-14   CONFIG_CHANGE_20         1496
CONTROLLER_NUMBER      16  27-29   OLD_DISK_ERR_10           438
CONTROLLER_TYPE         4  12-14   TAPE_ERR_10               722
CONTROLLER_TYPE        16  21-26   OLD_DISK_ERR_10           435
CONTR_TAG_A            **  13      RMMR2                    4742
CONTR_TAG_B            **  11      RMMR2                    4744
CONT_CLEAR             **  5       RH11_RMCS2               4357
CORRECTED_DATA_P       **  07      RPSTA                    2804
COUNTER_TYPE           **  11-0    DATA_ID                  4848
COUNTER_WIDTH          **  14-13   DATA_ID                  4842
CPU_NAME                0  0-35    CPU_PAR_INT_10           1106
CPU_NAME                0  0-35    KL_OR_KS_PAR_TRAP_10      986
CPU_NAME                0  0-35    KL_PAR_NXM_INT_10         946
CPU_NAME                0  0-35    NXM_MEMORY_SWEEP_10      1017
CPU_NAME                0  0-35    OLD_CPU_MEM_PAR_ERR_10    243
CPU_NAME                0  0-35    OLD_CPU_NXM_ERR_10        262
CPU_NAME                0  0-35    PAR_MEMORY_SWEEP_10      1038
CPU_SERIAL_NUMBER       1  0-35    MONITOR_BUG_DATA_20      1314
CPU_SERIAL_NUMBER       3  0-35    SYSTEM_RELOAD_20         1296
CPU_SERIAL_NUMBER       7  0-35    MONITOR_BUG_DATA_10       222
CPU_SERIAL_NUMBER       9  0-35    SYSTEM_RELOAD_10          201
CRASH_EXTRACT           0  16      HEADER                    139
CRASH_STR               0  0-35    EXTRACTED_CRASH_INFO_10   293
CRCE                   **  07      ECCSTA                   2882
CRCWRD                  3  20-27   TM78_SENSE_BYTES         2443
CRC_0                  **  0       CRCWRD                   2842
CRC_1                  **  1       CRCWRD                   2843
CRC_2                  **  2       CRCWRD                   2844
CRC_3                  **  3       CRCWRD                   2845
CRC_4                  **  4       CRCWRD                   2846
CRC_5                  **  5       CRCWRD                   2847
CRC_6                  **  6       CRCWRD                   2848
CRC_7                  **  7       CRCWRD                   2849
CRC_OUT                **  9       RMMR1                    4678
CRC_WMC_DRBUS          **  03      WMCSTA                   3149
CSB_DX10_AT_END         9  18-35   TAPE_ERR_10               751
CSB_DX10_AT_ERR         8  18-35   TAPE_ERR_10               746
CSB_TM02_AT_END         9  18-35   TAPE_ERR_10               752
CSB_TM02_AT_ERR         8  18-35   TAPE_ERR_10               747
CSB_TM10_AT_END         9  18-35   TAPE_ERR_10               749
CSB_TM10_AT_ERR         8  18-35   TAPE_ERR_10               744
CSB_TM78_AT_END         9  18-35   TAPE_ERR_10               750
CSB_TM78_AT_ERR         8  18-35   TAPE_ERR_10               745
CSR_DSR_FLAG           **  33      DX10_CSR                 2058
CSR_IGN_LEN_ERR        **  31      DX10_CSR                 2056
CSR_LEN_ERR            **  30      DX10_CSR                 2055
CSR_OPI                **  35      DX10_CSR                 2060
CSR_PAR_ERR            **  29      DX10_CSR                 2054
CSR_PRG_STAT           **  24      DX10_CSR                 2050
CSR_SBYTE_RD_ERR       **  34      DX10_CSR                 2059
CSR_SEL_ERR            **  27      DX10_CSR                 2052
CSR_SEQ_ERR            **  28      DX10_CSR                 2053
CSR_TYPE               **  25-26   DX10_CSR                 2051
CSR_UNUSED             **  32      DX10_CSR                 2057
CS_PTR                  3  0-35    KS_HALT_STATUS_20        1562
CTRL_ADDR               4  5-11    DX20_ERR_10               553
CTRL_NUMBER             4  15-17   DX20_ERR_10               555
CTRL_NUMBER             4  15-17   MASSBUS_ERR_10            492
CTRL_TYPE               4  12-14   DX20_ERR_10               554
CURRENT_BLOCK          **  6-8     PAGE_DATAI               3971
CYLINDER               23  0-35    MASSBUS_ERR_20           1404
C_SK_UNSF              **  1       ER2                      4557
C_SW_UNSF              **  3       ER2                      4553
DAC                     2  0-35    CSB_DX10                 1987
DAE_VERSION             0  0-35    DAEMON_STARTED_10         397
DAG                    18  0-35    CSB_DX10                 2026
DATA                   **  15-0    RH11_RMDB                4370
DATA_CHECK             **  15      ER1                      4425
DATA_CHECK             **  15      RMER1                    4652
DATA_ECC               **  7-0     RDATA                    2834
DATA_ENV               **  7       MR                       4448
DATA_ERROR             **  3       RMER2                    4757
DATA_LATE              **  15      RH11_RMCS2               4347
DATA_LENGTH            **  3-0     DATA_TYPE                4864
DATA_LOOP              **  27      DCR                      4287
DATA_P                 **  06      RPSTA                    2803
DATA_PE                **  18      CONI_STATUS              4228
DATA_POINTER            5  0-35    SOFTWARE_EVENT_10         612
DATA_READY             **  04      RPATH                    2588
DATE_TIME               1  0-35    CONFIG_CHANGE_10          641
DAT_ERR                 4  2       MASSBUS_ERR_20           1370
DBUSSTA                 8  2-8     TM78_SENSE_BYTES         2461
DC_FAULT               **  7       RMER2                    4756
DC_LOW                 **  5       ER3                      4581
DDR_A                  11  10-17   TM78_SENSE_BYTES         2472
DDR_B                  11  2-9     TM78_SENSE_BYTES         2473
DEBPTR                  0  0-35    SOFTWARE_REQ_DATA_10      677
DEL_SCR                **  29      CONO                     4313
DEPOSIT_PROTECT         5  0-35    DTE_BLOCK                3620
DEPOSIT_RELOC           6  0-35    DTE_BLOCK                3621
DETECTING_DTE           6  0-35    FE_DATA                  3726
DEVICE_DATA             2  0-35    DEVICE_STATUS_10         1167
DEVICE_NAME             0  0-35    CHANNEL_ERROR_REPORT_10   376
DEVICE_NAME             0  0-35    OLD_TAPE_STATS_10         857
DEVICE_NAME             2  0-35    CONFIG_CHANGE_20         1493
DEVICE_NAME_1           0  0-35    CONFIG_CHANGE_10          633
DEVICE_NAME_2           1  0-35    CONFIG_CHANGE_10          638
DEV_ANSWER              3  0-35    ERROR_LOG                3703
DEV_BLK_ID              3  29-30   USAGE_DATA_20            1466
DEV_CODE                4  18-35   FE_DATA                  3720
DEV_ERR                 4  4       MASSBUS_ERR_20           1372
DEV_NAM                 0  0-35    DX20_ERR_10               541
DEV_NAM                 0  0-35    MASSBUS_ERR_10            481
DEV_NAM                 0  0-35    MASSBUS_ERR_20           1357
DEV_NAM                 0  0-35    TAPE_ERR_10               709
DEV_NAM                 1  0-35    DSCSBP                   3572
DEV_NAME                0  0-35    MASSBUS_ERR_20           1358
DEV_NUMBER              4  14-17   FE_DATA                  3719
DEV_PIA                 3  26-28   USAGE_DATA_20            1465
DEV_SEL_CODE           **  15-17   PREP_REG                 4302
DEV_TYPE                2  27-35   DX20_ERR_10               545
DEV_TYPE                3  31-35   USAGE_DATA_20            1467
DG1_CAS_3               3  3	!     TM78_CAS_REGS            2148
DG2_CAS_11              9  	9	!    TM78_CAS_REGS            2175
DG3_CAS_12             10  	10	    TM78_CAS_REGS            2176
DIAG_MODE              **  0       MR                       4455
DIAG_MODE              **  0       RMMR1                    4687
DIAG_READ_DATA         **  18-35   WR                       4280
DIAG_WRITE_DATA        **  18-35   RR                       4273
DIRECTORY               1  0-35    FE_DATA                  3715
DIS_RAE                **  9       PREP_REG                 4301
DIS_XFER               **  19      PTCR                     4258
DIS_XFER               **  19      STCR                     4242
DLECN0                  3  0-35    DL_HARDWARE_ERR_10        909
DLECN1                  4  0-35    DL_HARDWARE_ERR_10        910
DLECN2                  5  0-35    DL_HARDWARE_ERR_10        911
DLECN3                  6  0-35    DL_HARDWARE_ERR_10        912
DLECNI                  1  0-35    DL_HARDWARE_ERR_10        907
DLEDT1                  7  0-35    DL_HARDWARE_ERR_10        913
DLEDTI                  2  0-35    DL_HARDWARE_ERR_10        908
DLEPGM                  8  0-35    DL_HARDWARE_ERR_10        914
DLEPRT                  0  0-35    DL_HARDWARE_ERR_10        906
DLESTS                  9  0-35    DL_HARDWARE_ERR_10        915
DM_AL                  16  0-35    DX20_MASSBUS_REG         3651
DM_AS                   4  0-35    DX20_MASSBUS_REG         3639
DM_AY                  11  0-35    DX20_MASSBUS_REG         3646
DM_BW                  19  0-35    DX20_MASSBUS_REG         3654
DM_CR                   0  0-35    DX20_MASSBUS_REG         3635
DM_DN                   8  0-35    DX20_MASSBUS_REG         3643
DM_DT                   6  0-35    DX20_MASSBUS_REG         3641
DM_E0                  12  0-35    DX20_MASSBUS_REG         3647
DM_E1                  13  0-35    DX20_MASSBUS_REG         3648
DM_ER                   2  0-35    DX20_MASSBUS_REG         3637
DM_ES                   9  0-35    DX20_MASSBUS_REG         3644
DM_FP                  18  0-35    DX20_MASSBUS_REG         3653
DM_IB                  20  0-35    DX20_MASSBUS_REG         3655
DM_IR                  14  0-35    DX20_MASSBUS_REG         3649
DM_MA                  21  0-35    DX20_MASSBUS_REG         3656
DM_MR                   3  0-35    DX20_MASSBUS_REG         3638
DM_PC                  15  0-35    DX20_MASSBUS_REG         3650
DM_SB                   5  0-35    DX20_MASSBUS_REG         3640
DM_SD                  17  0-35    DX20_MASSBUS_REG         3652
DM_SI                   7  0-35    DX20_MASSBUS_REG         3642
DM_SR                   1  0-35    DX20_MASSBUS_REG         3636
DM_TE                  10  0-35    DX20_MASSBUS_REG         3645
DRADR                  **  2-0     CASSTA                   3082
DRIVE_AVAIL            **  12      RMCS1                    4626
DRIVE_EXC              **  19      CONI_STATUS              4227
DRIVE_PRES             **  8       DS                       4412
DRIVE_PRES             **  8       RMDS                     4644
DRIVE_READY            **  7       DS                       4413
DRIVE_READY            **  7       RMDS                     4645
DRIVE_REQ              **  11      DT                       4481
DRIVE_REQ              **  11      RMDT                     4711
DRIVE_TYPE             **  8-0     DT                       4483
DRIVE_TYPE             **  8-0     RMDT                     4712
DRMBPE                 **  06      WMCERR                   3325
DRRDPE                 **  03      WMCERR                   3318
DR_NO_WR_CLK           **  07      WMCERR                   3328
DR_REG                 17  0-35    CSB_DX10                 2025
DR_RE_ERROR            **  23      CONI_STATUS              4223
DR_T_ERROR             **  12      ER1                      4428
DR_T_ERROR             **  12      RMER1                    4655
DSCBPT                  0  0-35    DSCSBP                   3570
DSCBRC                  8  0-35    DSCSBP                   3589
DSCBWC                  9  0-35    DSCSBP                   3590
DSCDRC                 10  0-35    DSCSBP                   3591
DSCDWC                 11  0-35    DSCSBP                   3592
DSCHCT                  3  0-35    DSCSBP                   3574
DSCHID                  2  0-35    DSCSBP                   3573
DSCICT                 14  0-35    DSCSBP                   3595
DSCMCT                  7  0-35    DSCSBP                   3585
DSCMRC                 12  0-35    DSCSBP                   3593
DSCMSC                 16  0-35    DSCSBP                   3597
DSCMWC                 13  0-35    DSCSBP                   3594
DSCOCT                 15  0-35    DSCSBP                   3596
DSCPCT                  5  0-35    DSCSBP                   3578
DSCSBP                  0  18-35   DISK_STATS_10             895
DSCSCT                  4  0-35    DSCSBP                   3576
DSCUSC                 17  0-35    DSCSBP                   3598
DSE_MIA                **  00      MIAA_STAT                3387
DSE_TUX                **  00      TUX                      3501
DSR_ATTN               **  28      DX10_DSR                 2038
DSR_BUSY               **  31      DX10_DSR                 2041
DSR_CHAN_END           **  32      DX10_DSR                 2042
DSR_CU_END             **  30      DX10_DSR                 2040
DSR_DEV_END            **  33      DX10_DSR                 2043
DSR_STAT_MOD           **  29      DX10_DSR                 2039
DSR_UNIT_CHK           **  34      DX10_DSR                 2044
DSR_UNIT_EXCEPT        **  35      DX10_DSR                 2045
DST_CAS_1               1  1	!     TM78_CAS_REGS            2146
DTE_BLOCK_0             0  18-35   DTE_CONTROL_BLOCK        3607
DTE_BLOCK_1             8  18-35   DTE_CONTROL_BLOCK        3608
DTE_BLOCK_2            16  18-35   DTE_CONTROL_BLOCK        3609
DTE_BLOCK_3            24  18-35   DTE_CONTROL_BLOCK        3610
DTE_CONTROL_BLOCK      54  18-35   KL_CPU_STATUS_10         1145
DTE_CONTROL_BLOCK      54  18-35   KL_CPU_STATUS_20         1661
DTE_INT_INSTRUCTION     2  0-35    DTE_BLOCK                3617
DTR_CAS_6               6  6	!     TM78_CAS_REGS            2172
DT_CB0                 13  0-35    DX20_DEVICE_REG          3680
DT_CB1                 14  0-35    DX20_DEVICE_REG          3681
DT_DP0                 15  0-35    DX20_DEVICE_REG          3682
DT_DP1                 16  0-35    DX20_DEVICE_REG          3683
DT_DP2                 17  0-35    DX20_DEVICE_REG          3684
DT_DP3                 18  0-35    DX20_DEVICE_REG          3685
DT_LAS                 19  0-35    DX20_DEVICE_REG          3686
DT_MCV                  6  0-35    DX20_DEVICE_REG          3673
DT_MRA                  7  0-35    DX20_DEVICE_REG          3674
DT_MRB                  8  0-35    DX20_DEVICE_REG          3675
DT_MRC                  9  0-35    DX20_DEVICE_REG          3676
DT_MRD                 10  0-35    DX20_DEVICE_REG          3677
DT_MRE                 11  0-35    DX20_DEVICE_REG          3678
DT_MRF                 12  0-35    DX20_DEVICE_REG          3679
DT_SBA                  0  0-35    DX20_DEVICE_REG          3667
DT_SBB                  1  0-35    DX20_DEVICE_REG          3668
DT_SBC                  2  0-35    DX20_DEVICE_REG          3669
DT_SBD                  3  0-35    DX20_DEVICE_REG          3670
DT_SBE                  4  0-35    DX20_DEVICE_REG          3671
DT_SBF                  5  0-35    DX20_DEVICE_REG          3672
DX10_BC_OF             12  0       CSB_DX10                 2018
DX10_BYTE_CTR          12  1-13    CSB_DX10                 2019
DX10_CPC               12  14-35   CSB_DX10                 2020
DX10_CSR               11  8-19    CSB_DX10                 2014
DX10_DAR               11  28-35   CSB_DX10                 2016
DX10_DSR               11  0-7     CSB_DX10                 2013
DX10_LAST_REC          13  12-35   CSB_DX10                 2021
DX10_MEM_PAR           **  27      CONI                     2032
DX10_MP_ERR            **  26      CONI                     2031
DX10_NXM               **  28      CONI                     2033
DX10_SEQ_ERR           11  22-27   CSB_DX10                 2015
DX20_DEVICE_REG        36  18-35   DX20_ERR_10               593
DX20_DEVICE_REG        41  18-35   MASSBUS_ERR_20           1435
DX20_MASSBUS_REG       35  18-35   DX20_ERR_10               591
DX20_MASSBUS_REG       40  18-35   MASSBUS_ERR_20           1433
DX_CBUS_PE             **  3       DM_ER                    4809
DX_DBUF_PE             **  4       DM_ER                    4808
DX_ILL_FUNCT           **  0       DM_ER                    4812
DX_ILL_REG             **  1       DM_ER                    4811
DX_MP_ERROR            **  7       DM_ER                    4805
DX_MP_STOP             **  6       DM_ER                    4806
DX_REG_MOD             **  2       DM_ER                    4810
DX_UBUS_PE             **  5       DM_ER                    4807
DX_VER                 39  18-35   MASSBUS_ERR_20           1432
ECCOR                   4  10-17   TM78_SENSE_BYTES         2444
ECCSTA                  4  2-9     TM78_SENSE_BYTES         2445
ECC_CORR                4  1       MASSBUS_ERR_20           1369
ECC_ENV                **  6       MR                       4449
ECC_ERROR              **  6       ER1                      4434
ECC_ERROR              **  6       RMER1                    4661
ECC_ERR_LOC            **  12-0    ECC1                     4606
ECC_ERR_MASK           **  10-0    ECC2                     4611
ECC_INH                **  11      OF                       4501
ECC_INH                **  11      RMOF                     4728
ECC_PATTERN            **  10-0    RMECC2                   4767
ECC_POSITION           **  12-0    RMECC1                   4762
ECC_WMC_DRBUS          **  04      WMCSTA                   3151
ECODE_2                **  7 -     ERR2_CNT                 3288
ENABLED_COUNT          10  0-35    OLD_CPU_NXM_ERR_10        272
ENABLE_24_31           **  6-13    APR_STATUS               3953
ENAON                  14  20-27   TM78_SENSE_BYTES         2487
ENB_ECC                **  4       RMMR1                    4683
ENB_SERCH              **  11      RMMR1                    4676
END_0                  **  0       REND                     2782
END_1                  **  1       REND                     2783
END_2                  **  2       REND                     2784
END_3                  **  3       REND                     2785
END_4                  **  4       REND                     2786
END_5                  **  5       REND                     2787
END_6                  **  6       REND                     2788
END_7                  **  7       REND                     2789
END_BLOCK              **  13      RMMR1                    4674
END_P                  **  04      RPSTA                    2801
ENTRY_DATE_TIME         1  0-35    HEADER                    145
ENTRY_LENGTH            0  27-35   HEADER                    144
ENTRY_TYPE              0  0-8     HEADER                    136
EOT_DET                **  04      TUDIAG                   3465
EOT_TU                 **  01      TUSTAT                   3368
EPT_PAGE               **  23-35   PAGE_STATUS              4010
ER$DHG                  1  12      FE_RELOAD_20             1541
ER$ENF                  1  13      FE_RELOAD_20             1542
ER$OPE                  1  14      FE_RELOAD_20             1543
ER$OUF                  1  15      FE_RELOAD_20             1544
ER$TT1                  1  16      FE_RELOAD_20             1545
ERR                    **  05      WMCERR                   3323
ERR1_CNT               10  28-35   TM78_SENSE_BYTES         2470
ERR2_CNT               10  20-27   TM78_SENSE_BYTES         2471
ERROR                  **  14      DS                       4406
ERROR                  **  14      RMDS                     4638
ERROR_ADDRESS           5  0-35    MONITOR_BUG_DATA_20      1326
ERROR_LOG               0  18-35   SYS_ERROR_LOG_10          665
ERROR_LOG               0  18-35   SYS_ERROR_LOG_20         1508
ERR_CODE               **  7-0     ERR1_CNT                 3269
ERR_LOCATION            3  0-35    DX20_ERR_10               546
ERR_LOCATION            3  0-35    MASSBUS_ERR_20           1364
ERR_RECORD             22  0-35    DX20_ERR_10               577
ERR_RECORD             24  0-35    MASSBUS_ERR_20           1407
EVENT_CLASS            **  14-6    EVENT_CODE               4829
EVENT_CODE              0  0-35    SOFTWARE_EVENT_10         604
EVENT_TYPE             **  4-0     EVENT_CODE               4830
EVEN_PAR_CHK           **  29      DCR                      4289
EXAMINE_PROTECT         4  0-35    DTE_BLOCK                3619
EXPECTED_TERMINATION   12  0-35    CHANNEL_ERROR_REPORT_10   388
EXT_FIELD              **  5-4     LA                       4489
FAIL_CODE              **  7 -     FALCOD                   2508
FALCOD                  0  28-35   TM78_SENSE_BYTES         2430
FEATURE_REG             3  0-35    CSB_DX10                 1988
FERFNM                  2  18-35   FE_RELOAD_10              799
FERNUM                  0  0-35    FE_RELOAD_10              779
FERSIZ                  3  0-35    FE_RELOAD_10              800
FERSTS                  1  0-35    FE_RELOAD_10              782
FE_DATA                 0  18-35   FE_DEVICE_ERR_10          770
FE_DATA                 0  18-35   FE_DEVICE_ERR_20         1517
FE_LENGTH               7  0-35    FE_DATA                  3727
FE_OFFSET               5  18-35   FE_DATA                  3724
FE_SUB                  5  18-35   FE_DATA                  3723
FE_VERSION              2  0-35    FE_DATA                  3716
FIELD_COUNT            **  5-0     DATA_TYPE                4868
FIELD_TYPE             **  6       DATA_TYPE                4857
FILE                   **  1       SINK_FLAGS               4822
FILE_IN_ERROR           2  0-35    TAPE_ERR_10               713
FILE_IN_ERROR           3  0-17    DX20_ERR_10               548
FILE_IN_ERROR           3  0-17    MASSBUS_ERR_20           1365
FILE_NAME               3  18-35   NODE_DOWN_LINE_DUMP      1733
FILE_NAME               3  18-35   NODE_DOWN_LINE_LOAD      1698
FILE_NAME              10  0-35    DX20_ERR_10               561
FILE_NAME              10  0-35    MASSBUS_ERR_10            506
FILE_NAME              10  0-35    MASSBUS_ERR_20           1385
FILE_NAME_EXT          11  18-35   MASSBUS_ERR_10            508
FILE_POSITION          21  0-35    DX20_ERR_10               576
FILE_POSITION          23  0-35    MASSBUS_ERR_20           1405
FINAL_ERR_STATE         4  0-35    DX20_ERR_10               550
FINAL_ERR_STATE         4  0-35    MASSBUS_ERR_10            485
FINAL_ERR_STATE         4  0-35    MASSBUS_ERR_20           1367
FINAL_ERR_STATUS        7  0-35    TAPE_ERR_10               742
FIRST_ADDRESS           3  0-35    NXM_MEMORY_SWEEP_10      1020
FIRST_ADDRESS           4  0-35    PAR_MEMORY_SWEEP_10      1042
FIRST_ADDRESS           5  0-35    OLD_CPU_NXM_ERR_10        267
FIRST_ADDRESS           6  0-35    CPU_PAR_INT_10           1112
FIRST_ADDRESS           6  0-35    OLD_CPU_MEM_PAR_ERR_10    249
FIRST_CONTENTS          3  0-35    PAR_MEMORY_SWEEP_10      1041
FIRST_CONTENTS          5  0-35    CPU_PAR_INT_10           1111
FIRST_CONTENTS          5  0-35    OLD_CPU_MEM_PAR_ERR_10    248
FMT22                  **  12      OF                       4500
FMT_16                 **  12      RMOF                     4727
FMT_ERROR              **  4       ER1                      4436
FMT_ERROR              **  4       RMER1                    4663
FORK_NUMBER             0  0-17    FE_DATA                  3713
FORK_NUMBER             4  0-17    CPU_PAR_TRAP_20          1578
FORK_NUMBER             6  0-17    MONITOR_BUG_DATA_20      1327
FORMAT_ERR              4  6       MASSBUS_ERR_20           1375
FPT_TU                 **  00      TUSTAT                   3367
FRAMES_READ             8  0-35    DX20_ERR_10               559
FRAMES_READ             8  0-35    MASSBUS_ERR_20           1382
FRAMES_WRITTEN          9  0-35    DX20_ERR_10               560
FRAMES_WRITTEN          9  0-35    MASSBUS_ERR_20           1384
FRAME_IN_ERR            5  0-35    TAPE_ERR_10               735
FUNCTION               **  5-0     RMCS1                    4631
FUNCTION_CODE          **  30-35   PTCR                     4260
FUNCTION_CODE          **  30-35   STCR                     4244
FUNCTION_WORD           4  0-35    NET_HARDWARE_ERR         1746
FUNCT_CODE              1  0-7     DECNET_PHASE_III         1795
FUNC_CODE1             **  05-01   NC2_CAS_15               2377
FWD                    **  06      MIAA_STAT                3399
GO                     **  0       RMCS1                    4632
GOOD_WORD               2  0-35    CPU_PAR_TRAP_10          1081
GOOD_WORD               2  0-35    CPU_PAR_TRAP_20          1576
GOOD_WORD               8  0-35    KL_OR_KS_PAR_TRAP_10      994
HARD                    4  0       MASSBUS_ERR_20           1368
HARD                    4  1       MASSBUS_ERR_10            486
HARD                    4  1       TAPE_ERR_10               720
HARD_POS_ERR           31  0-35    DX20_ERR_10               586
HARD_POS_ERR           36  0-35    MASSBUS_ERR_20           1425
HARD_READ              19  0-35    DX20_ERR_10               574
HARD_READ              21  0-35    MASSBUS_ERR_20           1402
HARD_READ_ERRORS        5  0-35    OLD_TAPE_STATS_10         862
HARD_WRITE             20  0-35    DX20_ERR_10               575
HARD_WRITE             22  0-35    MASSBUS_ERR_20           1403
HARD_WRITE_ERRORS       7  0-35    OLD_TAPE_STATS_10         864
HCCCTL                  1  0-5     HARD_COPY_ERR_10         1258
HCCDEV                  1  6-11    HARD_COPY_ERR_10         1264
HCCNAM                  0  0-35    HARD_COPY_ERR_10         1256
HCCPGM                  3  0-35    HARD_COPY_ERR_10         1273
HCCSBP                  4  0-35    HARD_COPY_ERR_10         1274
HCCTYP                  1  0-35    HARD_COPY_ERR_10         1257
HCCUID                  2  0-35    HARD_COPY_ERR_10         1272
HCRC_ERROR             **  8       ER1                      4432
HDECCT                 18  0-35    OLD_DISK_ERR_10           447
HDEDCR                 16  0-35    OLD_DISK_ERR_10           434
HDEECT                  4  0-35    OLD_DISK_ERR_10           411
HDEERR                  6  0-35    OLD_DISK_ERR_10           417
HDEEXT                 20  0-35    OLD_DISK_ERR_10           450
HDEFIL                 19  0-35    OLD_DISK_ERR_10           449
HDEHBN                  9  0-35    OLD_DISK_ERR_10           420
HDEHCT                  2  0-35    OLD_DISK_ERR_10           409
HDEHDI                  8  0-35    OLD_DISK_ERR_10           419
HDEHID                  1  0-35    OLD_DISK_ERR_10           408
HDEHNG                 12  0-35    OLD_DISK_ERR_10           426
HDELOG                 17  0-35    OLD_DISK_ERR_10           446
HDEMCT                 10  0-35    OLD_DISK_ERR_10           421
HDENAM                  0  0-35    OLD_DISK_ERR_10           407
HDEPCT                 11  0-35    OLD_DISK_ERR_10           425
HDEPGM                 22  0-35    OLD_DISK_ERR_10           452
HDESCT                  3  0-35    OLD_DISK_ERR_10           410
HDESDI                  7  0-35    OLD_DISK_ERR_10           418
HDESOF                  5  0-35    OLD_DISK_ERR_10           415
HDETRC                 13  0-35    OLD_DISK_ERR_10           431
HDETSC                 15  0-35    OLD_DISK_ERR_10           433
HDETWC                 14  0-35    OLD_DISK_ERR_10           432
HDEUID                 21  0-35    OLD_DISK_ERR_10           451
HDR_ERR                 4  3       MASSBUS_ERR_20           1371
HDR_FORMAT              0  21-23   HEADER                    142
HDR_LENGTH              0  24-26   HEADER                    143
HDR_WRD_0               0  0-35    HEADER                    135
HDWR_OPTION_TYPE        4  28-35   NET_HARDWARE_ERR         1750
HEAD_TAG               **  10      RMMR2                    4745
HIGH_ADDRESS            0  0-35    PAR_SWEEP_DATA           3838
HI_CT_DET              **  10      MR                       4445
HSBCBP                  3  0-35    KS_HALT_STATUS_10         813
HSBCOD                  0  0-35    KS_HALT_STATUS_10         809
HSBEPC                  1  0-35    KS_HALT_STATUS_10         810
HS_AR                   3  0-35    KS_HS_BLOCK              3753
HS_ARX                  4  0-35    KS_HS_BLOCK              3754
HS_BR                   5  0-35    KS_HS_BLOCK              3755
HS_BRX                  6  0-35    KS_HS_BLOCK              3756
HS_EBR                 10  0-35    KS_HS_BLOCK              3758
HS_FLG                 13  0-35    KS_HS_BLOCK              3761
HS_HPC                  1  0-35    KS_HALT_STATUS_20        1559
HS_HR                   2  0-35    KS_HS_BLOCK              3752
HS_MAG                  0  0-35    KS_HS_BLOCK              3750
HS_MSK                 12  0-35    KS_HS_BLOCK              3760
HS_ONE                  7  0-35    KS_HS_BLOCK              3757
HS_PC                   1  0-35    KS_HS_BLOCK              3751
HS_PI                  14  0-35    KS_HS_BLOCK              3762
HS_T0                  16  0-35    KS_HS_BLOCK              3764
HS_T1                  17  0-35    KS_HS_BLOCK              3765
HS_UBR                 11  0-35    KS_HS_BLOCK              3759
HS_VMA                 20  0-35    KS_HS_BLOCK              3766
HS_X1                  15  0-35    KS_HS_BLOCK              3763
HUNG_DEVICE             4  2       MASSBUS_ERR_10            488
H_COM_ERROR            **  7       ER1                      4433
H_COM_ERROR            **  7       RMER1                    4660
H_COM_INH              **  10      OF                       4502
H_COM_INH              **  10      RMOF                     4729
H_CRC_ERROR            **  8       RMER1                    4659
ICR                    38  0-35    MASSBUS_ERR_20           1427
ILLEGAL_P              **  02      RPSTA                    2799
ILL_0                  **  0       RILL                     2735
ILL_1                  **  1       RILL                     2747
ILL_2                  **  2       RILL                     2748
ILL_3                  **  3       RILL                     2749
ILL_4                  **  4       RILL                     2750
ILL_5                  **  5       RILL                     2751
ILL_6                  **  6       RILL                     2752
ILL_7                  **  7       RILL                     2753
ILL_FUNCT              **  0       ER1                      4440
ILL_FUNCT              **  0       RMER1                    4667
ILL_REG                **  1       ER1                      4439
ILL_REG                **  1       RMER1                    4666
ILR_CAS                **  04      CASSTA                   3087
INDEX_ERROR            **  11      ER2                      4529
INITIAL_CONTROL_WORD    4  0-35    CHANNEL_ERROR_REPORT_10   380
INIT_CHN_COMMAND        0  0-35    CHN_LOGOUT               1943
INIT_CNTRL_REG         33  0-35    DX20_ERR_10               588
INIT_CNTRL_REG         38  0-35    MASSBUS_ERR_20           1428
INTCOD                  0  2-9     TM78_SENSE_BYTES         2429
INTR_ENAB              **  6       RMCS1                    4630
INTSTA                 11  20-27   TM78_SENSE_BYTES         2475
INT_CODE               **  7 -     INTCOD                   2501
INT_REQ                **  32      APR_STATUS               3964
INVLD_CMD              **  12      RMER2                    4753
IN_READY               **  6       RH11_RMCS2               4356
IORB_STATUS            18  0-35    MASSBUS_ERR_20           1398
IO_PAGE_FAIL           **  26      APR_STATUS               3958
I_ADR_ERROR            **  10      ER1                      4430
I_ADR_ERROR            **  10      RMER1                    4657
JOB_AFFECTED_COUNT      4  0-35    OLD_CPU_NXM_ERR_10        266
JOB_NUMBER              0  0-17    ERROR_LOG                3699
JOB_NUMBER              0  18-35   FE_DATA                  3714
JOB_NUMBER              1  0-35    SOFTWARE_EVENT_10         605
JOB_NUMBER              4  18-35   CPU_PAR_TRAP_20          1579
JOB_NUMBER              6  0-35    MONITOR_BUG_DATA_20      1328
JOB_NUMBER             10  0-35    MONITOR_BUG_DATA_10       226
JOB_STOP_TALLY         14  0-35    MONITOR_BUG_DATA_10       230
KAEADR                 17  0-35    KL_ADDRESS_FAIL_10       1226
KAEADR                 17  0-35    OLD_KL_ADDRESS_FAIL_10   1193
KAEAFT                 16  0-35    KL_ADDRESS_FAIL_10       1224
KAEAFT                 16  0-35    OLD_KL_ADDRESS_FAIL_10   1192
KAEBEF                 15  0-35    KL_ADDRESS_FAIL_10       1222
KAEBEF                 15  0-35    OLD_KL_ADDRESS_FAIL_10   1191
KAECNI                 20  0-35    KL_ADDRESS_FAIL_10       1230
KAECNI                 20  0-35    OLD_KL_ADDRESS_FAIL_10   1196
KAEERA                 21  0-35    KL_ADDRESS_FAIL_10       1231
KAEERA                 21  0-35    OLD_KL_ADDRESS_FAIL_10   1197
KAEKPG                 14  0-35    KL_ADDRESS_FAIL_10       1221
KAEKPG                 14  0-35    OLD_KL_ADDRESS_FAIL_10   1190
KAELNA                  6  0-35    KL_ADDRESS_FAIL_10       1213
KAELNA                  6  0-35    OLD_KL_ADDRESS_FAIL_10   1182
KAEMNA                  5  0-35    KL_ADDRESS_FAIL_10       1212
KAEMNA                  5  0-35    OLD_KL_ADDRESS_FAIL_10   1181
KAEMNR                  7  0-35    KL_ADDRESS_FAIL_10       1214
KAEMNR                  7  0-35    OLD_KL_ADDRESS_FAIL_10   1183
KAEMPP                  3  0-35    KL_ADDRESS_FAIL_10       1210
KAEMPP                  3  0-35    OLD_KL_ADDRESS_FAIL_10   1179
KAENAA                 11  0-35    KL_ADDRESS_FAIL_10       1218
KAENAA                 11  0-35    OLD_KL_ADDRESS_FAIL_10   1187
KAENAM                  0  0-35    KL_ADDRESS_FAIL_10       1207
KAENAM                  0  0-35    OLD_KL_ADDRESS_FAIL_10   1176
KAENCS                 13  0-35    KL_ADDRESS_FAIL_10       1220
KAENCS                 13  0-35    OLD_KL_ADDRESS_FAIL_10   1189
KAENJA                  4  0-35    KL_ADDRESS_FAIL_10       1211
KAENJA                  4  0-35    OLD_KL_ADDRESS_FAIL_10   1180
KAENOA                 12  0-35    KL_ADDRESS_FAIL_10       1219
KAENOA                 12  0-35    OLD_KL_ADDRESS_FAIL_10   1188
KAENSC                  9  0-35    KL_ADDRESS_FAIL_10       1216
KAENSC                  9  0-35    OLD_KL_ADDRESS_FAIL_10   1185
KAENTS                  8  0-35    KL_ADDRESS_FAIL_10       1215
KAENTS                  8  0-35    OLD_KL_ADDRESS_FAIL_10   1184
KAEPGM                 19  0-35    KL_ADDRESS_FAIL_10       1229
KAEPGM                 19  0-35    OLD_KL_ADDRESS_FAIL_10   1195
KAEPPN                 18  0-35    KL_ADDRESS_FAIL_10       1228
KAEPPN                 18  0-35    OLD_KL_ADDRESS_FAIL_10   1194
KAESBD                 22  0-35    KL_ADDRESS_FAIL_10       1232
KAESBD                 22  0-35    OLD_KL_ADDRESS_FAIL_10   1198
KAESNE                  2  0-35    KL_ADDRESS_FAIL_10       1209
KAESNE                  2  0-35    OLD_KL_ADDRESS_FAIL_10   1178
KAETNE                  1  0-35    KL_ADDRESS_FAIL_10       1208
KAETNE                  1  0-35    OLD_KL_ADDRESS_FAIL_10   1177
KAEUEN                 10  0-35    KL_ADDRESS_FAIL_10       1217
KAEUEN                 10  0-35    OLD_KL_ADDRESS_FAIL_10   1186
KDICNI                 11  0-35    OLD_CPU_PAR_INT_10       1065
KDIERA                 12  0-35    OLD_CPU_PAR_INT_10       1066
KDIMPA                  6  0-35    OLD_CPU_PAR_INT_10       1060
KDIMPC                  3  0-35    OLD_CPU_PAR_INT_10       1057
KDIMPP                  4  0-35    OLD_CPU_PAR_INT_10       1058
KDIMPT                  8  0-35    OLD_CPU_PAR_INT_10       1062
KDIMPW                  5  0-35    OLD_CPU_PAR_INT_10       1059
KDINAM                  0  0-35    OLD_CPU_PAR_INT_10       1054
KDIPAR                  7  0-35    OLD_CPU_PAR_INT_10       1061
KDIPGM                 10  0-35    OLD_CPU_PAR_INT_10       1064
KDIPPN                  9  0-35    OLD_CPU_PAR_INT_10       1063
KDISBD                 13  0-35    OLD_CPU_PAR_INT_10       1067
KDISPE                  2  0-35    OLD_CPU_PAR_INT_10       1056
KDITPE                  1  0-35    OLD_CPU_PAR_INT_10       1055
KEYPAD_FLAG            **  7 -     ENAON                    3559
KIIAPR                  2  0-35    KI_PAR_NXM_INT_10         931
KIINAM                  0  0-35    KI_PAR_NXM_INT_10         929
KIIPCI                  1  0-35    KI_PAR_NXM_INT_10         930
KIIPGM                  5  0-35    KI_PAR_NXM_INT_10         934
KIIPII                  3  0-35    KI_PAR_NXM_INT_10         932
KIIPPN                  4  0-35    KI_PAR_NXM_INT_10         933
KL10_PAGED             **  21      PAGE_STATUS              4008
KLER_BLOCK              0  16-31   FE_SUB                   3740
KLER_BLOCK_CNT          1  0-15    FE_SUB                   3741
KLER_FIRST_WORD         1  16-31   FE_SUB                   3742
KON_NUMBER              5  0-17    USAGE_DATA_20            1469
KON_NUMBER             34  0-17    MASSBUS_ERR_20           1420
KSNBDW                  4  0-35    KS_NXM_TRAP_10            964
KSNGDW                  8  0-35    KS_NXM_TRAP_10            968
KSNNAM                  0  0-35    KS_NXM_TRAP_10            960
KSNNNT                 11  0-35    KS_NXM_TRAP_10            974
KSNNRT                 10  0-35    KS_NXM_TRAP_10            973
KSNPCT                  1  0-35    KS_NXM_TRAP_10            961
KSNPFW                  2  0-35    KS_NXM_TRAP_10            962
KSNPGM                  7  0-35    KS_NXM_TRAP_10            967
KSNPIT                  5  0-35    KS_NXM_TRAP_10            965
KSNPMA                  3  0-35    KS_NXM_TRAP_10            963
KSNPPN                  6  0-35    KS_NXM_TRAP_10            966
KSNRET                  9  0-35    KS_NXM_TRAP_10            969
KS_HS_BLOCK             2  18-35   KS_HALT_STATUS_10         811
KS_HS_BLOCK             2  18-35   KS_HALT_STATUS_20        1560
LAST_ADDRESS            4  0-35    NXM_MEMORY_SWEEP_10      1021
LAST_ADDRESS            4  0-35    OLD_CPU_NXM_ERR_10        268
LAST_BLOCK             **  10      RMDS                     4642
LAST_CMD               34  18-35   MASSBUS_ERR_10            524
LAST_COMMAND            2  0-35    CHN_LOGOUT               1945
LAST_COMMAND            3  0-35    CSB_TM02                 2086
LAST_COMMAND            5  0-35    CSB_TM78                 2121
LAST_CW                 8  0-35    CHANNEL_ERROR_REPORT_10   384
LAST_CW_MINUS_1         7  0-35    CHANNEL_ERROR_REPORT_10   383
LAST_CW_MINUS_2         6  0-35    CHANNEL_ERROR_REPORT_10   382
LAST_DATA              11  0-35    CHANNEL_ERROR_REPORT_10   387
LAST_DATA_MINUS_1      10  0-35    CHANNEL_ERROR_REPORT_10   386
LAST_DATA_MINUS_2       9  0-35    CHANNEL_ERROR_REPORT_10   385
LAST_MUUO               5  0-35    KL_CPU_STATUS_10         1137
LAST_MUUO               6  0-35    KL_CPU_STATUS_20         1654
LAST_MUUO_PC            6  0-35    KL_CPU_STATUS_10         1138
LAST_MUUO_PC            7  0-35    KL_CPU_STATUS_20         1655
LAST_REL_ADDRESS        1  0-35    PAR_SWEEP_DATA           3839
LAST_SECT              **  10      DS                       4410
LAST_SECTR             **  2       RMMR1                    4685
LAST_SWEEP_COUNT        2  0-35    PAR_SWEEP_DATA           3840
LAST_S_T               **  1       RMMR1                    4686
LBN                     3  0-35    MASSBUS_ERR_10            484
LBN                     3  0-35    MASSBUS_ERR_20           1363
LEFT                   **  02      CBUSSTA                  3109
LINE_NUMBER             4  12-23   SOFTWARE_EVENT_10         610
LOAD_REG               **  6       PREP_REG                 4300
LOG_TEXT                4  0-35    ERROR_LOG                3704
LONG_WCE               **  20      CONI_STATUS              4226
LOOK_SYNC              **  10      RMMR1                    4677
LOSS_CHK               **  10      RMER2                    4755
LOSS_CLK               **  11      RMER2                    4754
LO_RD_TH               **  07      XFRCTL                   3541
LPTCNI                  1  0-35    LP100_ERR_10             1244
LPTNAM                  0  0-35    LP100_ERR_10             1243
LPTTYP                  3  0-35    LP100_ERR_10             1246
LPTWRD                  2  0-35    LP100_ERR_10             1245
LWR                    **  02      MIAA_STAT                3393
MAGFCC                  6  0-35    OLD_TAPE_ERR_10           694
MAGFCS                  7  0-35    OLD_TAPE_ERR_10           695
MAGFFB                  2  0-35    OLD_TAPE_ERR_10           690
MAGICC                  4  0-35    OLD_TAPE_ERR_10           692
MAGICS                  5  0-35    OLD_TAPE_ERR_10           693
MAGMED                  9  0-35    OLD_TAPE_ERR_10           698
MAGNAM                  0  0-35    OLD_TAPE_ERR_10           688
MAGRFF                  3  0-35    OLD_TAPE_ERR_10           691
MAGRID                  1  0-35    OLD_TAPE_ERR_10           689
MAGRTC                  8  0-35    OLD_TAPE_ERR_10           696
MAINT_CLOCK            **  1       MR                       4454
MAINT_INDEX            **  2       MR                       4453
MAINT_READ             **  4       MR                       4451
MAINT_SCLK             **  3       MR                       4452
MAINT_WRITE            **  5       MR                       4450
MAN_TEST               **  07      MIAA_STAT                3403
MASSBUS_DATA           **  7 -     DDR_A                    3296
MASSBUS_DATA_B         **  7 -     DDR_B                    3306
MASTER_OSC             **  22      APR_STATUS               3955
MBATTN                 **  07      CBUSSTA                  3117
MBD                    **  2-0     WMCERR                   3317
MBDEM                  **  05      CBUSSTA                  3115
MBEBL                  **  04      DBUSSTA                  3129
MBEXC                  **  03      DBUSSTA                  3128
MBFAIL                 **  03      CBUSSTA                  3111
MBINIT                 **  04      CBUSSTA                  3114
MBOCC                  **  05      DBUSSTA                  3130
MBRUN                  **  02      DBUSSTA                  3127
MBSCLK                 **  00      DBUSSTA                  3125
MBSEL                  **  07      INTSTA                   3357
MBTRA                  **  06      CBUSSTA                  3116
MBUS_AIE               **  30      CONI_STATUS              4216
MBUS_ATTN              **  28      CONI_STATUS              4218
MBUS_DPE               **  8       RH11_RMCS2               4354
MBUS_ENAB              **  27      CONI_STATUS              4219
MBUS_ENAB              **  27      CONO                     4311
MBWCLK                 **  06      DBUSSTA                  3131
MBWREN                 **  07      DBUSSTA                  3132
MB_AS                   8  18-35   CSB_TM02                 2096
MB_AS_END               4  0-17    MB_DEV                   3787
MB_AS_ERR               4  18-35   MB_DEV                   3788
MB_A_OUT               **  03      INTSTA                   3347
MB_B_OUT               **  02      INTSTA                   3346
MB_CC_END              11  0-17    MB_DEV                   3807
MB_CC_ERR              11  18-35   MB_DEV                   3808
MB_CHK_SUM             11  18-35   CSB_TM02                 2102
MB_CHK_SUM_END          7  0-17    MB_DEV                   3797
MB_CHK_SUM_ERR          7  18-35   MB_DEV                   3798
MB_CR                   4  18-35   CSB_TM02                 2088
MB_CR_END               0  0-17    MB_DEV                   3777
MB_CR_ERR               0  18-35   MB_DEV                   3778
MB_DA_END               5  0-17    MB_DEV                   3789
MB_DA_ERR               5  18-35   MB_DEV                   3790
MB_DC_END              10  0-17    MB_DEV                   3805
MB_DC_ERR              10  18-35   MB_DEV                   3806
MB_DEVICE_REG          18  18-35   MASSBUS_ERR_10            521
MB_DEV_TABLE           39  18-35   MASSBUS_ERR_20           1429
MB_DS                   5  18-35   CSB_TM02                 2090
MB_DS_END               1  0-17    MB_DEV                   3779
MB_DS_ERR               1  18-35   MB_DEV                   3780
MB_DT                  10  18-35   CSB_TM02                 2100
MB_DT_END               6  0-17    MB_DEV                   3793
MB_DT_ERR               6  18-35   MB_DEV                   3794
MB_ECC1_END            14  0-17    MB_DEV                   3813
MB_ECC1_ERR            14  18-35   MB_DEV                   3814
MB_ECC2_END            15  0-17    MB_DEV                   3815
MB_ECC2_ERR            15  18-35   MB_DEV                   3816
MB_ER1_END              2  0-17    MB_DEV                   3781
MB_ER1_ERR              2  18-35   MB_DEV                   3782
MB_ER2_END             12  0-17    MB_DEV                   3809
MB_ER2_ERR             12  18-35   MB_DEV                   3810
MB_ER3_END             13  0-17    MB_DEV                   3811
MB_ER3_ERR             13  18-35   MB_DEV                   3812
MB_ERR                  6  18-35   CSB_TM02                 2092
MB_ERR_END              2  0-17    MB_DEV                   3783
MB_ERR_ERR              2  18-35   MB_DEV                   3784
MB_FR_CNT               9  18-35   CSB_TM02                 2098
MB_FR_CNT_END           5  0-17    MB_DEV                   3791
MB_FR_CNT_ERR           5  18-35   MB_DEV                   3792
MB_LA_END               7  0-17    MB_DEV                   3795
MB_LA_ERR               7  18-35   MB_DEV                   3796
MB_MR                   7  18-35   CSB_TM02                 2094
MB_MR_END               3  0-17    MB_DEV                   3785
MB_MR_ERR               3  18-35   MB_DEV                   3786
MB_OF_END               9  0-17    MB_DEV                   3801
MB_OF_ERR               9  18-35   MB_DEV                   3802
MB_PAR                 **  27      APR_STATUS               3959
MB_SN                  12  18-35   CSB_TM02                 2104
MB_SN_END               8  0-17    MB_DEV                   3799
MB_SN_ERR               8  18-35   MB_DEV                   3800
MB_TC                  13  18-35   CSB_TM02                 2106
MB_TC_END               9  0-17    MB_DEV                   3803
MB_TC_ERR               9  18-35   MB_DEV                   3804
MD                     16  0-35    CSB_DX10                 2024
MEDIAID                 1  0-35    DX20_ERR_10               542
MEDIAID                 1  0-35    MASSBUS_ERR_20           1360
MEDIAID                 1  0-35    OLD_TAPE_STATS_10         858
MEDIAID                 1  0-35    TAPE_ERR_10               710
MEM_PAR_ERRORS          1  0-35    CPU_PAR_INT_10           1107
MEM_PAR_ERRORS          4  0-35    CPU_PAR_INT_20           1624
MF_20_TEXT              0  0-35    MF_20_ERR_20             1678
MIAA_STAT              12  2-9     TM78_SENSE_BYTES         2477
MIAB_STAT              12  28-35   TM78_SENSE_BYTES         2478
MICRO_CODE_VER_NO      34  0-35    DX20_ERR_10               589
MISS_XFER              **  9       RH11_RMCS2               4353
MK2P                   **  03      RPSTA                    2800
MK2_0                  **  0       RMK2                     2761
MK2_1                  **  1       RMK2                     2768
MK2_2                  **  2       RMK2                     2769
MK2_3                  **  3       RMK2                     2770
MK2_4                  **  4       RMK2                     2771
MK2_5                  **  5       RMK2                     2772
MK2_6                  **  6       RMK2                     2773
MK2_7                  **  7       RMK2                     2774
MODE                   **  0       PAGE_FAIL_WORD           3979
MOL                    **  12      DS                       4408
MOL                    **  12      RMDS                     4640
MONITOR                **  2       SINK_FLAGS               4821
MONITOR_VERSION         2  0-35    MONITOR_BUG_DATA_20      1316
MONITOR_VERSION         2  0-35    SYSTEM_RELOAD_20         1294
MONITOR_VERSION         8  0-35    MONITOR_BUG_DATA_10       223
MONITOR_VERSION         8  0-35    SYSTEM_RELOAD_10          199
MOT                    **  01      MIAA_STAT                3392
MOVE_HEAD              **  13      DT                       4480
MOVE_HEAD              **  13      RMDT                     4710
MPA_CAS_20             16  	16	    TM78_CAS_REGS            2186
MPD_CAS_21             17  	17	    TM78_CAS_REGS            2190
MPD_CM_PE              **  13      MPD_CAS_21               2400
MPD_CPE                **  11      MPD_CAS_21               2404
MPD_EV_PAR             **  10      MPD_CAS_21               2407
MPD_HLDA               **  09      MPD_CAS_21               2410
MPD_HOLD               **  08      MPD_CAS_21               2413
MPD_ILR                **  12      MPD_CAS_21               2402
MPD_INT_DATA           **  07-00   MPD_CAS_21               2415
MPD_TM_CLR             **  14      MPD_CAS_21               2396
MPD_TM_RDY             **  15      MPD_CAS_21               2393
MPE_CNT                28  0-35    DX20_ERR_10               583
MPE_CNT                30  0-35    MASSBUS_ERR_20           1413
MR1                    19  0-35    CSB_DX10                 2027
MTOPR_FUNCTION          3  0-35    CONFIG_CHANGE_20         1494
MULTIPLE_FIELD         **  6       DATA_TYPE                4866
MULTI_H_SEL            **  9       ER2                      4535
MUST_BE_ONES           **  0-2     PAGE_DATAI               3970
MUUO_CONTEXT_WORD       7  0-35    KL_CPU_STATUS_10         1139
MUUO_CONTEXT_WORD       8  0-35    KL_CPU_STATUS_20         1656
MUUO_RESERVED           5  0-35    KL_CPU_STATUS_20         1653
MUUO_RESERVED           8  0-35    KL_CPU_STATUS_10         1140
NC1_CAS_14             12  	12	    TM78_CAS_REGS            2178
NC2_CAS_15             13  	13	    TM78_CAS_REGS            2183
NC2_CMD_CNT1           **  15-08   NC2_CAS_15               2376
NC3_CAS_16             14  	14	    TM78_CAS_REGS            2184
NC3_FUNC_CODE2         **  05-01   NC3_CAS_16               2382
NC4_CAS_17             15  	15	    TM78_CAS_REGS            2185
NC4_CMD_CNT3           **  15-08   NC4_CAS_17               2387
NC4_FUNC_CODE3         **  05-01   NC4_CAS_17               2388
NDT                    **  03      TUX                      3504
NEG_BLK_CNT            **  20-29   PTCR                     4259
NEG_BLK_CNT            **  20-29   STCR                     4243
NEG_FUNCTION_COUNT      0  0-17    SBDIAG_LIST              3885
NETCON_VERSION          0  0-35    NETCON_START             1688
NODE_NAME               1  0-35    CONFIG_CHANGE_10          642
NODE_NAME               1  18-35   NETCON_START             1689
NODE_NUMBER             0  0-35    CONFIG_CHANGE_10          637
NODE_NUMBER             4  0-11    SOFTWARE_EVENT_10         609
NON_RECOVERABLE         4  1       DX20_ERR_10               552
NON_X_DRIVE            **  12      RH11_RMCS2               4350
NOT_DONE_0             **  0       RDON                     2705
NOT_DONE_1             **  1       RDON                     2708
NOT_DONE_2             **  2       RDON                     2711
NOT_DONE_3             **  3       RDON                     2714
NOT_DONE_4             **  4       RDON                     2717
NOT_DONE_5             **  5       RDON                     2720
NOT_DONE_6             **  6       RDON                     2723
NOT_DONE_7             **  7       RDON                     2726
NOT_DONE_P             **  01      RPSTA                    2798
NOT_KL_FLAG             9  0       KL_OR_KS_PAR_TRAP_10      995
NOT_RECOVERED_COUNT     6  0-35    CPU_PAR_TRAP_10          1093
NOT_RECOVERED_COUNT    11  0-35    KL_OR_KS_PAR_TRAP_10     1005
NOT_RECOVERED_FLAG      4  1       CPU_PAR_TRAP_10          1084
NOT_RECOVERED_FLAG      7  1       CPU_PAR_TRAP_20          1583
NOT_RECOVERED_FLAG      9  1       KL_OR_KS_PAR_TRAP_10      996
NOT_WR                 **  06      TUDIAG                   3467
NO_BLK_ADR             **  15      DT                       4478
NO_FRAMES_READ          2  0-35    OLD_TAPE_STATS_10         859
NO_FRAMES_WRITTEN       3  0-35    OLD_TAPE_STATS_10         860
NO_H_SEL               **  10      ER2                      4532
NST_CAS_13             11  	11	    TM78_CAS_REGS            2177
NTHUNG_CNT              6  0-8     DSCSBP                   3581
NTHUNG_CNT              9  0-8     MASSBUS_ERR_10            502
NUMBER_IO_INSTR         0  0-17    DEVICE_STATUS_10         1163
NUMBER_OF_RESULTS       1  0-17    DEVICE_STATUS_10         1165
NXM                    **  11      RH11_RMCS2               4351
NXM_CNT                29  0-35    DX20_ERR_10               584
NXM_CNT                31  0-35    MASSBUS_ERR_20           1414
NXM_OVRN_COUNT          1  0-35    CHANNEL_ERROR_REPORT_10   377
NXM_TAB                13  18-35   SYSTEM_RELOAD_10          209
NXM_TAB_AFTER           1  18-35   CONFIG_CHANGE_10          639
NXM_TAB_AFTER_ERR      14  18-35   NXM_MEMORY_SWEEP_10      1032
NXM_TAB_AFTER_ERR      16  18-35   OLD_CPU_NXM_ERR_10        280
NXM_TAB_BEFORE          0  18-35   CONFIG_CHANGE_10          634
NXM_TAB_BEFORE_ERR     13  18-35   NXM_MEMORY_SWEEP_10      1031
NXM_TAB_BEFORE_ERR     15  18-35   OLD_CPU_NXM_ERR_10        279
NXM_WORD                0  0-35    NXM_TAB                  3825
OCCUP                  **  15      RMMR1                    4672
OFFSET                 **  7-0     OF                       4503
OFFSET_DIRTN           **  7       RMOF                     4730
OFF_CYL                **  15      ER3                      4564
OFSET_MODE             **  0       RMDS                     4647
ONL                    **  05      TUSTAT                   3372
ONLINE                 **  00      CBUSSTA                  3105
OPERATOR_COMMENTS      11  0-35    SYSTEM_RELOAD_10          205
OPER_INC               **  13      ER1                      4427
OPER_INC               **  13      RMER1                    4654
OPER_PLUG              **  13      RMER2                    4752
OPP                    **  07      RET2_CNT                 3493
OUTPUT_FORMAT          **  5-4     DATA_TYPE                4860
OUT_READY              **  7       RH11_RMCS2               4355
OVERRUN_ERR            32  0-35    DX20_ERR_10               587
OVERRUN_ERR            37  0-35    MASSBUS_ERR_20           1426
OVER_RUN               **  26      CONI_STATUS              4220
PACK_DATA              **  8       RMMR1                    4679
PACK_HEADER            **  7       RMMR1                    4680
PAD1_CNT               10  10-17   TM78_SENSE_BYTES         2468
PAD2_CNT               10  2-9     TM78_SENSE_BYTES         2469
PAD_CNT                **  7 -     PAD1_CNT                 3253
PAD_CNT                **  7 -     PAD2_CNT                 3261
PAGE_DATAI              3  0-35    KL_CPU_STATUS_10         1135
PAGE_DATAI              3  0-35    KL_CPU_STATUS_20         1651
PAGE_DATAI             37  0-35    MONITOR_BUG_DATA_20      1345
PAGE_FAIL_FLAGS        87  0-35    KL_CPU_STATUS_20         1663
PAGE_FAIL_NEW_PC       88  0-35    KL_CPU_STATUS_10         1148
PAGE_FAIL_NEW_PC       89  0-35    KL_CPU_STATUS_20         1665
PAGE_FAIL_OLD_PC       87  0-35    KL_CPU_STATUS_10         1147
PAGE_FAIL_OLD_PC       88  0-35    KL_CPU_STATUS_20         1664
PAGE_FAIL_WORD          0  0-35    CPU_PAR_TRAP_10          1079
PAGE_FAIL_WORD          0  0-35    CPU_PAR_TRAP_20          1574
PAGE_FAIL_WORD          2  0-35    KL_OR_KS_PAR_TRAP_10      988
PAGE_FAIL_WORD         86  0-35    KL_CPU_STATUS_10         1146
PAGE_FAIL_WORD         86  0-35    KL_CPU_STATUS_20         1662
PAGE_STATUS             4  0-35    KL_CPU_STATUS_10         1136
PAGE_STATUS             4  0-35    KL_CPU_STATUS_20         1652
PAGE_STATUS            36  0-35    MONITOR_BUG_DATA_20      1344
PARAMETER_COUNTER_FLAG **  15      DATA_ID                  4836
PARAMETER_TYPE         **  11-0    DATA_ID                  4840
PARENT_HDWR_TYPE        4  10-17   NET_HARDWARE_ERR         1748
PARENT_SFWR_TYPE        4  20-27   NET_HARDWARE_ERR         1749
PAR_BIT                **  17      RR                       4272
PAR_BIT                **  17      WR                       4279
PAR_ERROR              **  3       ER1                      4437
PAR_ERROR              **  3       RMER1                    4664
PAR_SWEEP_DATA          5  18-35   PAR_MEMORY_SWEEP_10      1043
PAR_SWEEP_DATA          7  18-35   CPU_PAR_INT_10           1113
PAR_SWEEP_DATA          7  18-35   OLD_CPU_MEM_PAR_ERR_10    250
PAR_TEST               **  4       RH11_RMCS2               4358
PBAR                    2  0-35    CSB_TM02                 2083
PBAR                    4  0-35    CSB_TM78                 2120
PC_FLAGS                2  0-35    CPU_PAR_INT_20           1622
PEC                    **  6       MIAB_STAT                3427
PEGCRTK                **  03      CH0TIE                   2896
PEGCRTK                **  03      CH1TIE                   2910
PEGCRTK                **  03      CH2TIE                   2925
PEGCRTK                **  03      CH3TIE                   2941
PEGCRTK                **  03      CH4TIE                   2957
PEGCRTK                **  03      CH5TIE                   2973
PEGCRTK                **  03      CH6TIE                   2988
PEGCRTK                **  03      CH7TIE                   3004
PEGCRTK                **  03      CHPTIE                   3019
PES                    **  03      TUSTAT                   3370
PE_WR_PE               **  01      INTSTA                   3343
PF_CODE                **  1-5     PAGE_FAIL_WORD           3991
PHTIE0                 **  01      CH0TIE                   2894
PHTIE1                 **  01      CH1TIE                   2908
PHTIE2                 **  01      CH2TIE                   2923
PHTIE3                 **  01      CH3TIE                   2939
PHTIE4                 **  01      CH4TIE                   2955
PHTIE5                 **  01      CH5TIE                   2971
PHTIE6                 **  01      CH6TIE                   2986
PHTIE7                 **  01      CH7TIE                   3002
PHTIEP                 **  01      CHPTIE                   3017
PHUNG_CNT               5  18-26   OLD_DISK_STATS_10         831
PHUNG_CNT               6  18-26   DSCSBP                   3583
PHUNG_CNT               9  18-26   MASSBUS_ERR_10            504
PHYS_ADDRESS            3  0-35    CPU_PAR_TRAP_10          1082
PHYS_ADDRESS            3  0-35    KL_OR_KS_PAR_TRAP_10      989
PHYS_ADDRESS            6  0-35    CPU_PAR_TRAP_20          1581
PIA                    **  33-35   CONI_STATUS              4213
PIA                    **  33-35   CONO                     4317
PIP                    **  13      DS                       4407
PIP                    **  13      RMDS                     4639
PI_AAD                  4  0-35    OLD_CPU_PAR_INT_20       1602
PI_ADA                  6  0-35    OLD_CPU_PAR_INT_20       1604
PI_ADD                 22  0-35    OLD_CPU_PAR_INT_20       1607
PI_CDA                 46  0-35    OLD_CPU_PAR_INT_20       1609
PI_CHANNELS_ON         **  29-35   PI_STATUS                4021
PI_CNI                  0  0-35    OLD_CPU_PAR_INT_20       1598
PI_DAT                 34  0-35    OLD_CPU_PAR_INT_20       1608
PI_ERA                  1  0-35    OLD_CPU_PAR_INT_20       1599
PI_FPC                  2  0-35    OLD_CPU_PAR_INT_20       1600
PI_IN_PROGRESS         **  21-27   PI_STATUS                4019
PI_LEVEL               **  33-35   APR_STATUS               3965
PI_OAD                  5  0-35    OLD_CPU_PAR_INT_20       1603
PI_ODA                  7  0-35    OLD_CPU_PAR_INT_20       1605
PI_REQUESTS            **  11-17   PI_STATUS                4015
PI_SBD                 10  0-35    OLD_CPU_PAR_INT_20       1606
PI_STATUS               2  0-35    KL_CPU_STATUS_10         1134
PI_STATUS               2  0-35    KL_CPU_STATUS_20         1650
PI_STATUS               3  0-35    KL_PAR_NXM_INT_10         949
PI_STATUS               5  0-35    KL_OR_KS_PAR_TRAP_10      991
PI_STATUS              26  0-35    MONITOR_BUG_DATA_20      1334
PI_STATUS              32  0-35    MONITOR_BUG_DATA_10       234
PI_SWP                  3  0-35    OLD_CPU_PAR_INT_20       1601
PI_SYS_ON              **  28      PI_STATUS                4020
PLO_BP                 **  06      XFRCTL                   3538
PLO_UNS                **  13      ER2                      4523
PM                     **  03      ECCSTA                   2876
PORT                   **  07      TUX                      3512
PORTSEL_MIA            **  2-0     MIAB_STAT                3411
PORT_SEL               **  10      RMCS1                    4627
POSITION_ERR            4  5       MASSBUS_ERR_20           1374
POST_0                 **  0       RPOSTN                   2814
POST_1                 **  1       RPOSTN                   2820
POST_2                 **  2       RPOSTN                   2821
POST_3                 **  3       RPOSTN                   2822
POST_4                 **  4       RPOSTN                   2823
POST_5                 **  5       RPOSTN                   2824
POST_6                 **  6       RPOSTN                   2825
POST_7                 **  7       RPOSTN                   2826
POST_P                 **  05      RPSTA                    2802
PPN                     8  0-35    OLD_TAPE_STATS_10         865
PPN                    10  0-35    TAPE_ERR_10               754
PRDD                    7  28-35   TM78_SENSE_BYTES         2458
PREAMBLE_ERR           **  05      RPATH                    2590
PRES_TUX               **  02      TUX                      3503
PREV_BLOCK             **  9-11    PAGE_DATAI               3972
PREV_CONTEXT           **  13-17   PAGE_DATAI               3973
PRI_CFL                **  31      CONI_STATUS              4215
PROGRAM_COUNTER         1  0-35    KL_OR_KS_PAR_TRAP_10      987
PROGRAM_COUNTER         1  0-35    KL_PAR_NXM_INT_10         947
PROGRAM_COUNTER         3  0-35    CPU_PAR_INT_20           1623
PROGRAM_COUNTER         3  0-35    OLD_CPU_NXM_ERR_10        265
PROGRAM_COUNTER         4  0-35    CPU_PAR_INT_10           1110
PROGRAM_COUNTER         4  0-35    OLD_CPU_MEM_PAR_ERR_10    247
PROGRAM_COUNTER         7  0-35    CPU_PAR_TRAP_10          1094
PROGRAM_NAME            2  18-35   NETCON_START             1690
PROGRAM_NAME            3  0-35    FE_DATA                  3717
PROGRAM_NAME            3  0-35    SOFTWARE_EVENT_10         607
PROGRAM_NAME            5  0-35    CPU_PAR_TRAP_20          1580
PROGRAM_NAME            5  18-35   NODE_DOWN_LINE_DUMP      1735
PROGRAM_NAME            5  18-35   NODE_DOWN_LINE_LOAD      1700
PROGRAM_NAME            7  0-35    KL_OR_KS_PAR_TRAP_10      993
PROGRAM_NAME            8  0-35    MONITOR_BUG_DATA_20      1330
PROGRAM_NAME           10  0-35    CPU_PAR_INT_10           1116
PROGRAM_NAME           10  0-35    OLD_CPU_MEM_PAR_ERR_10    253
PROGRAM_NAME           11  0-35    TAPE_ERR_10               755
PROGRAM_NAME           12  0-35    MONITOR_BUG_DATA_10       228
PROGRAM_NAME           19  0-35    OLD_CPU_NXM_ERR_10        283
PROGRAM_RUN            12  0-35    DX20_ERR_10               563
PROGRAM_RUN            12  0-35    MASSBUS_ERR_20           1387
PROGRAM_RUN            13  0-35    MASSBUS_ERR_10            511
PROG_ABLE              **  9       DS                       4411
PROG_ABLE              **  9       RMDS                     4643
PROG_ERROR             **  10      RH11_RMCS2               4352
PROJ_PROG_NO           12  0-35    MASSBUS_ERR_10            509
PROM_STROB             **  5       RMMR1                    4682
PSTAT                   7  2-9     TM78_SENSE_BYTES         2457
PTCR                    1  0-35    CSB_TM02                 2079
PTCR                    3  0-35    CSB_TM78                 2119
PUBLIC_MODE            **  6       PAGE_FAIL_WORD           3988
PWR_FAIL               **  30      APR_STATUS               3962
PWR_OK                 **  05      INTSTA                   3352
R1_ERW                  3  0-35    FE_RELOAD_20             1548
R1_FNM                  2  0-35    FE_RELOAD_20             1547
R1_NUM                  0  0-35    FE_RELOAD_20             1526
R1_STS                  1  0-35    FE_RELOAD_20             1527
RAMT                    1  20-27   TM78_SENSE_BYTES         2435
RBC                     0  0-35    CSB_DX10                 1985
RCMLP                   1  28-35   TM78_SENSE_BYTES         2434
RD                     **  06      RET2_CNT                 3492
RDATA                   3  28-35   TM78_SENSE_BYTES         2442
RDC_SEL                **  5-3     XFRCTL                   3530
RDERA_PHYS_ADDRESS     **  14-35   RDERA_STATUS             4038
RDERA_STATUS            1  0-35    CPU_PAR_INT_20           1621
RDERA_STATUS            4  0-35    KL_PAR_NXM_INT_10         950
RDERA_STATUS            9  0-35    KL_CPU_STATUS_10         1141
RDERA_STATUS            9  0-35    KL_CPU_STATUS_20         1657
RDERA_STATUS           12  0-35    CPU_PAR_INT_10           1118
RDERA_STATUS           38  0-35    MONITOR_BUG_DATA_20      1346
RDON                    2  10-17   TM78_SENSE_BYTES         2436
RDP                    **  01      PSTAT                    3054
RDY_ON                 **  06      TUSTAT                   3374
RD_EN                  **  05      TUDIAG                   3466
RD_GCR                 11  0-35    USAGE_DATA_20            1478
RD_NRZI                 9  0-35    USAGE_DATA_20            1476
RD_PE                  10  0-35    USAGE_DATA_20            1477
RD_WR_UNSF             **  4       ER2                      4550
READY                  **  7       RMCS1                    4629
READ_DATA              **  7-0     PRDD                     3074
READ_WRITE             **  30      DCR                      4290
RECORD_IN_ERROR         3  0-35    TAPE_ERR_10               714
RECORD_IN_ERROR         3  18-35   DX20_ERR_10               549
RECORD_IN_ERROR         3  18-35   MASSBUS_ERR_20           1366
RECOVERED_COUNT         5  0-35    CPU_PAR_TRAP_10          1092
RECOVERED_COUNT        10  0-35    KL_OR_KS_PAR_TRAP_10     1004
RECV_NODE_ID            0  18-35   NET_HARDWARE_ERR         1742
RECV_NODE_NAME          2  18-35   NET_HARDWARE_ERR         1744
REC_NOMOTION_ERR        4  17      MASSBUS_ERR_20           1376
REDY                   **  07      TUSTAT                   3377
REF_DATA               **  4-6     RDERA_STATUS             4029
REGISTER_COUNT         27  0-35    MONITOR_BUG_DATA_20      1335
REGISTER_FOUR          31  0-35    MONITOR_BUG_DATA_20      1339
REGISTER_ONE           28  0-35    MONITOR_BUG_DATA_20      1336
REGISTER_THREE         30  0-35    MONITOR_BUG_DATA_20      1338
REGISTER_TWO           29  0-35    MONITOR_BUG_DATA_20      1337
REG_A_ERROR            **  24      CONI_STATUS              4222
REG_BEFORE_ERR          6  0-35    TAPE_ERR_10               737
REG_SEL_CODE           **  0-5     PREP_REG                 4299
RELATIVE_ADDRESS        7  0-35    OLD_CPU_NXM_ERR_10        269
RELOAD_FLAGS            6  0-35    SYSTEM_RELOAD_20         1301
REND                    2  20-27   TM78_SENSE_BYTES         2439
REQ_A                  **  15      RMMR2                    4740
REQ_B                  **  14      RMMR2                    4741
RESERVED_WORD           3  0-35    CHN_LOGOUT               1946
RESET_CLP              **  7       PTCR                     4256
RESET_CLP              **  7       STCR                     4240
RES_WMC_DRBUS          **  01      WMCSTA                   3143
RET1_CNT               13  28-35   TM78_SENSE_BYTES         2482
RET2_CNT               13  20-27   TM78_SENSE_BYTES         2483
RETRIEVE_EXTRACT        0  15      HEADER                    138
RETRY_CNT               4  18-35   DX20_ERR_10               556
RETRY_CNT               4  18-35   MASSBUS_ERR_10            493
RETRY_CNT              32  18-35   MASSBUS_ERR_20           1415
RETRY_COUNT             7  18-35   CPU_PAR_TRAP_20          1588
RETURN_CODE             4  28-35   NODE_DOWN_LINE_DUMP      1734
RETURN_CODE             4  28-35   NODE_DOWN_LINE_LOAD      1699
RET_CNT                **  7 -     RET1_CNT                 3476
REV                    **  04      TUX                      3507
REVERSE                **  05      MIAA_STAT                3397
REV_CMD                **  05      RET2_CNT                 3489
REV_LEVEL_0_3          12  0-35    TAPE_ERR_10               758
REV_LEVEL_4_7          13  0-35    TAPE_ERR_10               759
REW                    **  01      TUX                      3502
REW_TU                 **  04      TUSTAT                   3371
RH10_AR_FULL           **  0       CONI_RH10                4180
RH10_ATTN              **  30      CONI_RH10                4201
RH10_BUSY              **  31      CONI_RH10                4202
RH10_CBUS_OVRUN        **  28      CONI_RH10                4199
RH10_CB_FULL           **  1       CONI_RH10                4181
RH10_CC_INH            **  3       CONI_RH10                4182
RH10_CDATA_PE          **  15      CONI_RH10                4188
RH10_CHAN_ACT          **  4       CONI_RH10                4183
RH10_CHAN_ERROR        **  20      CONI_RH10                4193
RH10_CHAN_PLS          **  5       CONI_RH10                4184
RH10_CW_PE             **  16      CONI_RH10                4189
RH10_CW_WRITE          **  21      CONI_RH10                4194
RH10_DBUS_PE           **  18      CONI_RH10                4191
RH10_DF22              **  6       CONI_RH10                4185
RH10_DONE              **  32      CONI_RH10                4203
RH10_DREXC_ERROR       **  19      CONI_RH10                4192
RH10_DR_RE_ERROR       **  23      CONI_RH10                4196
RH10_ILL_CMD           **  24      CONI_RH10                4197
RH10_ILL_FUNCT         **  9       CONI_RH10                4186
RH10_NXM               **  17      CONI_RH10                4190
RH10_OVER_RUN          **  22      CONI_RH10                4195
RH10_POWER_FAIL        **  25      CONI_RH10                4198
RH10_RAE               **  29      CONI_RH10                4200
RH10_SELDR_ADR_E       **  10      CONI_RH10                4187
RH11_MBUS_CPE          **  13      RMCS1                    4624
RH11_SPEC_COND         **  15      RMCS1                    4622
RH11_XFER_ERROR        **  14      RMCS1                    4623
RH20_FLAG               4  11      TAPE_ERR_10               721
RHCS1_ERR               0  2-17    CSB_TM02                 2074
RHCS1_ERR               5  20-35   MASSBUS_ERR_10            496
RHCS1_ERR               5  20-35   MASSBUS_ERR_20           1378
RHCS2_ERR               0  20-35   CSB_TM02                 2075
RHCS2_ERR               5  2-17    MASSBUS_ERR_10            495
RHCS2_ERR              13  20-35   MASSBUS_ERR_20           1389
RH_CHAN_TYPE            2  15-17   MASSBUS_ERR_20           1361
RH_CHAN_TYPE            4  12-14   MASSBUS_ERR_10            491
RH_DATI_BAR_END        16  0-35    DX20_ERR_10               570
RH_DATI_BAR_END        16  0-35    MASSBUS_ERR_20           1394
RH_DATI_BAR_END        17  0-35    MASSBUS_ERR_10            519
RH_DATI_BAR_ERR        15  0-35    DX20_ERR_10               568
RH_DATI_BAR_ERR        15  0-35    MASSBUS_ERR_20           1391
RH_DATI_BAR_ERR        16  0-35    MASSBUS_ERR_10            517
RH_DATI_TCR_END        14  0-35    DX20_ERR_10               566
RH_DATI_TCR_END        14  0-35    MASSBUS_ERR_20           1390
RH_DATI_TCR_END        15  0-35    MASSBUS_ERR_10            515
RH_DATI_TCR_ERR        13  0-35    DX20_ERR_10               564
RH_DATI_TCR_ERR        13  0-35    MASSBUS_ERR_20           1388
RH_DATI_TCR_ERR        14  0-35    MASSBUS_ERR_10            512
RH_DEV_TYPE             2  31-35   MASSBUS_ERR_20           1362
RIB_ERRORS              6  12-23   OLD_DISK_STATS_10         835
RIB_ERRORS              7  12-23   DSCSBP                   3587
RIB_ERRORS              7  12-23   MASSBUS_ERR_10            499
RILL                    2  2-9     TM78_SENSE_BYTES         2437
RMC_CMD                **  7-0     RCMLP                    2666
RMC_STATUS             **  7-0     RSTAT                    2602
RMK2                    2  28-35   TM78_SENSE_BYTES         2438
RMR                    **  2       ER1                      4438
RMR                    **  2       RMER1                    4665
RM_DCYL_NO             **  9-0     RMDC                     4735
RM_TRACK               **  10-8    RMDA                     4704
ROMPE                  **  04      WMCERR                   3320
ROM_PE                 **  06      INTSTA                   3355
RP10_CTL_PAR           **  14      CONI_RP10                 457
RP10_ILL_DTO           **  27      CONI_RP10                 467
RP10_ILL_WRT           **  26      CONI_RP10                 466
RP10_MEM_PAR           **  16      CONI_RP10                 459
RP10_NOT_RDY           **  25      CONI_RP10                 465
RP10_NXM               **  23      CONI_RP10                 464
RP10_OVR_RUN           **  22      CONI_RP10                 463
RP10_PWR_FAL           **  20      CONI_RP10                 461
RP10_SEC_ADD           **  28      CONI_RP10                 468
RP10_SEC_PAR           **  15      CONI_RP10                 458
RP10_SRH_ERR           **  21      CONI_RP10                 462
RP10_SUR_ADD           **  29      CONI_RP10                 469
RP10_WRD_PAR           **  17      CONI_RP10                 460
RP4_30VU               **  12      ER2                      4526
RP4_ACUN               **  15      ER2                      4520
RP4_CCYL_NO            **  8-0     CC                       4514
RP4_DCYL_NO            **  8-0     DC                       4508
RP4_DEQ1               **  5       DS                       4415
RP4_DF20               **  1       DS                       4419
RP4_DF5                **  0       DS                       4420
RP4_DIGB               **  2       DS                       4418
RP4_DLT64              **  4       DS                       4416
RP4_FA_EN              **  7       ER2                      4541
RP4_FA_EN_6_AB_ST      **  7       ER2                      4543
RP4_GOREV              **  3       DS                       4417
RP4_MSE_6_RD_WR_UNSF   **  4       ER2                      4551
RP4_NOT_6_35V          **  4       ER3                      4585
RP4_PS_UN              **  0       ER3                      4598
RP4_PS_UN_6_DC_UN      **  0       ER3                      4600
RP4_UNSF               **  3       ER3                      4588
RP4_VE_US              **  1       ER3                      4593
RP4_VE_US_6_WR_OS      **  1       ER3                      4595
RP6_35_VF              **  4       ER3                      4584
RP6_AB_ST              **  7       ER2                      4542
RP6_CCYL_NO            **  9-0     CC                       4515
RP6_DCYL_NO            **  9-0     DC                       4509
RP6_DC_UN              **  0       ER3                      4599
RP6_OPER               **  13      ER3                      4569
RP6_RP4_MSE            **  4       ER2                      4549
RP6_WR_OS              **  1       ER3                      4594
RP7_BSE                **  15      ER3                      4565
RP7_CLF                **  11      ER3                      4572
RP7_CPU                **  13      ER2                      4524
RP7_DCU                **  5       ER3                      4582
RP7_DPE                **  3       ER3                      4589
RP7_DSE                **  13      ER3                      4570
RP7_DVC                **  7       ER3                      4576
RP7_ERR_CODE           **  7-0     ER2                      4540
RP7_IXU                **  6       ER3                      4579
RP7_LBC                **  10      ER3                      4573
RP7_LCE                **  9       ER3                      4574
RP7_PGE                **  15      ER2                      4521
RP7_PHF                **  8       ER3                      4575
RP7_RTO                **  0       ER3                      4601
RP7_RWU1               **  10      ER2                      4533
RP7_RWU2               **  11      ER2                      4530
RP7_RWU3               **  12      ER2                      4527
RP7_SBE                **  2       ER3                      4591
RP7_SCF                **  1       ER3                      4596
RP7_SDF                **  4       ER3                      4586
RP7_WOR                **  9       ER2                      4536
RPATH                   1  10-17   TM78_SENSE_BYTES         2432
RPE                    **  06      ECCSTA                   2881
RPFAIL                  0  20-27   TM78_SENSE_BYTES         2431
RPOSTN                  3  2-9     TM78_SENSE_BYTES         2441
RPSTA                   3  10-17   TM78_SENSE_BYTES         2440
RS04_AO                **  9       RSER                     4390
RS04_DCK               **  15      RSER                     4384
RS04_DTE               **  12      RSER                     4387
RS04_IAE               **  10      RSER                     4389
RS04_ILF               **  0       RSER                     4394
RS04_ILR               **  1       RSER                     4393
RS04_OPI               **  13      RSER                     4386
RS04_PAR               **  3       RSER                     4391
RS04_RMR               **  2       RSER                     4392
RS04_UNS               **  14      RSER                     4385
RS04_WLE               **  11      RSER                     4388
RSTAT                   1  2-9     TM78_SENSE_BYTES         2433
RTIER                   6  20-27   TM78_SENSE_BYTES         2455
RUN_GO                 **  14      RMMR1                    4673
RX_EXCPT               **  12      RMMR1                    4675
SAT_ERRORS              6  0-11    OLD_DISK_STATS_10         834
SAT_ERRORS              7  0-11    DSCSBP                   3586
SAT_ERRORS              7  0-11    MASSBUS_ERR_10            498
SAVED_ACS              10  18-35   MONITOR_BUG_DATA_20      1332
SAVED_ACS              16  18-35   MONITOR_BUG_DATA_10       232
SBD0_ADD_PAR_ERROR     **  5       SBD0_DMA                 4055
SBD0_BUS_MODE          **  6-7     SBD0_DMA                 4056
SBD0_FIRST_ADDRESS     **  14-35   SBD0_DMA                 4060
SBD0_LAST_REQ_BITS     **  8-11    SBD0_DMA                 4057
SBD0_LAST_REQ_READ     **  12      SBD0_DMA                 4058
SBD0_LAST_REQ_WRITE    **  13      SBD0_DMA                 4059
SBD0_NXM               **  2       SBD0_DMA                 4052
SBD0_READ_PAR_ERR      **  3       SBD0_DMA                 4053
SBD0_WRITE_PAR_ERR     **  4       SBD0_DMA                 4054
SBD1_CONTR_TYPE        **  8-11    SBDIAG_FUNCTION_1        4077
SBD1_HI_ADR_BOUND      **  22-25   SBD1_MA_MB               4087
SBD1_LOW_ADR_BOUND     **  18-21   SBD1_MA_MB               4086
SBD1_MARGINS_ON        **  30      SBD1_MA_MB               4088
SBD1_REQ_ENABLED       **  32-35   SBD1_MA_MB               4089
SBD1_SBUS_ADDRESS      **  14-17   SBD1_MA_MB               4085
SBDIAG_FUNCTION_0       1  0-35    SBDIAG_LIST              3887
SBDIAG_FUNCTION_1       2  0-35    SBDIAG_LIST              3888
SBDIAG_LIST             5  18-35   KL_PAR_NXM_INT_10         951
SBDIAG_LIST             9  18-35   CPU_PAR_INT_20           1629
SBDIAG_LIST            13  18-35   CPU_PAR_INT_10           1119
SBDIAG_LIST            98  18-35   KL_CPU_STATUS_10         1152
SBDIAG_LIST            98  18-35   KL_CPU_STATUS_20         1668
SBYTE_DET              **  9       MR                       4446
SECTOR                 **  4-0     DA                       4473
SECTOR                 **  4-0     RMDA                     4705
SECTOR_COUNT           **  10-6    LA                       4488
SECT_CNT               **  10-6    RMLA                     4717
SEC_CFL                **  29      CONI_STATUS              4217
SEEK_CNT                7  0-35    MASSBUS_ERR_20           1380
SEEK_INC               **  14      ER3                      4567
SEEK_INC               **  14      RMER2                    4751
SEEK_INC_CNT            4  0-35    OLD_DISK_STATS_10         828
SEEK_INC_CNT            5  18-35   DSCSBP                   3580
SEEK_INC_CNT            8  18-35   MASSBUS_ERR_10            501
SEEN_BY_CHANNEL        11  0-35    NXM_MEMORY_SWEEP_10      1028
SEEN_BY_CHANNEL        13  0-35    OLD_CPU_NXM_ERR_10        275
SENSE_BYTES_A           4  0-35    CSB_DX10                 2005
SENSE_BYTES_B           5  0-35    CSB_DX10                 2006
SENSE_BYTES_C           6  0-35    CSB_DX10                 2007
SENSE_BYTES_D           7  0-35    CSB_DX10                 2008
SENSE_BYTES_E           8  0-35    CSB_DX10                 2009
SENSE_BYTES_F           9  0-35    CSB_DX10                 2010
SERIAL_NO              **  15-0    SN                       4494
SERIAL_NUMBER           3  20-35   CONFIG_CHANGE_20         1498
SERVER_LINE             2  18-35   NODE_DOWN_LINE_DUMP      1732
SERVER_LINE             2  18-35   NODE_DOWN_LINE_LOAD      1697
SERVER_NODE             1  18-35   NODE_DOWN_LINE_DUMP      1731
SERVER_NODE             1  18-35   NODE_DOWN_LINE_LOAD      1696
SER_ANR                **  7-0     SERA_NR                  3442
SER_A_NR               12  20-27   TM78_SENSE_BYTES         2479
SER_BNR                **  7-0     SERB_NR                  3450
SER_B_NR               13  10-17   TM78_SENSE_BYTES         2480
SER_CAS_10              8  	8	!    TM78_CAS_REGS            2174
SER_NUM                **  15-0    RMSN                     4722
SHORT_WCE              **  21      CONI_STATUS              4225
SHUNG_CNT               5  27-35   OLD_DISK_STATS_10         832
SHUNG_CNT               6  27-35   DSCSBP                   3584
SHUNG_CNT               9  27-35   MASSBUS_ERR_10            505
SIGN_CNG               **  15      OF                       4499
SIM_ATTN               **  34      DCR                      4293
SIM_D_EXC              **  31      DCR                      4291
SIM_EOB                **  32      DCR                      4292
SIM_SCLK               **  35      DCR                      4294
SOFTWARE               **  4       PAGE_FAIL_WORD           3986
SOFT_POS_ERR           30  0-35    DX20_ERR_10               585
SOFT_POS_ERR           35  0-35    MASSBUS_ERR_20           1424
SOFT_READ              17  0-35    DX20_ERR_10               572
SOFT_READ              19  0-35    MASSBUS_ERR_20           1400
SOFT_READ_ERRORS        4  0-35    OLD_TAPE_STATS_10         861
SOFT_WRITE             18  0-35    DX20_ERR_10               573
SOFT_WRITE             20  0-35    MASSBUS_ERR_20           1401
SOFT_WRITE_ERRORS       6  0-35    OLD_TAPE_STATS_10         863
SPEED                  **  4-3     MIAB_STAT                3416
SPURIOUS_ERRORS         2  0-35    CPU_PAR_INT_10           1108
SPUR_SINCE_RELOAD       2  0-35    NXM_MEMORY_SWEEP_10      1019
SPUR_SINCE_RELOAD       2  0-35    OLD_CPU_MEM_PAR_ERR_10    245
SPUR_SINCE_RELOAD       2  0-35    OLD_CPU_NXM_ERR_10        264
SPUR_SINCE_RELOAD       2  0-35    PAR_MEMORY_SWEEP_10      1040
START_OF_INSTR          0  18-35   DEVICE_STATUS_10         1164
START_OF_RESULTS        1  18-35   DEVICE_STATUS_10         1166
STAT                   **  00      CH0TIE                   2890
STAT                   **  00      CH1TIE                   2904
STAT                   **  00      CH2TIE                   2919
STAT                   **  00      CH3TIE                   2935
STAT                   **  00      CH4TIE                   2951
STAT                   **  00      CH5TIE                   2967
STAT                   **  00      CH6TIE                   2982
STAT                   **  00      CH7TIE                   2998
STAT                   **  00      CHPTIE                   3013
STATUS_CODE             0  0-35    KS_HALT_STATUS_20        1558
STATUS_VALID           **  06      RPATH                    2591
STATUS_WORD_1          11  0-35    CSB_DX10                 2012
STATUS_WORD_2          12  0-35    CSB_DX10                 2017
STAT_PE                **  07      PSTAT                    3064
STAT_SELECT            **  01      RPATH                    2582
STA_AVAIL              **  07      STA_CAS_7                2345
STA_BOT                **  10      STA_CAS_7                2341
STA_CAS_7               7  7	!     TM78_CAS_REGS            2173
STA_DSE                **  04      STA_CAS_7                2351
STA_EOT                **  09      STA_CAS_7                2342
STA_FPT                **  08      STA_CAS_7                2344
STA_MAINT              **  05      STA_CAS_7                2349
STA_ON_L               **  13      STA_CAS_7                2334
STA_PE                 **  11      STA_CAS_7                2337
STA_PRES               **  14      STA_CAS_7                2333
STA_RDY                **  15      STA_CAS_7                2330
STA_REWIND             **  12      STA_CAS_7                2336
STA_SHR                **  06      STA_CAS_7                2347
STD_STATUS              0  0-15    FE_SUB                   3735
STEC                   **  00      ECCSTA                   2872
STOP                   **  31      CONO                     4315
STOP_BUG_NAME           9  0-35    MONITOR_BUG_DATA_10       225
STOP_BUG_NAME          32  0-35    MONITOR_BUG_DATA_20      1340
STORE_STAT             **  10      PTCR                     4257
STORE_STAT             **  10      STCR                     4241
STR_NAME                2  0-35    MASSBUS_ERR_10            483
SUM_HARD                4  1       DX20_ERR_10               551
SUM_HARD                4  1       MASSBUS_ERR_10            487
SUM_HARD                4  1       TAPE_ERR_10               719
SUM_HARD               18  2       MASSBUS_ERR_20           1399
SURF_SECT              24  0-35    MASSBUS_ERR_20           1406
SWEEP_BUSY             **  19      APR_STATUS               3954
SWEEP_DONE             **  31      APR_STATUS               3963
SWEEP_FLAG              4  4       CPU_PAR_TRAP_10          1087
SWEEP_FLAG              7  4       CPU_PAR_TRAP_20          1586
SWEEP_FLAG              9  4       KL_OR_KS_PAR_TRAP_10      999
SWEEP_REF              **  2       RDERA_STATUS             4027
SYS_BUILD_DATE          1  0-35    SYSTEM_RELOAD_20         1293
SYS_BUILD_DATE          3  0-35    MONITOR_BUG_DATA_20      1318
SYS_BUILD_DATE          5  0-35    MONITOR_BUG_DATA_10       221
SYS_BUILD_DATE          5  0-35    SYSTEM_RELOAD_10          197
SYS_NAME                0  0-35    MONITOR_BUG_DATA_10       220
SYS_NAME                0  0-35    SYSTEM_RELOAD_10          196
SYS_NAME                0  18-35   MONITOR_BUG_DATA_20      1313
SYS_NAME                0  18-35   SYSTEM_RELOAD_20         1292
SYS_SER_NUM             3  0-35    HEADER                    154
SYS_STATES_WORD         7  0-35    SYSTEM_RELOAD_10          198
SYS_UPTIME              2  0-35    HEADER                    152
S_BUS_ERROR            **  24      APR_STATUS               3956
TACH                   **  03      TUDIAG                   3464
TACK                   **  03      PSTAT                    3056
TAG                     1  0-35    CSB_DX10                 1986
TAMT                    7  10-17   TM78_SENSE_BYTES         2456
TAPE_DRIVE             **  14      DT                       4479
TAPE_UNIT               1  0-35    USAGE_DATA_20            1460
TARGET_NODE             0  18-35   NODE_DOWN_LINE_DUMP      1730
TARGET_NODE             0  18-35   NODE_DOWN_LINE_LOAD      1695
TERMINAL_LOC            4  0-35    SOFTWARE_EVENT_10         608
TERMINAL_NUMBER         0  18-35   ERROR_LOG                3700
TERMINAL_NUMBER         4  24-35   SOFTWARE_EVENT_10         611
TERMINAL_NUMBER        11  0-35    MONITOR_BUG_DATA_10       227
TERMINATION_WORD        5  0-35    CHANNEL_ERROR_REPORT_10   381
TEST_SBAR              **  28      DCR                      4288
THUNG_CNT               5  9-17    OLD_DISK_STATS_10         830
THUNG_CNT               6  9-17    DSCSBP                   3582
THUNG_CNT               9  9-17    MASSBUS_ERR_10            503
TIE_BUS_0              **  0       RTIER                    3028
TIE_BUS_1              **  1       RTIER                    3033
TIE_BUS_2              **  2       RTIER                    3034
TIE_BUS_3              **  3       RTIER                    3035
TIME_CHANGE             0  0-35    CONFIG_CHANGE_10          636
TM                     **  06      TUX                      3510
TM10_BAD_TAP           **  28      TM10_TMS                 1973
TM10_CMP_ERR           **  25      TM10_TMS                 1970
TM10_CTL_PAR           **  11      TM10_TMS                 1964
TM10_DAT_LAT           **  27      TM10_TMS                 1972
TM10_ILL_OP            **  21      TM10_TMS                 1968
TM10_LEN_ERR           **  26      TM10_TMS                 1971
TM10_MEM_PAR           **  13      TM10_TMS                 1966
TM10_NXM               **  12      TM10_TMS                 1965
TM10_PAR_ERR           **  22      TM10_TMS                 1969
TM10_TMC                0  0-35    CSB_TM10                 1959
TM10_TMS                1  0-35    CSB_TM10                 1960
TM10_UNI_HNG           **  18      TM10_TMS                 1967
TM78_CAS_REGS_10        6  18-35   CSB_TM78                 2122
TM78_CAS_REGS_END_20   39  18-35   MASSBUS_ERR_20           1442
TM78_CAS_REGS_ERR_20   39  18-35   MASSBUS_ERR_20           1443
TM78_SENSE_BYTES_10    24  18-35   CSB_TM78                 2123
TM78_SENSE_BYTES_20    59  18-35   MASSBUS_ERR_20           1445
TM78_U_CODE_REVS_10     0  18-35   CSB_TM78                 2117
TM78_U_CODE_REVS_20    57  18-35   MASSBUS_ERR_20           1444
TMRDY                  **  06      CASSTA                   3090
TM_CBUS_PE             **  3       MB_ERR                   4797
TM_DBUS_PE             **  5       MB_ERR                   4795
TM_DR_T_ERROR          **  12      MB_ERR                   4782
TM_FMT_ERROR           **  4       MB_ERR                   4796
TM_F_C_ERR             **  9       MB_ERR                   4787
TM_ILL_FUNC            **  0       MB_ERR                   4800
TM_ILL_REG             **  1       MB_ERR                   4799
TM_NRZI_CRC            **  15      MB_ERR                   4778
TM_NRZI_ITM            **  10      MB_ERR                   4785
TM_NRZI_LRC            **  7       MB_ERR                   4790
TM_NRZI_VPE            **  6       MB_ERR                   4793
TM_NXF                 **  11      MB_ERR                   4783
TM_N_STD_GAP           **  8       MB_ERR                   4788
TM_OPER_INC            **  13      MB_ERR                   4781
TM_PE_CORR             **  15      MB_ERR                   4777
TM_PE_CORR_NRZI_CRC    **  15      MB_ERR                   4779
TM_PE_CS               **  10      MB_ERR                   4784
TM_PE_CS_NRZI_ITM      **  10      MB_ERR                   4786
TM_PE_FE_NRZI_LRC      **  7       MB_ERR                   4791
TM_PE_NDE              **  6       MB_ERR                   4792
TM_PE_NDE_NRZI_VPE     **  6       MB_ERR                   4794
TM_PE_PFE              **  7       MB_ERR                   4789
TM_REG_MOD             **  2       MB_ERR                   4798
TM_UNSAFE              **  14      MB_ERR                   4780
TOPS20_REC              0  17      HEADER                    140
TOP_TEN_BAD_ADD         6  18-35   PAR_MEMORY_SWEEP_10      1044
TOP_TEN_BAD_ADD         8  18-35   CPU_PAR_INT_10           1114
TOP_TEN_BAD_ADD         8  18-35   OLD_CPU_MEM_PAR_ERR_10    251
TOP_TEN_BAD_ADD        10  18-35   CPU_PAR_INT_20           1631
TOP_TEN_BAD_ADD        15  18-35   NXM_MEMORY_SWEEP_10      1033
TOP_TEN_BAD_ADD        17  18-35   OLD_CPU_NXM_ERR_10        281
TOP_TEN_BAD_WORDS      20  18-35   CPU_PAR_INT_20           1633
TOP_TEN_GOOD_WORDS     30  18-35   CPU_PAR_INT_20           1635
TOTAL_READS             6  0-35    USAGE_DATA_20            1473
TOTAL_SEEKS             8  0-35    USAGE_DATA_20            1475
TOTAL_SINCE_RELOAD      1  0-35    NXM_MEMORY_SWEEP_10      1018
TOTAL_SINCE_RELOAD      1  0-35    OLD_CPU_MEM_PAR_ERR_10    244
TOTAL_SINCE_RELOAD      1  0-35    OLD_CPU_NXM_ERR_10        263
TOTAL_SINCE_RELOAD      1  0-35    PAR_MEMORY_SWEEP_10      1039
TOTAL_SWEEPS            3  0-35    PAR_SWEEP_DATA           3841
TOTAL_SWEEPS            9  0-35    OLD_CPU_NXM_ERR_10        271
TOTAL_THIS_SWEEP        6  0-35    NXM_MEMORY_SWEEP_10      1023
TOTAL_THIS_SWEEP        8  0-35    OLD_CPU_NXM_ERR_10        270
TOTAL_WRITES            7  0-35    USAGE_DATA_20            1474
TO_10_POINTER           1  0-35    DTE_BLOCK                3616
TO_11_POINTER           0  0-35    DTE_BLOCK                3615
TPORT2_RD_EN           **  5       TUSEL1                   3215
TPORT2_WR_EN           **  3       TUSEL1                   3209
TPORT3_RD_EN           **  4       TUSEL1                   3212
TPORT3_WR_EN           **  2       TUSEL1                   3206
TPSHRE                  5  0-35    TAPE_STATS_10             880
TPSHWE                  7  0-35    TAPE_STATS_10             882
TPSLAB                  9  0-35    TAPE_STATS_10             884
TPSNAM                  0  0-35    TAPE_STATS_10             875
TPSPPN                  8  0-35    TAPE_STATS_10             883
TPSRID                  1  0-35    TAPE_STATS_10             876
TPSSRE                  4  0-35    TAPE_STATS_10             879
TPSSWE                  6  0-35    TAPE_STATS_10             881
TPSUSN                 10  0-35    TAPE_STATS_10             885
TPSUTP                 11  0-35    TAPE_STATS_10             886
TPSWRC                  2  0-35    TAPE_STATS_10             877
TPSWWC                  3  0-35    TAPE_STATS_10             878
TRACK                  **  12-8    DA                       4472
TRANS                  **  05      WMCSTA                   3153
TRAN_DET_F             **  5       ER2                      4547
TRAN_UNSF              **  6       ER2                      4545
TRAP_ENABLE            **  22      PAGE_STATUS              4009
TTEC                   **  01      ECCSTA                   2873
TUDIAG                 13  2-9     TM78_SENSE_BYTES         2481
TUNIT_SEL1             **  1 -     TUSEL1                   3202
TUPRES                 **  04      PSTAT                    3057
TUSEL0                  8  20-27   TM78_SENSE_BYTES         2463
TUSEL1                  9  10-17   TM78_SENSE_BYTES         2464
TUSTAT                 12  10-17   TM78_SENSE_BYTES         2476
TUX                    14  10-17   TM78_SENSE_BYTES         2484
TU_AMTIE               **  7-0     TAMT                     3043
UBADDR_EXT             **  9-8     RMCS1                    4628
UBA_MAP                 2  0-35    CSB_TM02                 2085
UBA_MAP_END            16  18-35   MASSBUS_ERR_20           1396
UBA_MAP_ERR            16  18-35   MASSBUS_ERR_20           1393
UBA_STATUS              1  0-35    CSB_TM02                 2081
UBA_STATUS_END         16  0-17    MASSBUS_ERR_20           1395
UBA_STATUS_ERR          1  18-35   CSB_TM02                 2082
UBA_STATUS_ERR         14  18-35   MASSBUS_ERR_10            514
UBA_STATUS_ERR         16  0-17    MASSBUS_ERR_20           1392
UBA_STAT_ACDC_LO       **  26      UBA_STATUS               4338
UBA_STAT_BAD_MDATA     **  19      UBA_STATUS               4333
UBA_STAT_BUS_PE        **  20      UBA_STATUS               4334
UBA_STAT_DIS_XFR       **  28      UBA_STATUS               4339
UBA_STAT_HIGH_PI       **  30-32   UBA_STATUS               4341
UBA_STAT_HI_INT        **  24      UBA_STATUS               4336
UBA_STAT_INIT_UBA      **  29      UBA_STATUS               4340
UBA_STAT_LOW_PI        **  33-35   UBA_STATUS               4342
UBA_STAT_LO_INT        **  25      UBA_STATUS               4337
UBA_STAT_NXD           **  21      UBA_STATUS               4335
UBA_STAT_TIME_OUT      **  18      UBA_STATUS               4332
UBUS_PE                **  13      RH11_RMCS2               4349
UCODE_1                 0  0-35    TM78_U_CODE_REVS         2132
UCODE_2                 1  0-35    TM78_U_CODE_REVS         2133
UCODE_EDIT              3  6-17    CSB_DX10                 1990
UCODE_VERSION           3  0-5     CSB_DX10                 1989
UDB_JOB0               17  0-35    MASSBUS_ERR_20           1397
UNC                    **  02      ECCSTA                   2874
UNICER                 10  24-35   OLD_DISK_ERR_10           424
UNINTH                 12  0-8     OLD_DISK_ERR_10           427
UNIPHU                 12  18-26   OLD_DISK_ERR_10           429
UNIRER                 10  12-23   OLD_DISK_ERR_10           423
UNISER                 10  0-11    OLD_DISK_ERR_10           422
UNISHU                 12  27-35   OLD_DISK_ERR_10           430
UNITHU                 12  9-17    OLD_DISK_ERR_10           428
UNIT_ADDR              34  0-35    MASSBUS_ERR_20           1419
UNIT_NUMBER             3  15-17   CONFIG_CHANGE_20         1497
UNIT_NUMBER             5  32-35   USAGE_DATA_20            1471
UNIT_NUMBER            34  32-35   MASSBUS_ERR_20           1422
UNIT_SEL               **  2-0     RH11_RMCS2               4360
UNIT_TYPE               1  31-35   CONFIG_CHANGE_20         1492
UNIT_TYPE              16  30-32   OLD_DISK_ERR_10           439
UNK_DEV_FLAG            4  0       FE_DATA                  3718
UNLIKELY_CODE          12  0-17    SYSTEM_RELOAD_10          206
UNLIKELY_CODE          14  0-17    OLD_CPU_NXM_ERR_10        276
UNSAFE                 **  14      ER1                      4426
UNT_NUMBER              5  32-35   USAGE_DATA_20            1470
UNT_NUMBER             34  32-35   MASSBUS_ERR_20           1421
UN_SAFE                **  14      RMER1                    4653
UPT_503                89  0-35    KL_CPU_STATUS_10         1149
UPT_PAGE               **  23-35   PAGE_DATAI               3974
USAGE_EVENT             0  0-35    USAGE_DATA_20            1456
USCBRC                  7  0-35    OLD_DISK_STATS_10         837
USCBWC                  8  0-35    OLD_DISK_STATS_10         838
USCDRC                  9  0-35    OLD_DISK_STATS_10         839
USCDWC                 10  0-35    OLD_DISK_STATS_10         840
USCHCT                  2  0-35    OLD_DISK_STATS_10         826
USCHID                  1  0-35    OLD_DISK_STATS_10         825
USCHNG                  5  0-35    OLD_DISK_STATS_10         829
USCICT                 13  0-35    OLD_DISK_STATS_10         843
USCMCT                  6  0-35    OLD_DISK_STATS_10         833
USCMRC                 11  0-35    OLD_DISK_STATS_10         841
USCMSC                 15  0-35    OLD_DISK_STATS_10         845
USCMWC                 12  0-35    OLD_DISK_STATS_10         842
USCNAM                  0  0-35    OLD_DISK_STATS_10         824
USCOCT                 14  0-35    OLD_DISK_STATS_10         844
USCSCT                  3  0-35    OLD_DISK_STATS_10         827
USCUSC                 16  0-35    OLD_DISK_STATS_10         846
USER                    9  0-35    OLD_TAPE_STATS_10         866
USER                   11  0-35    DX20_ERR_10               562
USER                   11  0-35    MASSBUS_ERR_20           1386
USER_ENABLED_COUNT      4  0-35    PAR_SWEEP_DATA           3842
USER_ID                 1  0-35    ERROR_LOG                3701
USER_ID                 2  0-35    SOFTWARE_EVENT_10         606
USER_ID                 3  0-35    CPU_PAR_TRAP_20          1577
USER_ID                 6  0-35    KL_OR_KS_PAR_TRAP_10      992
USER_ID                 7  0-35    MONITOR_BUG_DATA_20      1329
USER_ID                 9  0-35    CPU_PAR_INT_10           1115
USER_ID                 9  0-35    OLD_CPU_MEM_PAR_ERR_10    252
USER_ID                13  0-35    MONITOR_BUG_DATA_10       229
USER_ID                18  0-35    OLD_CPU_NXM_ERR_10        282
V5OK                   **  01      CBUSSTA                  3106
VALID_VOL              **  6       DS                       4414
VALID_VOL              **  6       RMDS                     4646
VECT_INTR_ADDR         **  27-35   IVIR                     4266
VEL_OK                 **  07      RPATH                    2593
VIRTUAL                **  8       PAGE_FAIL_WORD           3990
VIRTUAL_ADDRESS        **  18-35   PAGE_FAIL_WORD           4001
VOLUME_ID               2  0-35    USAGE_DATA_20            1461
VOL_ID                  1  0-35    MASSBUS_ERR_10            482
VOL_ID                  1  0-35    MASSBUS_ERR_20           1359
WCSP                   **  02      PSTAT                    3055
WD_CNT                  5  0-17    FE_DATA                  3722
WFAIL_0                **  00      RPFAIL                   2516
WFAIL_1                **  01      RPFAIL                   2523
WFAIL_2                **  02      RPFAIL                   2530
WFAIL_3                **  03      RPFAIL                   2537
WFAIL_4                **  04      RPFAIL                   2544
WFAIL_5                **  05      RPFAIL                   2551
WFAIL_6                **  06      RPFAIL                   2558
WFAIL_7                **  07      RPFAIL                   2566
WHO_ANSWER              2  0-35    ERROR_LOG                3702
WHY_RELOAD_CODE         4  18-35   SYSTEM_RELOAD_20         1298
WHY_RELOAD_CODE        10  0-35    SYSTEM_RELOAD_10          203
WMCERR                 11  28-35   TM78_SENSE_BYTES         2474
WMCSCLK                **  01      DBUSSTA                  3126
WMCSTA                  8  28-35   TM78_SENSE_BYTES         2462
WMC_NOT_DONE           **  06      WMCSTA                   3155
WORD1                   0  0-35    TOP_TEN                  3908
WORD10                  9  0-35    TOP_TEN                  3917
WORD2                   1  0-35    TOP_TEN                  3909
WORD3                   2  0-35    TOP_TEN                  3910
WORD4                   3  0-35    TOP_TEN                  3911
WORD5                   4  0-35    TOP_TEN                  3912
WORD6                   5  0-35    TOP_TEN                  3913
WORD7                   6  0-35    TOP_TEN                  3914
WORD8                   7  0-35    TOP_TEN                  3915
WORD9                   8  0-35    TOP_TEN                  3916
WORD_COUNT             **  15-0    RH11_RMWC                4375
WORD_NUMBER            **  0-1     RDERA_STATUS             4026
WRB4                   **  07      TUDIAG                   3468
WRC_SEL                **  2-0     XFRCTL                   3522
WRITEABLE              **  3       PAGE_FAIL_WORD           3985
WRITE_DATA             **  3       RMMR1                    4684
WRITE_EVEN_ADR_PAR     **  18      PI_STATUS                4016
WRITE_EVEN_DATA_PAR    **  19      PI_STATUS                4017
WRITE_EVEN_DIR_PAR     **  20      PI_STATUS                4018
WRITE_FAIL_P           **  00      RPATH                    2580
WRITE_LOCK             **  11      DS                       4409
WRITE_LOCK             **  11      RMDS                     4641
WRITE_REF              **  5       PAGE_FAIL_WORD           3987
WRITE_UNS              **  8       ER2                      4538
WRT                    **  04      MIAA_STAT                3395
WRTDAT                  9  2-9     TM78_SENSE_BYTES         2465
WRT_TAPE               **  05      TUX                      3508
WR_CK_ERROR            **  14      RH11_RMCS2               4348
WR_CK_FAIL             **  5       ER1                      4435
WR_CK_FAIL             **  5       RMER1                    4662
WR_C_UNSF              **  0       ER2                      4559
WR_DATA                **  7-0     WRTDAT                   3226
WR_DATA_REG_P          **  04      INTSTA                   3348
WR_DATA_STROBE         **  06      PSTAT                    3063
WR_GCR                 14  0-35    USAGE_DATA_20            1481
WR_INH                 **  03      MIAA_STAT                3394
WR_LK_ERROR            **  11      ER1                      4429
WR_LK_ERROR            **  11      RMER1                    4656
WR_NRZI                12  0-35    USAGE_DATA_20            1479
WR_PE                  13  0-35    USAGE_DATA_20            1480
W_SEL_UNSF             **  2       ER2                      4555
XFER_SIG               **  26      DCR                      4286
XFRCTL                 14  2-9     TM78_SENSE_BYTES         2485
XMC_NOT_DONE           **  07      WMCSTA                   3162
XMC_WCLK               **  00      WMCSTA                   3140
XMIT_NODE_ID            0  0-17    NET_HARDWARE_ERR         1741
XMIT_NODE_NAME          1  18-35   NET_HARDWARE_ERR         1743
XRETRY                 14  28-35   TM78_SENSE_BYTES         2486
X_RETRY                **  7 -     XRETRY                   3548
X_ROMPE                **  00      INTSTA                   3339
ZERO_DET               **  8       MR                       4447
_BODY_FORMAT            0  18-20   _HEADER                   165
_CRASH_EXTRACT          0  16      _HEADER                   163
_ENTRY_DATE_TIME        1  0-35    _HEADER                   169
_ENTRY_LENGTH           0  27-35   _HEADER                   168
_ENTRY_TYPE             0  0-8     _HEADER                   160
_HDR_FORMAT             0  21-23   _HEADER                   166
_HDR_LENGTH             0  24-26   _HEADER                   167
_HDR_WRD_0              0  0-35    _HEADER                   159
_RETRIEVE_EXTRACT       0  15      _HEADER                   162
_SYS_SER_NUM            3  0-35    _HEADER                   178
_SYS_UPTIME             2  0-35    _HEADER                   176
_TOPS20_REC             0  17      _HEADER                   164
deamon_version          0  0-35    avail_bof                1898
deamon_version          0  0-35    avail_eof                1903
deamon_wakeup           3  0-35    avail_reload             1890
lgr_address             3  0-35    logger                   1840
lgr_block_id            4  0-8     logger                   1841
lgr_channel             4  9-17    logger                   1842
lgr_count               0  0-17    logger                   1837
lgr_cr_msec             1  0-35    logger                   1838
lgr_data_block          0  18-35   logger                   1836
lgr_kontroller          4  18-26   logger                   1843
lgr_sched_down         34  0-35    lgr_data_block           1871
lgr_sched_up           35  0-35    lgr_data_block           1872
lgr_start_msec          8  0-35    lgr_data_block           1866
lgr_start_udt           7  0-35    lgr_data_block           1865
lgr_table               1  18-35   lgr_data_block           1854
lgr_table_count         0  0-35    lgr_data_block           1852
lgr_table_data          1  0-35    lgr_table                1879
lgr_table_gtb           0  18-35   lgr_table                1878
lgr_table_id            1  0-17    lgr_data_block           1853
lgr_table_size          0  0-17    lgr_table                1877
lgr_time_change_udt    16  0-35    lgr_data_block           1869
lgr_unit                4  27-35   logger                   1844
lgr_version             0  0-35    lgr_data_block           1863
lgr_wakeup_counter      6  0-35    lgr_data_block           1864
lgr_wakeup_msec        10  0-35    lgr_data_block           1868
lgr_wakeup_udt          9  0-35    lgr_data_block           1867
lgr_wr_msec             2  0-35    logger                   1839
monitor_runtime         2  0-35    avail_reload             1889
monitor_version         1  0-35    avail_reload             1888
monitor_version        17  0-35    lgr_data_block           1870
reload_date_time        4  0-35    avail_reload             1891
reload_why_sixbit       5  0-35    avail_reload             1892
sys_build_date          0  0-35    lgr_data_block           1860
sys_name                0  18-35   avail_reload             1887
sys_name                1  0-35    lgr_data_block           1861
time_change             6  0-35    avail_reload             1893