Searched refs:ppbus_attach (Results 1 – 1 of 1) sorted by relevance
54 static void ppbus_attach(device_t, device_t, void *);63 CFATTACH_DECL2_NEW(ppbus, sizeof(struct ppbus_softc), ppbus_probe, ppbus_attach,108 ppbus_attach(device_t parent, device_t self, void *aux) in ppbus_attach() function