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:
parent
9b7915859d
commit
33521176c6
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user