112
|
1 ********************************************************************
|
|
2 * Pipe - PipeMan device descriptor
|
|
3 *
|
|
4 * $Id$
|
|
5 *
|
|
6 * Ed. Comments Who YY/MM/DD
|
|
7 * ------------------------------------------------------------------
|
201
|
8 * From Tandy OS-9 Level One VR 02.00.00
|
112
|
9
|
0
|
10 nam Pipe
|
112
|
11 ttl PipeMan device descriptor
|
0
|
12
|
|
13 * Disassembled 98/08/23 21:15:32 by Disasm v1.6 (C) 1988 by RML
|
|
14
|
|
15 ifp1
|
|
16 use defsfile
|
|
17 use pipedefs
|
|
18 endc
|
|
19
|
|
20 tylg set Devic+Objct
|
|
21 atrv set ReEnt+rev
|
|
22 rev set $01
|
|
23
|
|
24 mod eom,name,tylg,atrv,mgrnam,drvnam
|
|
25
|
|
26 fcb READ.+WRITE. mode byte
|
|
27 fcb $00 extended controller address
|
|
28 fdb $0000 physical controller address
|
|
29 fcb initsize-*-1 initilization table size
|
|
30 fcb DT.Pipe device type:0=scf,1=rbf,2=pipe,3=scf
|
|
31 initsize equ *
|
|
32
|
|
33 name fcs /Pipe/
|
|
34 mgrnam fcs /PipeMan/
|
|
35 drvnam fcs /Piper/
|
|
36
|
|
37 emod
|
|
38 eom equ *
|
|
39 end
|
|
40
|