diff options
| -rw-r--r-- | sys/dev/fxp/if_fxp.c | 2 | ||||
| -rw-r--r-- | sys/pci/if_fxp.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index f10e58c806fe..7521f9e256a6 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -1056,6 +1056,7 @@ fxp_start(ifp) { struct fxp_softc *sc = ifp->if_softc; struct fxp_cb_tx *txp; + FXP_SPLVAR(s) #if !defined(__NetBSD__) FXP_LOCK(sc, s); @@ -1456,6 +1457,7 @@ fxp_stop(sc) struct ifnet *ifp = &sc->sc_if; struct fxp_cb_tx *txp; int i; + FXP_SPLVAR(s) #if !defined(__NetBSD__) FXP_LOCK(sc, s); diff --git a/sys/pci/if_fxp.c b/sys/pci/if_fxp.c index f10e58c806fe..7521f9e256a6 100644 --- a/sys/pci/if_fxp.c +++ b/sys/pci/if_fxp.c @@ -1056,6 +1056,7 @@ fxp_start(ifp) { struct fxp_softc *sc = ifp->if_softc; struct fxp_cb_tx *txp; + FXP_SPLVAR(s) #if !defined(__NetBSD__) FXP_LOCK(sc, s); @@ -1456,6 +1457,7 @@ fxp_stop(sc) struct ifnet *ifp = &sc->sc_if; struct fxp_cb_tx *txp; int i; + FXP_SPLVAR(s) #if !defined(__NetBSD__) FXP_LOCK(sc, s); |
