Searched hist:150306 (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/sys/dev/cm/
H A Dif_cm_isa.cdiff 150306 Mon Sep 19 01:10:21 MDT 2005 imp 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.
/freebsd-11-stable/sys/dev/cp/
H A Dif_cp.cdiff 150306 Mon Sep 19 01:10:21 MDT 2005 imp 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.
/freebsd-11-stable/sys/dev/ixgb/
H A Dif_ixgb.cdiff 150306 Mon Sep 19 01:10:21 MDT 2005 imp 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.
/freebsd-11-stable/sys/dev/wl/
H A Dif_wl.cdiff 150306 Mon Sep 19 01:10:21 MDT 2005 imp 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.
/freebsd-11-stable/sys/dev/lge/
H A Dif_lge.cdiff 150306 Mon Sep 19 01:10:21 MDT 2005 imp 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.
/freebsd-11-stable/sys/dev/cs/
H A Dif_cs.cdiff 150306 Mon Sep 19 01:10:21 MDT 2005 imp 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.
/freebsd-11-stable/sys/dev/txp/
H A Dif_txp.cdiff 150306 Mon Sep 19 01:10:21 MDT 2005 imp 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.
/freebsd-11-stable/sys/dev/sn/
H A Dif_sn.cdiff 150306 Mon Sep 19 01:10:21 MDT 2005 imp 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.
/freebsd-11-stable/sys/dev/tx/
H A Dif_tx.cdiff 150306 Mon Sep 19 01:10:21 MDT 2005 imp 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.
/freebsd-11-stable/sys/dev/ipw/
H A Dif_ipw.cdiff 150306 Mon Sep 19 01:10:21 MDT 2005 imp 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.
/freebsd-11-stable/sys/dev/an/
H A Dif_an.cdiff 150306 Mon Sep 19 01:10:21 MDT 2005 imp 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.
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.cdiff 150306 Mon Sep 19 01:10:21 MDT 2005 imp 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.
/freebsd-11-stable/sys/dev/ep/
H A Dif_ep.cdiff 150306 Mon Sep 19 01:10:21 MDT 2005 imp 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.
/freebsd-11-stable/sys/dev/re/
H A Dif_re.cdiff 150306 Mon Sep 19 01:10:21 MDT 2005 imp 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.
/freebsd-11-stable/sys/dev/ed/
H A Dif_ed.cdiff 150306 Mon Sep 19 01:10:21 MDT 2005 imp 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.
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndis.cdiff 150306 Mon Sep 19 01:10:21 MDT 2005 imp 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.

Completed in 690 milliseconds