K 10 svn:author V 6 obrien K 8 svn:date V 27 2005-12-05T01:05:09.000000Z K 7 svn:log V 231 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. END