summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2015-09-12 22:49:32 +0000
committermarius <marius@FreeBSD.org>2015-09-12 22:49:32 +0000
commit96efd462227f24ad2d826e557656c2f3f94a026b (patch)
tree6ba1bb78b988ebeef3204c82dafb57fc33a3c310 /sys/conf
parent63946e657e68747cb05caf41f4cce18586630307 (diff)
downloadFreeBSD-src-96efd462227f24ad2d826e557656c2f3f94a026b.zip
FreeBSD-src-96efd462227f24ad2d826e557656c2f3f94a026b.tar.gz
- 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] MFC after: 1 week
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.sparc641
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64
index 0c160d4..78f0428 100644
--- a/sys/conf/files.sparc64
+++ b/sys/conf/files.sparc64
@@ -82,6 +82,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
OpenPOWER on IntegriCloud