| 452 | } |
| 453 | |
| 454 | static int |
| 455 | nexus_fdt_attach(device_t dev) |
| 456 | { |
| 457 | |
| 458 | nexus_add_child(dev, 10, "ofwbus", 0); |
| 459 | return (nexus_attach(dev)); |
| 460 | } |
| 461 | |
| 462 | static int |
| 463 | nexus_ofw_map_intr(device_t dev, device_t child, phandle_t iparent, int icells, |
nothing calls this directly
no test coverage detected