Home
last modified time | relevance | path

Searched refs:pci_attach_common (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/pci/
H A Dpci_private.h124 int pci_attach_common(device_t dev);
H A Dpci.c4504 pci_attach_common(device_t dev) in pci_attach_common() function
4532 error = pci_attach_common(dev); in pci_attach()
/freebsd/sys/powerpc/ofw/
H A Dofw_pcibus.c126 error = pci_attach_common(dev); in ofw_pcibus_attach()