mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
These detach routines in these drivers all ended with 'return (bus_generic_detach())' meaning that if any child device failed to detach, the parent driver was left in a mostly destroyed state, but still marked attached. Instead, bus drivers should detach child drivers first and return errors before destroying driver state in the parent. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47387 (cherry picked from commit d412c07617eb35435668b024bc2cecda05f57f1f) |
||
|---|---|---|
| .. | ||
| fdt_arm_platform.c | ||
| fdt_clock.c | ||
| fdt_clock.h | ||
| fdt_clock_if.m | ||
| fdt_common.c | ||
| fdt_common.h | ||
| fdt_intr.h | ||
| fdt_pinctrl.c | ||
| fdt_pinctrl.h | ||
| fdt_pinctrl_if.m | ||
| fdt_slicer.c | ||
| fdt_static_dtb.S | ||
| simple_mfd.c | ||
| simple_mfd.h | ||
| simplebus.c | ||
| simplebus.h | ||