changeset 1285:0476e003039a

Now back-ported to OS-9 Level One
author boisy
date Wed, 27 Aug 2003 23:52:03 +0000
parents 1472495645fa
children d5839bc79972
files level2/modules/pipe.asm level2/modules/piper.asm
diffstat 2 files changed, 0 insertions(+), 94 deletions(-) [+]
line wrap: on
line diff
--- a/level2/modules/pipe.asm	Wed Aug 27 23:51:42 2003 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-********************************************************************
-* Pipe - Pipe device descriptor
-*
-* $Id$
-*
-* Ed.    Comments                                       Who YY/MM/DD
-* ------------------------------------------------------------------
-
-         nam   Pipe
-         ttl   Pipe device descriptor
-
-* Disassembled 98/08/23 21:15:32 by Disasm v1.6 (C) 1988 by RML
-
-         ifp1  
-         use   defsfile
-         use   pipedefs
-         endc  
-
-tylg     set   Devic+Objct
-atrv     set   ReEnt+rev
-rev      set   $01
-
-         mod   eom,name,tylg,atrv,mgrnam,drvnam
-
-         fcb   READ.+WRITE. mode byte
-         fcb   $00        extended controller address
-         fdb   $0000      physical controller address
-         fcb   initsize-*-1 initilization table size
-         fcb   DT.Pipe    device type:0=scf,1=rbf,2=pipe,3=scf
-initsize equ   *
-
-name     fcs   /Pipe/
-mgrnam   fcs   /PipeMan/
-drvnam   fcs   /Piper/
-
-         emod  
-eom      equ   *
-         end   
-
--- a/level2/modules/piper.asm	Wed Aug 27 23:51:42 2003 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,55 +0,0 @@
-********************************************************************
-* Piper - Pipe device driver
-*
-* $Id$
-*
-* Ed.    Comments                                       Who YY/MM/DD
-* ------------------------------------------------------------------
-* 2      Original OS-9 L2 Tandy distribution
-
-         nam   Piper
-         ttl   Pipe null driver
-
-* Disassembled 98/08/23 20:57:40 by Disasm v1.6 (C) 1988 by RML
-
-         ifp1
-         use   defsfile
-         endc
-
-tylg     set   Drivr+Objct   
-atrv     set   ReEnt+rev
-rev      set   $01
-edition  set   2
-
-         mod   eom,name,tylg,atrv,start,size
-
-u0000    rmb   6
-size     equ   .
-
-         fcb   READ.+WRITE.
-
-name     fcs   /Piper/
-         fcb   edition
-
-start    equ   *
-Init     clrb  
-         rts   
-         nop   
-Read     clrb  
-         rts   
-         nop   
-Write    clrb  
-         rts   
-         nop   
-GetStat  clrb  
-         rts   
-         nop   
-SetStat  clrb  
-         rts   
-         nop   
-Term     clrb  
-         rts   
-
-         emod
-eom      equ   *
-         end