Trailing-Edge
-
PDP-10 Archives
-
T10_704_DECNET_12-10-87
-
10,7/mcb/nmtab.m11
There are 16 other files named nmtab.m11 in the archive. Click here to see a list.
.TITLE NMTAB
.IDENT /X01020/
;
;
; COPYRIGHT (c) 1980, 1981, 1982
; DIGITAL EQUIPMENT CORPORATION
; Maynard, Massachusetts
;
; This software is furnished under a license and may be used
; and copied only in accordance with the terms of such license
; and with the inclusion of the above copyright notice. This
; software or any other copies thereof may not be provided or
; otherwise made available to any other person. No title to
; and ownership of the software is hereby transferred.
;
; The information in this software is subject to change
; without notice and should not be construed as a commitment
; by DIGITAL EQUIPMENT CORPORATION.
;
; DIGITAL assumes no responsibility for the use or reliability
; of its software on equipment which is not supplied by
; DIGITAL.
;
;++
; FACILITY: MCB Network Management
;
; ABSTRACT: The RSX Device Data Structures are contained here: DCB for
; the NM: device; SCB and UCB also.
;
;
; ENVIRONMENT: MCB V3.0
;
; AUTHOR: Scott G. Robinson, Date: 27-OCT-80
;
; MODIFIED BY:
;
; Alan Peckham, 29-Oct-80
; 01 - Add symbol $NMDAT.
;
; Scott G. Robinson, 1-Mar-81
; 02 - Change function codes to be non-transfer functions
;--
.MCALL UCBDF$
UCBDF$ ; Define UCB Offsets
;
; DEVICE TABLES
;
$NMDAT::
NMDCB:
.WORD 0
.WORD $NMUCB
.ASCII /NM/
.BYTE 0,0
.WORD NMND-NMST
.WORD $NMTBL
.WORD 4,4,0,0 ;Functions 0-15.
.WORD 37200,37200,0,0 ;Functions 16.-31.
.WORD 0
NMST=.
$NMUCB::
.WORD NMDCB
.WORD .-2
.BYTE UC.KIL!UC.QUE,US.MNT
.BYTE 0,US.RED
.WORD DV.DIR!DV.COM!DV.MNT
.WORD 0,0,0
.WORD $NM00
.WORD 0
.WORD 0,0,0,0,0,0
NMND=.
$NM00::
.WORD 0
.WORD .-2
.BYTE PR5,0
.WORD 0,0,0,0
.WORD 0,0,0,0
.WORD 0
$NMEND:: ;Ref Label for End of NM: Device Table
.END