PERFORCE change 100045 for review

Paolo Pisati piso at FreeBSD.org
Mon Jun 26 10:51:12 UTC 2006


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

Change 100045 by piso at piso_newluxor on 2006/06/26 10:50:27

	Add a filter parameter (unused in this case) to 
	ata_cbus_setup_intr().

Affected files ...

.. //depot/projects/soc2006/intr_filter/dev/ata/ata-cbus.c#2 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/dev/ata/ata-cbus.c#2 (text+ko) ====

@@ -188,8 +188,8 @@
 
 static int
 ata_cbus_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 ata_cbus_controller *controller = device_get_softc(dev);
     int unit = ((struct ata_channel *)device_get_softc(child))->unit;


More information about the p4-projects mailing list