PCI_RANGE_BUS
type = PCI_RANGE_BUS;
if (type == PCI_RANGE_BUS)
pci_resource_add_range(&C->pciinfo, PCI_RANGE_BUS,
if (info->ranges[PCI_RANGE_BUS] == NULL) {
KASSERT(!SIMPLEQ_EMPTY(&info->ranges[PCI_RANGE_BUS]->list));
if (type == PCI_RANGE_BUS &&
PCI_RANGE_BUS,
for (u_int _type = PCI_RANGE_BUS; _type < NUM_PCI_RANGES; _type++)
[PCI_RANGE_BUS] = "bus",
struct pci_resource_arena *busarena = info->ranges[PCI_RANGE_BUS];