CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2020/07/15 21:04:50

Modified files:
        sys/dev/pci    : if_ixl.c 

Log message:
use a mutex to serialise the test and set of ifp->if_link_state.

this was serialised by NET_LOCK, but now i get link state change
information in an interrupt context, so i shouldn't (can't) do that
anymore.

ok jmatthew@

Reply via email to