PERFORCE change 115363 for review

Paolo Pisati piso at FreeBSD.org
Mon Mar 5 21:30:00 UTC 2007


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

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


More information about the p4-projects mailing list