Added missing FXP_SPLVAR() to fxp_intr().

This commit is contained in:
David Greenman 2000-09-17 22:59:58 +00:00
parent 2053b07d7e
commit 04ea20fcf4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66009
2 changed files with 4 additions and 4 deletions

View File

@ -1211,12 +1211,12 @@ fxp_intr(arg)
struct fxp_softc *sc = arg;
struct ifnet *ifp = &sc->sc_if;
u_int8_t statack;
FXP_SPLVAR(s)
#if defined(__NetBSD__)
int claimed = 0;
#else
#endif
FXP_LOCK(sc, s);
#endif
while (!sc->suspended && (statack = CSR_READ_1(sc, FXP_CSR_SCB_STATACK)) != 0) {
#if defined(__NetBSD__)

View File

@ -1211,12 +1211,12 @@ fxp_intr(arg)
struct fxp_softc *sc = arg;
struct ifnet *ifp = &sc->sc_if;
u_int8_t statack;
FXP_SPLVAR(s)
#if defined(__NetBSD__)
int claimed = 0;
#else
#endif
FXP_LOCK(sc, s);
#endif
while (!sc->suspended && (statack = CSR_READ_1(sc, FXP_CSR_SCB_STATACK)) != 0) {
#if defined(__NetBSD__)