1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

ETHER: Fix to allow proper building and operation when networking support is undesired or unavailable. #143

This commit is contained in:
Mark Pizzolato
2014-07-10 14:53:21 -07:00
parent a0c978f5f7
commit b907790cc1
2 changed files with 51 additions and 2 deletions

View File

@@ -858,6 +858,8 @@ t_stat eth_attach_help(FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, char *cpt
t_stat eth_check_address_conflict (ETH_DEV* dev,
ETH_MAC* const mac)
{return SCPE_NOFNC;}
t_stat eth_set_throttle (ETH_DEV* dev, uint32 time, uint32 burst, uint32 delay)
{return SCPE_NOFNC;}
t_stat eth_set_async (ETH_DEV *dev, int latency)
{return SCPE_NOFNC;}
t_stat eth_clr_async (ETH_DEV *dev)