Date: Wed, 14 Jun 2006 18:47:08 GMT From: Paolo Pisati <piso@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 99248 for review Message-ID: <200606141847.k5EIl8wN028979@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=99248 Change 99248 by piso@piso_newluxor on 2006/06/14 18:46:37 Fixed compilation of cy Affected files ... .. //depot/projects/soc2006/intr_filter/dev/cy/cy.c#3 edit .. //depot/projects/soc2006/intr_filter/dev/cy/cy_pci.c#3 edit Differences ... ==== //depot/projects/soc2006/intr_filter/dev/cy/cy.c#3 (text+ko) ==== @@ -644,7 +644,7 @@ com->mcr_image |= com->mcr_rts); } -intr +int cyintr(void *vcom) { struct com_s *basecom; ==== //depot/projects/soc2006/intr_filter/dev/cy/cy_pci.c#3 (text+ko) ==== @@ -153,7 +153,7 @@ #endif if (irq_setup != 0) irq_setup = bus_setup_intr(dev, irq_res, INTR_TYPE_TTY, - cyintr, vsc, &irq_cookie); + (driver_intr_t *)cyintr, vsc, &irq_cookie); if (irq_setup != 0) { device_printf(dev, "interrupt setup failed\n"); goto fail;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606141847.k5EIl8wN028979>