cvs commit: src/sys/dev/nve if_nve.c
David E. O'Brien
obrien at FreeBSD.org
Mon Dec 5 01:05:09 GMT 2005
obrien 2005-12-05 01:05:09 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/nve if_nve.c
Log:
MFC: rev 1.12: make sure that we call if_free(ifp) after bus_teardown_intr.
This eliminates the possibility of a crash due to getting an interrupt after
we free the ifp and the interrupt handler depending on ifp being still alive.
Revision Changes Path
1.7.2.5 +3 -3 src/sys/dev/nve/if_nve.c
More information about the cvs-src
mailing list