Google
 

Trailing-Edge - PDP-10 Archives - bb-kl11f-bm_tops20_v7_0_atpch1_19 - autopatch/daplip.c18
There are 2 other files named daplip.c18 in the archive. Click here to see a list.
 REP 39/1	;18C1
		DAPEDT==172			;EDIT LEVEL
 WIT
		DAPEDT==174			;EDIT LEVEL
 INS 378/3	;18C2
	173	Increase DPMXM to 4096 so that files with very large records
		can be transferred.

	174	In routine DCNTYP set up the device characteristics so that
		when talking to RMSFAL page mode output is not attempted to
		the TTY (in routine SNDCTL).

 REP 48/4	;18C3
		ND	DPMXM,^D512/2*^D9+^D100	;Maximum Dap message size
		ND	DPMXMV,^D512/2*^D6+^D100 ;MAX DAP MESSAGE SIZE FOR VMS HOST
 WIT
		ND	DPMXM,^D4096		;[173]Maximum Dap message size
	;[161]	ND	DPMXMV,^D512/2*^D6+^D100 ;MAX DAP MESSAGE SIZE FOR VMS HOST
 INS 12/48	;18C4
		$CALL	GETDEV			;[174]Get device characteristics
		 $RETIF				;[174]Punt on error
 SUM 25430