view level1/modules/rfmdesc.asm @ 2858:632187a1083e lwtools-port

Spell DNum consistently Although the relevant files are built case-insensitive the inconsistent spelling looks ugly and makes reading and searching more difficult. Thanks to Bob Devries for pointing this out.
author Tormod Volden <debian.tormod@gmail.com>
date Sat, 13 Jul 2013 12:06:44 +0200
parents b70d93f8d7ce
children a7c66ffbec7c
line wrap: on
line source

********************************************************************
* RFMDesc - Remote File Manager Device Descriptor Template
*
* $Id$
*
* Edt/Rev  YYYY/MM/DD  Modified by
* Comment
* ------------------------------------------------------------------
*   0      2003/03/28  Boisy G. Pitre
* Created.

         nam   RFMDesc
         ttl   Remote File Manager Device Descriptor Template

         ifp1  
         use   defsfile
         endc  


tylg     set   Devic+Objct
atrv     set   ReEnt+rev
rev      set   $00

	IFNDEF	DNum
DNum     set   0
	ENDC

         mod   eom,name,tylg,atrv,mgrnam,drvnam

         fcb   DIR.!SHARE.!PEXEC.!PWRIT.!PREAD.!EXEC.!UPDAT. mode byte
         fcb   HW.Page    extended controller address
         fdb   $0000+DNum      physical controller address
         fcb   initsize-*-1 initilization table size
         fcb   DT.RFM    device type:0=scf,1=rbf,2=pipe,3=scf
         fcb   DNum       drive number
initsize equ   *

         IFNE  DD
name     fcs   /DD/
         ELSE
name     fcc   /Y/
         fcb   176+DNum
         ENDC

mgrnam   fcs   /RFM/
drvnam   fcs   /RFMDrv/


         emod  
eom      equ   *
         end