*** ibmtoken.asm	Fri Nov  1 12:36:51 1991
--- ibmtoken.mac	Fri Nov  1 12:36:51 1991
***************
*** 586,601 ****
                 mov     [initccb.retcode],al
  
                 call_token initccb              ; call the interface
  
- 
- ;               call_wait  initccb              ; wait for completion
- wlxxx:
- 	       print$	msg_opening
-                mov     al,es:[bx+2]
-                cmp     al,toke_wait
-                je      wlxxx
- 
- 	       print$ msg_lf
                 xor  ah,ah
                 mov  al,[initccb.retcode]
  
--- 586,593 ----
                 mov     [initccb.retcode],al
  
                 call_token initccb              ; call the interface
+                call_wait  initccb              ; wait for completion
  
                 xor  ah,ah
                 mov  al,[initccb.retcode]
  
***************
*** 1330,1343 ****
                 db      "          REBOOT and try again.",CR,LF
                 db      '$'
  msg_initialize db      "INSTALL: initializing the adapter...",CR,LF,'$'
! msg_opening    db      "         opening the adapter...",CR,'$'
  msg_complete   db      "         Adapter initialization is complete.",CR,LF,'$'
  msg_bad_adapter db     "ERROR: adapter must be 0 or 1.",CR,LF,'$'
  msg_bad_init   db      "  ERROR: Initialization Failed.",CR,LF
                 db      "         Installation aborted.",CR,LF,'$'
  msg_receiving  db      "         setting up receive process...",CR,LF,'$'
- msg_lf		db	LF,'$'
- 
  
         public  int_no
  int_no db      0,0,0,0                 ;must be four bytes long for get_number.
--- 1322,1333 ----
                 db      "          REBOOT and try again.",CR,LF
                 db      '$'
  msg_initialize db      "INSTALL: initializing the adapter...",CR,LF,'$'
! msg_opening    db      "         opening the adapter...",CR,LF,'$'
  msg_complete   db      "         Adapter initialization is complete.",CR,LF,'$'
  msg_bad_adapter db     "ERROR: adapter must be 0 or 1.",CR,LF,'$'
  msg_bad_init   db      "  ERROR: Initialization Failed.",CR,LF
                 db      "         Installation aborted.",CR,LF,'$'
  msg_receiving  db      "         setting up receive process...",CR,LF,'$'
  
         public  int_no
  int_no db      0,0,0,0                 ;must be four bytes long for get_number.
