summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>2000-09-17 23:23:22 +0000
committerdg <dg@FreeBSD.org>2000-09-17 23:23:22 +0000
commitadd9046a9769a8132c3d2bbd321b5edbdb34c957 (patch)
tree6d4fb16487f9e04fa0a1b463acb0d5fa5d4e8040 /sys
parent46ce32e1701eefe9ae98604ab04ce1163d582c48 (diff)
downloadFreeBSD-src-add9046a9769a8132c3d2bbd321b5edbdb34c957.zip
FreeBSD-src-add9046a9769a8132c3d2bbd321b5edbdb34c957.tar.gz
Added a couple more missing FXP_SPLVAR()'s.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/fxp/if_fxp.c2
-rw-r--r--sys/pci/if_fxp.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index f10e58c..7521f9e 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 f10e58c..7521f9e 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);
OpenPOWER on IntegriCloud