Deleted Added
full compact
33c33
< __FBSDID("$FreeBSD: head/sys/x86/x86/mptable_pci.c 261520 2014-02-05 18:13:27Z jhb $");
---
> __FBSDID("$FreeBSD: head/sys/x86/x86/mptable_pci.c 261790 2014-02-12 04:30:37Z jhb $");
107a108,112
> #ifdef PCI_RES_BUS
> if (type == PCI_RES_BUS)
> return (pci_domain_alloc_bus(0, child, rid, start, end, count,
> flags));
> #endif
143a149,152
> #ifdef PCI_RES_BUS
> if (type == PCI_RES_BUS)
> return (pci_domain_adjust_bus(0, child, r, start, end));
> #endif
167a177,179
> #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
> DEVMETHOD(bus_release_resource, legacy_pcib_release_resource),
> #else
168a181
> #endif