Do not call txeof nor rxeof in the watchdog routine.
authormpi <mpi@openbsd.org>
Mon, 19 Jun 2017 09:36:27 +0000 (09:36 +0000)
committermpi <mpi@openbsd.org>
Mon, 19 Jun 2017 09:36:27 +0000 (09:36 +0000)
commitacc711721bfcb8f793a7e54f3b300ee02dc75f74
tree6ad6df5c48de8dfa86057acad8fabb769d757790
parentb24f29c74eb5e00ebd38a2cb3fad54f7e449507e
Do not call txeof nor rxeof in the watchdog routine.

They cannot be serialized with the interrupt routine and are
useless because the driver is reinitialized right after.

Pointed by and ok mikeb@
sys/dev/ic/re.c