They cannot be serialized with the interrupt routine and are
useless because the driver is reinitialized right after.
Pointed by and ok mikeb@
-/* $OpenBSD: re.c,v 1.201 2017/01/24 03:57:34 dlg Exp $ */
+/* $OpenBSD: re.c,v 1.202 2017/06/19 09:36:27 mpi Exp $ */
/* $FreeBSD: if_re.c,v 1.31 2004/09/04 07:54:05 ru Exp $ */
/*
* Copyright (c) 1997, 1998-2003
s = splnet();
printf("%s: watchdog timeout\n", sc->sc_dev.dv_xname);
- re_txeof(sc);
- re_rxeof(sc);
-
re_init(ifp);
splx(s);