home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / packetdrivers.tar.gz / pd.tar / new / ibmtoken.diff < prev    next >
Text File  |  1992-02-10  |  2KB  |  59 lines

  1. *** ibmtoken.asm    Fri Nov  1 12:36:51 1991
  2. --- ibmtoken.mac    Fri Nov  1 12:36:51 1991
  3. ***************
  4. *** 586,601 ****
  5.                  mov     [initccb.retcode],al
  6.   
  7.                  call_token initccb              ; call the interface
  8.   
  9. - ;               call_wait  initccb              ; wait for completion
  10. - wlxxx:
  11. -            print$    msg_opening
  12. -                mov     al,es:[bx+2]
  13. -                cmp     al,toke_wait
  14. -                je      wlxxx
  15. -            print$ msg_lf
  16.                  xor  ah,ah
  17.                  mov  al,[initccb.retcode]
  18.   
  19. --- 586,593 ----
  20.                  mov     [initccb.retcode],al
  21.   
  22.                  call_token initccb              ; call the interface
  23. +                call_wait  initccb              ; wait for completion
  24.   
  25.                  xor  ah,ah
  26.                  mov  al,[initccb.retcode]
  27.   
  28. ***************
  29. *** 1330,1343 ****
  30.                  db      "          REBOOT and try again.",CR,LF
  31.                  db      '$'
  32.   msg_initialize db      "INSTALL: initializing the adapter...",CR,LF,'$'
  33. ! msg_opening    db      "         opening the adapter...",CR,'$'
  34.   msg_complete   db      "         Adapter initialization is complete.",CR,LF,'$'
  35.   msg_bad_adapter db     "ERROR: adapter must be 0 or 1.",CR,LF,'$'
  36.   msg_bad_init   db      "  ERROR: Initialization Failed.",CR,LF
  37.                  db      "         Installation aborted.",CR,LF,'$'
  38.   msg_receiving  db      "         setting up receive process...",CR,LF,'$'
  39. - msg_lf        db    LF,'$'
  40.   
  41.          public  int_no
  42.   int_no db      0,0,0,0                 ;must be four bytes long for get_number.
  43. --- 1322,1333 ----
  44.                  db      "          REBOOT and try again.",CR,LF
  45.                  db      '$'
  46.   msg_initialize db      "INSTALL: initializing the adapter...",CR,LF,'$'
  47. ! msg_opening    db      "         opening the adapter...",CR,LF,'$'
  48.   msg_complete   db      "         Adapter initialization is complete.",CR,LF,'$'
  49.   msg_bad_adapter db     "ERROR: adapter must be 0 or 1.",CR,LF,'$'
  50.   msg_bad_init   db      "  ERROR: Initialization Failed.",CR,LF
  51.                  db      "         Installation aborted.",CR,LF,'$'
  52.   msg_receiving  db      "         setting up receive process...",CR,LF,'$'
  53.   
  54.          public  int_no
  55.   int_no db      0,0,0,0                 ;must be four bytes long for get_number.
  56.