Date: Tue, 6 Mar 2007 16:31:05 GMT From: Paolo Pisati <piso@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 115426 for review Message-ID: <200703061631.l26GV5Eq060318@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=115426 Change 115426 by piso@piso_newluxor on 2007/03/06 16:30:28 Restore "p_ih = NULL" in teardown_intr. Affected files ... .. //depot/projects/soc2006/intr_filter/dev/puc/puc.c#13 edit Differences ... ==== //depot/projects/soc2006/intr_filter/dev/puc/puc.c#13 (text+ko) ==== @@ -676,6 +676,7 @@ return (EINVAL); port->p_hasintr = 0; + port->p_ih = NULL; port->p_iharg = NULL; for (i = 0; i < PUC_ISRCCNT; i++)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703061631.l26GV5Eq060318>