1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-14 23:55:40 +00:00

Updated MLDEV to return NO SUCH DEVICE error when host cannot be

looked up in host table. Resolves #1467.
This commit is contained in:
Eric Swenson 2019-01-23 22:20:12 -08:00
parent 7c54fd6760
commit 33dcbc73e7

View File

@ -2,6 +2,9 @@
TITLE BOJ JOB MLDEV, Uses MLSLV on other system
;;; Updated 2019-01-23 by EJS to cause NO SUCH DEVICE error if host
;;; not found in host table.
VERSIO==.FNAM2
ICPSOC==123 ;This is the Postel-approved number
@ -148,7 +151,7 @@ GOTHS2: LSH A,6
IDPB A,B
MOVEI A,BUF
PUSHJ P,NETWRK"HSTLOOK
.VALUE ;Host not in host table?
JRST NSD ; if we can't lookup host address -> no such device
MOVEM A,HOSTN' ;Host number
MOVEM TT,NETWRK' ;Network number
PUSHJ P,NETWRK"HSTUNMAP ;Don't need host table any more