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