Added missing FXP_SPLVAR() to fxp_intr().

This commit is contained in:
dg 2000-09-17 22:59:58 +00:00
parent 851327dcdc
commit ed5bf5ca79
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__)