Google
 

Trailing-Edge - PDP-10 Archives - DECNET-20_PhaseIII_4-1-82 - dn20/dtedlc.m11
There are 15 other files named dtedlc.m11 in the archive. Click here to see a list.
	.TITLE	DTEDLC - DTE DLC data base
	.IDENT	/X01170/
	.ENABL	LC
;+
; DLC data base for DTE device driver.
;-

	.MCALL	DAT$

	DAT$	COR
	.WORD	0		; Line table timer cell and flags
	CHR$W	CTL,0		; DTE CSR register address.
	CHR$W	CTL,1		; Interrupt vector
	CHR$B	CTL,2		; Interrupt priority
	CTL$B			; Controller number
	DSR$W
	    SYN$X		; Interrupt SYNCH block.
	    END$

	.BYTE	0		; Protocol state
	.BYTE	0		; Requested protocol state
	.BYTE	0		; Reported circuit state
	.BYTE	0		; Network Management line state
	.BYTE	0		; Device state
	.BYTE	0		; NMX PIX
	.EVEN
	.BYTE	0		; Long timer cell.
	.BYTE	0		; Start threshold counter.
	.WORD	0		; Owner process handle
	.WORD	0		; Unreported transient error
	.WORD	0		; Unreported persistent error
	LST$D			; Pending control function queue.
	.WORD	0		; RDBs pending at the LLC.
	LIX$W			; Circuit event logging ID
	LIX$W			; Line event logging ID

	.BYTE	0		; My processor number.
	.BYTE	0		; His processor number.
	.WORD	0		; Offset to his general.
	.WORD	0		; Offset to his to-me.
	.WORD	0		; Offset to my general.
	.WORD	0		; Offset to my to-him.

	.WORD	0,0,0		; His STATUS.
	.WORD	0,0,0		; His QSIZE.
	.WORD	0,0,0		; My STATUS.
	.WORD	0,0,0		; My QSIZE.
	.WORD	0		; My keep-alive.

	.WORD	0		; Current receive RDB.
	.WORD	0,0		; Current receive physical address.
	.WORD	0		; Current receive count.
	LST$D			; Pending transmits.
	.WORD	0		; Transmit message size.
	.WORD	0		; Current transmit buffer chain.
	.WORD	0,0		; Current transmit physical address.
	.WORD	0		; Current transmit count.

	.WORD	0,0		; Bytes received.
	.WORD	0,0		; Bytes transmitted.
	.WORD	0,0		; Messages received.
	.WORD	0,0		; Messages transmitted.
	.WORD	0		; Device errors.
	.WORD	0		; Protocol errors.
	.WORD	0		; Response errors.
	.EVEN
	.WORD	DTE.bf		; Transmit buffer length.
	VFY$	D.LEN
	.BLKB	DTE.bf		; Transmit buffer.
	END$

	.END