HomeSort by: relevance | last modified time | path
    Searched defs:tcbus_attach (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/pmax/tc/
tcbus.c 68 static void tcbus_attach(device_t, device_t, void *);
71 tcbus_match, tcbus_attach, NULL, NULL);
87 tcbus_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
111 panic("tcbus_attach: no TURBOchannel configured for systype = %d", systype);

Completed in 21 milliseconds