Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2006 11:59:39 GMT
From:      Paolo Pisati <piso@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 100049 for review
Message-ID:  <200606261159.k5QBxd1H056858@repoman.freebsd.org>

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

Change 100049 by piso@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;



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