On Tue, Jul 25, 2017 at 02:45:18PM -0600, Alexander Bluhm wrote: > CVSROOT: /cvs > Module name: src > Changes by: bl...@cvs.openbsd.org 2017/07/25 14:45:18 > > Modified files: > sys/dev/pci : if_em.c > > Log message: > The LINK_STATE_IS_UP() macro considers LINK_STATE_UNKNOWN as up. > So the em(4) driver never got out of that state. Better compare > the new link state value with the old one, like other drivers do. > bug report Matthias Pitzl; OK deraadt@
and OK mpi@ benno@