pci.c | 299 pcireg_t id, /* csr, */ pciclass, intr, bhlcr, bar, endbar; local in function:pci_probe_device1 335 endbar = PCI_MAPREG_PPB_END; 338 endbar = PCI_MAPREG_PCB_END; 341 endbar = PCI_MAPREG_END; 344 for (bar = PCI_MAPREG_START; bar < endbar; bar += width) {
|