freebsd-skq/sys/x86
jhb 5fdf8ec777 MFC 261790:
Add support for managing PCI bus numbers.  As with BARs and PCI-PCI bridge
I/O windows, the default is to preserve the firmware-assigned resources.
PCI bus numbers are only managed if NEW_PCIB is enabled and the architecture
defines a PCI_RES_BUS resource type.
- Add a helper API to create top-level PCI bus resource managers for each
  PCI domain/segment.  Host-PCI bridge drivers use this API to allocate
  bus numbers from their associated domain.
- Change the PCI bus and CardBus drivers to allocate a bus resource for
  their bus number from the parent PCI bridge device.
- Change the PCI-PCI and PCI-CardBus bridge drivers to allocate the
  full range of bus numbers from secbus to subbus from their parent bridge.
  The drivers also always program their primary bus register.  The bridge
  drivers also support growing their bus range by extending the bus resource
  and updating subbus to match the larger range.
- Add support for managing PCI bus resources to the Host-PCI bridge drivers
  used for amd64 and i386 (acpi_pcib, mptable_pcib, legacy_pcib, and qpi_pcib).
- Define a PCI_RES_BUS resource type for amd64 and i386.

PR:		197076
2015-04-01 21:48:54 +00:00
..
acpica MFC r271889, 272799, 272800, 274976 2015-03-12 07:07:41 +00:00
bios Add missing header needed by free(9). 2012-09-30 15:42:20 +00:00
cpufreq MFC r259197: 2014-01-09 10:44:27 +00:00
include MFC 261790: 2015-04-01 21:48:54 +00:00
iommu MFC r280435: 2015-03-31 00:57:25 +00:00
isa MFC 261517,261520: 2014-02-18 20:27:17 +00:00
pci MFC 261790: 2015-04-01 21:48:54 +00:00
x86 MFC 261790: 2015-04-01 21:48:54 +00:00
xen MFC 263772: Fix build without SMP. 2014-06-04 17:50:47 +00:00