freebsd-dev/sys/dev/ep
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_ep_eisa.c Simplify names. 2005-08-29 00:05:04 +00:00
if_ep_isa.c
if_ep_mca.c
if_ep_pccard.c MFp4: Migrate from CARD_CIS_SCAN to pccard_cis_scan 2005-09-13 19:56:07 +00:00
if_ep.c Make sure that we call if_free(ifp) after bus_teardown_intr. Since we 2005-09-19 03:10:21 +00:00
if_epreg.h Add newer commands 2005-07-31 03:30:46 +00:00
if_epvar.h