Searched refs:exb_attach (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/powerpc/ibm4xx/dev/
H A Dexb.c52 static void exb_attach(device_t, device_t, void *);
55 CFATTACH_DECL_NEW(exb, sizeof(struct exb_softc), exb_match, exb_attach,
69 exb_attach(device_t parent, device_t self, void *aux) function
135 panic("exb_attach: Failed to initialise exb_bus_space_tag");

Completed in 226 milliseconds