[BACK]Return to if_mvxpe.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / marvell

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/marvell/if_mvxpe.c between version 1.27 and 1.28

version 1.27, 2019/05/28 07:41:49 version 1.28, 2019/09/13 07:55:07
Line 1959  mvxpe_ifflags_cb(struct ethercom *ec)
Line 1959  mvxpe_ifflags_cb(struct ethercom *ec)
 {  {
         struct ifnet *ifp = &ec->ec_if;          struct ifnet *ifp = &ec->ec_if;
         struct mvxpe_softc *sc = ifp->if_softc;          struct mvxpe_softc *sc = ifp->if_softc;
         int change = ifp->if_flags ^ sc->sc_if_flags;          u_short change = ifp->if_flags ^ sc->sc_if_flags;
   
         mvxpe_sc_lock(sc);          mvxpe_sc_lock(sc);
   

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

CVSweb <webmaster@jp.NetBSD.org>