Searched refs:pcib_attach (Results 1 – 3 of 3) sorted by relevance
157 int pcib_attach(device_t dev);
98 DEVMETHOD(device_attach, pcib_attach),1552 pcib_attach(device_t dev) in pcib_attach() function
308 return (pcib_attach(dev)); in tb_pcib_attach()