HomeSort by: relevance | last modified time | path
    Searched refs:pccbb_attach_hook (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sparc64/include/
rbus_machdep.h 34 void pccbb_attach_hook(device_t, device_t, struct pci_attach_args *);
  /src/sys/arch/sparc64/sparc64/
rbus_machdep.c 121 pccbb_attach_hook(device_t parent, device_t self, struct pci_attach_args *pa) function in typeref:typename:void
140 DPRINTF("pccbb_attach_hook: bus-range %d-%d\n", br[0], br[1]);
142 printf("pccbb_attach_hook: broken bus %d\n", bus);
146 printf("pccbb_attach_hook: override bus %d"
156 DPRINTF("pccbb_attach_hook: bus %d\n", bus);
158 printf("pccbb_attach_hook: 256 >= busses exist\n");
166 printf("pccbb_attach_hook: override bus %d"
183 printf("pccbb_attach_hook: could not read interrupts\n");
188 printf("pccbb_attach_hook: OF_mapintr failed\n");
193 DPRINTF("pccbb_attach_hook: interrupt line %d\n", intr)
    [all...]
  /src/sys/dev/pci/
pccbb.c 385 pccbb_attach_hook(parent, self, pa);

Completed in 15 milliseconds