Go ahead and detach our children in our detach routine. I'm undecided

if we should delete them also or not, but have decided not to do so
for the moment.
This commit is contained in:
Warner Losh 2005-09-26 18:22:24 +00:00
parent 9b7915859d
commit 33521176c6

View File

@ -371,6 +371,7 @@ ed_detach(device_t dev)
bus_teardown_intr(dev, sc->irq_res, sc->irq_handle);
ed_release_resources(dev);
ED_LOCK_DESTROY(sc);
bus_generic_detach(dev);
return (0);
}