freebsd-skq/sys/sparc64
jhb 4a26c9bbdf Add a pcib_attach_child() method to manage adding the child "pci" device.
This allows the PCI-PCI bridge driver to save a reference to the child
device in its softc.

Note that this required moving the "pci" device creation out of
acpi_pcib_attach().  Instead, acpi_pcib_attach() is renamed to
acpi_pcib_fetch_prt() as it's sole action now is to fetch the PCI
interrupt routing table.

Differential Revision:	https://reviews.freebsd.org/D6021
2016-04-27 16:39:05 +00:00
..
central Fix the resource_list_print_type() calls to use uintmax_t. 2016-03-22 22:25:08 +00:00
conf Fix whitespace on addition of IPSEC option 2015-11-26 21:35:50 +00:00
ebus sparc64: for pointers replace 0 with NULL. 2016-04-15 12:17:34 +00:00
fhc Fix the resource_list_print_type() calls to use uintmax_t. 2016-03-22 22:25:08 +00:00
include Since r296250 it is no longer possible for devices to use bus space 2016-04-10 22:43:36 +00:00
isa Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it. 2016-02-20 01:32:58 +00:00
pci Add a pcib_attach_child() method to manage adding the child "pci" device. 2016-04-27 16:39:05 +00:00
sbus Fix the resource_list_print_type() calls to use uintmax_t. 2016-03-22 22:25:08 +00:00
sparc64 Use our nitems() macro when param.h is available. 2016-04-20 15:45:55 +00:00