diff options
author | marius <marius@FreeBSD.org> | 2015-12-27 19:37:47 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2015-12-27 19:37:47 +0000 |
commit | a31458dd6b8f01cd663396c62a22281034ed4590 (patch) | |
tree | 1a7c220eb8b244a77544749c54f17a27cb00bef3 /sys/conf | |
parent | 111ac5b2caecac1ba63a4734ab7ce72ebe84dd1a (diff) | |
download | FreeBSD-src-a31458dd6b8f01cd663396c62a22281034ed4590.zip FreeBSD-src-a31458dd6b8f01cd663396c62a22281034ed4590.tar.gz |
MFC: r287726
- Factor out the common and generic parts of the sparc64 host-PCI-bridge
drivers into the revived sys/sparc64/pci/ofw_pci.c, previously already
serving a similar purpose. This has been done with sun4v in mind, which
explains a) the otherwise not that obvious scheme employed and b) why
reusing sys/powerpc/ofw/ofw_pci.c was even lesser an option.
- Add a workaround for QEMU once again not emulating real machines, in
this case by not providing the OFW_PCI_CS_MEM64 range. [1]
Submitted by: jhb [1]
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files.sparc64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64 index 5775d9b..9fbc226 100644 --- a/sys/conf/files.sparc64 +++ b/sys/conf/files.sparc64 @@ -81,6 +81,7 @@ sparc64/isa/isa_dma.c optional isa sparc64/isa/ofw_isa.c optional ebus | isa sparc64/pci/apb.c optional pci sparc64/pci/fire.c optional pci +sparc64/pci/ofw_pci.c optional pci sparc64/pci/ofw_pcib.c optional pci sparc64/pci/ofw_pcib_subr.c optional pci sparc64/pci/ofw_pcibus.c optional pci |