diff options
Diffstat (limited to 'hw/pcnet.c')
-rw-r--r-- | hw/pcnet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pcnet.c b/hw/pcnet.c index 4ba1dcc8ae..afeaca7f1d 100644 --- a/hw/pcnet.c +++ b/hw/pcnet.c @@ -935,6 +935,7 @@ static void pcnet_start(PCNetState *s) s->csr[0] &= ~0x0004; /* clear STOP bit */ s->csr[0] |= 0x0002; + pcnet_poll_timer(s); } static void pcnet_stop(PCNetState *s) |