mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
- Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added
- Added event debug support to scp and the vax simulator - Moved external declarations into include files related to modules which define them and removed random externs from modules which referenced them - Fixed typos in sim_ether - Fixed sim_disk and sim_tape to properly manage asynchronous threads on an i/o flush
This commit is contained in:
@@ -366,8 +366,6 @@
|
||||
#include "sim_ether.h"
|
||||
#include "sim_sock.h"
|
||||
|
||||
extern FILE *sim_log;
|
||||
|
||||
|
||||
/*============================================================================*/
|
||||
/* OS-independant ethernet routines */
|
||||
@@ -1978,8 +1976,8 @@ fprintf (st, " sim> show ethernet\n");
|
||||
fprintf (st, " libpcap version 1.0.0\n");
|
||||
fprintf (st, " ETH devices:\n");
|
||||
fprintf (st, " eth0 en0 (No description available)\n");
|
||||
fprintf (st, " eth1 tap:tapN (Integrated Tun/Tap support)\n");
|
||||
fprintf (st, " sim> attach %a eth0\n\n", dptr->name);
|
||||
fprintf (st, " eth1 tap:tapN (Integrated Tun/Tap support)\n");
|
||||
fprintf (st, " sim> attach %s eth0\n\n", dptr->name);
|
||||
fprintf (st, "or equivalently:\n\n");
|
||||
fprintf (st, " sim> attach %s en0\n\n", dptr->name);
|
||||
return SCPE_OK;
|
||||
|
||||
Reference in New Issue
Block a user