open-simh / simh

The Open SIMH simulators package
https://opensimh.org/
Other
473 stars 89 forks source link

NET: Don't unconditionally turn on Ethernet debugging #425

Open bscottm opened 1 week ago

bscottm commented 1 week ago

Make Ethernet debugging (DBG_ETH, DEBUG_ETHER) conditional on the simulator's debugging bits. User must explicitly enable ETH debugging, whereas the default polluted the debug output unconditionaly.