freebsd-dev/sys/dev/sn
Warner Losh ad4f426ef6 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.
2005-09-19 03:10:21 +00:00
..
if_sn_isa.c
if_sn_pccard.c Use new convenience function to read CIS rather than the older, harder to 2005-09-13 19:25:30 +00:00
if_sn.c Make sure that we call if_free(ifp) after bus_teardown_intr. Since we 2005-09-19 03:10:21 +00:00
if_snreg.h
if_snvar.h Spell "destroy" correctly. 2005-09-15 19:34:12 +00:00
ositech.h