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

/freebsd-10-stable/sys/dev/lmc/
H A Dif_lmc.c5982 struct cfdriver* pcicd; local
5985 if ((pcicd = config_cfdriver_lookup("pci")) == NULL)
6006 for (i=0; i<pcicd->cd_ndevs; i++)
6010 struct pci_softc *sc = pcicd->cd_devs[i];
6017 config_attach(pcicd->cd_devs[i], &lmc_cf, &pa, pciprint);

Completed in 129 milliseconds