PERFORCE change 100195 for review

Paolo Pisati piso at FreeBSD.org
Wed Jun 28 10:31:02 UTC 2006


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

Change 100195 by piso at piso_newluxor on 2006/06/28 10:30:51

	Fixed compilation of em.

Affected files ...

.. //depot/projects/soc2006/intr_filter/dev/em/if_em.c#5 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/dev/em/if_em.c#5 (text+ko) ====

@@ -1993,7 +1993,7 @@
 	taskqueue_start_threads(&sc->tq, 1, PI_NET, "%s taskq",
 	    device_get_nameunit(sc->dev));
 	if ((error = bus_setup_intr(dev, sc->res_interrupt,
-	    INTR_TYPE_NET | INTR_FAST, em_intr_fast, NULL, NULL, sc,
+	    INTR_TYPE_NET | INTR_FAST, em_intr_fast, NULL, sc,
 	    &sc->int_handler_tag)) != 0) {
 		device_printf(dev, "Failed to register fast interrupt "
 			    "handler: %d\n", error);


More information about the p4-projects mailing list