mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
Trying to probe+attach the child device at the point it is added comes before the syscon handle is set up (if relevant). It will therefore be unavailable to the attach method which is expecting it, and the first attempt to attach the device will fail. Just rely on the call to bus_generic_attach() at the end of the function to perform probe+attach of dev's children. Reviewed by: manu MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D44268 (cherry picked from commit accda781531788a814bc438e1e96ef544c12aeaf) |
||
|---|---|---|
| .. | ||
| 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 | ||