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@

Reply via email to