Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2007 21:29:59 GMT
From:      Paolo Pisati <piso@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 115363 for review
Message-ID:  <200703052129.l25LTx6Z054116@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=115363

Change 115363 by piso@piso_newluxor on 2007/03/05 21:29:23

	o Update a printf msg about filters.
	o Correctly wrap a line at 80. 

Affected files ...

.. //depot/projects/soc2006/intr_filter/arm/at91/at91.c#9 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/arm/at91/at91.c#9 (text) ====

@@ -549,9 +549,9 @@
 	struct at91_softc *sc = device_get_softc(dev);
 
 	if (rman_get_start(ires) == AT91RM92_IRQ_SYSTEM && filt == NULL)
-		panic("All system interrupt ISRs must be type INTR_FAST");
-	BUS_SETUP_INTR(device_get_parent(dev), child, ires, flags, filt, intr, arg,
-	    cookiep);
+		panic("All system interrupt ISRs must be FILTER");
+	BUS_SETUP_INTR(device_get_parent(dev), child, ires, flags, filt, 
+	    intr, arg, cookiep);
 	bus_space_write_4(sc->sc_st, sc->sc_sys_sh, IC_IECR,
 	    1 << rman_get_start(ires));
 	return (0);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703052129.l25LTx6Z054116>