diff options
| author | David Greenman <dg@FreeBSD.org> | 2000-09-17 23:23:22 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 2000-09-17 23:23:22 +0000 |
| commit | 7d854d93afb88d6bbfd25d6e0b3ddbbc4dc98392 (patch) | |
| tree | 16b2dae8a4764ab14c864767653faadb58ac397f /sys/dev/fxp | |
| parent | b184b38e2b9e21afd6f3cbdeba70fea8db5bcdb6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/fxp')
| -rw-r--r-- | sys/dev/fxp/if_fxp.c | 2 |
1 files changed, 2 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); |
