PERFORCE change 115426 for review
Paolo Pisati
piso at FreeBSD.org
Tue Mar 6 16:31:06 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=115426
Change 115426 by piso at 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++)
More information about the p4-projects
mailing list