Date: Fri, 1 Jun 2007 21:55:24 GMT From: Paolo Pisati <piso@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 120731 for review Message-ID: <200706012155.l51LtOSZ051373@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=120731 Change 120731 by piso@piso_newluxor on 2007/06/01 21:55:06 Clear the interrupt in the ithread just in case it wasn't done in the filter already. Affected files ... .. //depot/projects/soc2006/intr_filter/sparc64/pci/psycho.c#16 edit Differences ... ==== //depot/projects/soc2006/intr_filter/sparc64/pci/psycho.c#16 (text+ko) ==== @@ -1008,7 +1008,8 @@ (void)PSYCHO_READ8(pc->pci_sc, PSR_DMA_WRITE_SYNC); } pc->pci_handler(pc->pci_arg); - PSYCHO_WRITE8(pc->pci_sc, pc->pci_clr, 0); + if (pc->pci_filter == NULL) + PSYCHO_WRITE8(pc->pci_sc, pc->pci_clr, 0); } static int
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706012155.l51LtOSZ051373>