K 10 svn:author V 3 imp K 8 svn:date V 27 2005-09-19T03:10:21.000000Z K 7 svn:log V 309 Make sure that we call if_free(ifp) after bus_teardown_intr. Since we could get an interrupt after we free the ifp, and the interrupt handler depended on the ifp being still alive, this could, in theory, cause a crash. Eliminate this possibility by moving the if_free to after the bus_teardown_intr() call. END