PERFORCE change 100049 for review

Paolo Pisati piso at FreeBSD.org
Mon Jun 26 11:59:43 UTC 2006


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

Change 100049 by piso at piso_newluxor on 2006/06/26 11:58:49

	Add a filter parameter (even if unused) to sbc_setup_intr().

Affected files ...

.. //depot/projects/soc2006/intr_filter/dev/sound/isa/sbc.c#2 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/dev/sound/isa/sbc.c#2 (text+ko) ====

@@ -503,8 +503,8 @@
 
 static int
 sbc_setup_intr(device_t dev, device_t child, struct resource *irq,
-   	       int flags, driver_intr_t *intr, void *arg,
-   	       void **cookiep)
+   	       int flags, driver_filter_t *filter __unused, driver_intr_t *intr, 
+   	       void *arg, void **cookiep)
 {
 	struct sbc_softc *scp = device_get_softc(dev);
 	struct sbc_ihl *ihl = NULL;


More information about the p4-projects mailing list