On Wed, Dec 07, 2016 at 10:11:44AM -0700, johnwixard wrote: > I am having the same problem, did you solve it? > > /john > > > > -- > View this message in context: > http://openbsd-archive.7691.n7.nabble.com/em-4-watchdog-timeotu-on-current-amd64-tp305845p309482.html > Sent from the openbsd user - misc mailing list archive at Nabble.com. >
Unfoutnately I don't have any em(4) devices but I think the first step to diagnose this would be to enable debugging output for the em driver. Init is called from the watchdog handler so this *could* show how far it's getting to. It would also be nice to know if both of you experienced this issue before (older snaps). The last change to that driver was in October and there was a bunch earlier this year. Index: if_em.h =================================================================== RCS file: /cvs/src/sys/dev/pci/if_em.h,v retrieving revision 1.73 diff -u -p -r1.73 if_em.h --- if_em.h 27 Oct 2016 03:06:53 -0000 1.73 +++ if_em.h 10 Dec 2016 21:00:57 -0000 @@ -243,7 +243,7 @@ typedef int boolean_t; #define SPEED_MODE_BIT (1<<21) /* On PCI-E MACs only */ /* Defines for printing debug information */ -#define DEBUG_INIT 0 +#define DEBUG_INIT 1 #define DEBUG_IOCTL 0 #define DEBUG_HW 0