/[dejagnu]/dejagnu/config/m68k-emc.exp
ViewVC logotype

Diff of /dejagnu/config/m68k-emc.exp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by bje, Thu Aug 7 03:42:43 2003 UTC revision 1.4 by bje, Thu Aug 7 03:58:36 2003 UTC
# Line 37  proc m68k_emc_board_connect { dest } { Line 37  proc m68k_emc_board_connect { dest } {
37      set board_info($tname,m68k_connected) 1      set board_info($tname,m68k_connected) 1
38      set dos_host [board_info $dest dos_host]      set dos_host [board_info $dest dos_host]
39    
40      for { set x 0; } { $x < 3 } { incr x; } {      for { set x 0 } { $x < 3 } { incr x } {
41          set shell_id [remote_open $dos_host]          set shell_id [remote_open $dos_host]
42          if { $shell_id == "" || $shell_id < 0 } {          if { $shell_id == "" || $shell_id < 0 } {
43              remote_reboot $dos_host              remote_reboot $dos_host
# Line 54  proc m68k_emc_board_connect { dest } { Line 54  proc m68k_emc_board_connect { dest } {
54      }      }
55      # Flush the buffer.      # Flush the buffer.
56      remote_expect $dos_host 2 {      remote_expect $dos_host 2 {
57          -re ".+" { exp_continue; }          -re ".+" { exp_continue }
58      }      }
59      # Get past first menu.      # Get past first menu.
60      remote_send $dos_host "\n"      remote_send $dos_host "\n"

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26