| 513 | } |
| 514 | |
| 515 | static int |
| 516 | nexus_acpi_attach(device_t dev) |
| 517 | { |
| 518 | |
| 519 | nexus_add_child(dev, 10, "acpi", 0); |
| 520 | return (nexus_attach(dev)); |
| 521 | } |
| 522 | |
| 523 | static int |
| 524 | nexus_acpi_map_intr(device_t dev, device_t child, u_int irq, int trig, int pol) |
nothing calls this directly
no test coverage detected