Added a couple more missing FXP_SPLVAR()'s.

This commit is contained in:
David Greenman 2000-09-17 23:23:22 +00:00
parent b184b38e2b
commit 7d854d93af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66011
2 changed files with 4 additions and 0 deletions

View File

@ -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);

View File

@ -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);