Date: Tue, 11 Jul 2006 12:35:45 GMT From: Paolo Pisati <piso@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 101269 for review Message-ID: <200607111235.k6BCZjDZ025005@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101269 Change 101269 by piso@piso_newluxor on 2006/07/11 12:34:51 I accidentaly axed INTR_FAST from re. Affected files ... .. //depot/projects/soc2006/intr_filter/dev/re/if_re.c#5 edit Differences ... ==== //depot/projects/soc2006/intr_filter/dev/re/if_re.c#5 (text+ko) ==== @@ -1286,8 +1286,8 @@ #endif /* Hook interrupt last to avoid having to lock softc */ - error = bus_setup_intr(dev, sc->rl_irq, INTR_TYPE_NET | INTR_MPSAFE, - re_intr, NULL, sc, &sc->rl_intrhand); + error = bus_setup_intr(dev, sc->rl_irq, INTR_TYPE_NET | INTR_MPSAFE | + INTR_FAST, re_intr, NULL, sc, &sc->rl_intrhand); if (error) { device_printf(dev, "couldn't set up irq\n"); ether_ifdetach(ifp);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607111235.k6BCZjDZ025005>