MCPcopy Create free account
hub / github.com/F-Stack/f-stack / nexus_fdt_attach

Function nexus_fdt_attach

freebsd/arm64/arm64/nexus.c:454–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452}
453
454static int
455nexus_fdt_attach(device_t dev)
456{
457
458 nexus_add_child(dev, 10, "ofwbus", 0);
459 return (nexus_attach(dev));
460}
461
462static int
463nexus_ofw_map_intr(device_t dev, device_t child, phandle_t iparent, int icells,

Callers

nothing calls this directly

Calls 2

nexus_add_childFunction · 0.70
nexus_attachFunction · 0.70

Tested by

no test coverage detected