PERFORCE change 101269 for review

Paolo Pisati piso at FreeBSD.org
Tue Jul 11 12:35:47 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=101269

Change 101269 by piso at 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);


More information about the p4-projects mailing list