188ddb1837
would call ed_release_resources() when we should have called ed_detach() to properly undo the effects of prior calls to ed_attach(). This would leave a stray ed interface ifnet alive in the system, which was, well, bad, since we called if_free() on the underlying memory... Fix the ed_detach routine to cope being called in this context now. This should never come up because the miibus is always there. Except for now when it seems to be failing for reasons unknown... That's a different bug that hits at least ed, xl, dc and fxp... |
||
---|---|---|
.. | ||
ax88x90reg.h | ||
dl100xxreg.h | ||
if_ed98.h | ||
if_ed_3c503.c | ||
if_ed_cbus.c | ||
if_ed_hpp.c | ||
if_ed_isa.c | ||
if_ed_novell.c | ||
if_ed_pccard.c | ||
if_ed_pci.c | ||
if_ed_rtl80x9.c | ||
if_ed_sic.c | ||
if_ed_wd80x3.c | ||
if_ed.c | ||
if_edreg.h | ||
if_edvar.h | ||
rtl80x9reg.h | ||
tc5299jreg.h |