Date: Wed, 28 Jun 2006 10:31:01 GMT From: Paolo Pisati <piso@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 100195 for review Message-ID: <200606281031.k5SAV1q8084500@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100195 Change 100195 by piso@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606281031.k5SAV1q8084500>