Date: Mon, 26 Jun 2006 12:01:42 GMT From: Paolo Pisati <piso@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 100050 for review Message-ID: <200606261201.k5QC1gH8056995@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100050 Change 100050 by piso@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606261201.k5QC1gH8056995>