PERFORCE change 100050 for review

Paolo Pisati piso at FreeBSD.org
Mon Jun 26 12:01:49 UTC 2006


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

Change 100050 by piso at piso_newluxor on 2006/06/26 12:00:55

	Forgot to fix the prototype in the previous commit.

Affected files ...

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

Differences ...

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

@@ -80,8 +80,8 @@
 static int sbc_release_resource(device_t bus, device_t child, int type, int rid,
 				struct resource *r);
 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, driver_intr_t *intr, 
+   	       void *arg, void **cookiep);
 static int sbc_teardown_intr(device_t dev, device_t child, struct resource *irq,
   		  void *cookie);
 


More information about the p4-projects mailing list