Module Name: src
Committed By: palle
Date: Thu Feb 12 10:09:10 UTC 2015
Modified Files:
src/sys/arch/sparc64/conf: files.sparc64
Log Message:
sun4v: vpci driver - initial (and incomplete) version of virtual PCIe host
bridge driver for sun4v systems. Based on the NetBSD pyro driver and OpenBSD
vpci driver. Future work will include integrating code from the OpenBSD vpci
driver.
To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 src/sys/arch/sparc64/conf/files.sparc64
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sparc64/conf/files.sparc64
diff -u src/sys/arch/sparc64/conf/files.sparc64:1.146 src/sys/arch/sparc64/conf/files.sparc64:1.147
--- src/sys/arch/sparc64/conf/files.sparc64:1.146 Sat Jan 10 22:19:26 2015
+++ src/sys/arch/sparc64/conf/files.sparc64 Thu Feb 12 10:09:10 2015
@@ -1,4 +1,4 @@
-# $NetBSD: files.sparc64,v 1.146 2015/01/10 22:19:26 palle Exp $
+# $NetBSD: files.sparc64,v 1.147 2015/02/12 10:09:10 palle Exp $
# @(#)files.sparc64 8.1 (Berkeley) 7/19/93
# sparc64-specific configuration info
@@ -36,11 +36,14 @@ device schizo: pcibus, sysmon_power, sys
attach schizo at mainbus
device pyro: pcibus, sysmon_power, sysmon_taskq
attach pyro at mainbus
+device vpci: pcibus, sysmon_power, sysmon_taskq
+attach vpci at mainbus
include "dev/pci/files.pci"
file arch/sparc64/dev/psycho.c psycho needs-flag
file arch/sparc64/dev/schizo.c schizo
file arch/sparc64/dev/pyro.c pyro
-file arch/sparc64/dev/pci_machdep.c psycho | schizo | pyro
+file arch/sparc64/dev/vpci.c vpci
+file arch/sparc64/dev/pci_machdep.c psycho | schizo | pyro | vpci
define central {}
device central: central
@@ -56,7 +59,7 @@ file arch/sparc64/dev/fhc_central.c fhc
file arch/sparc64/dev/fhc_mainbus.c fhc_mainbus
# IOMMU is for both
-file arch/sparc64/dev/iommu.c sbus | psycho | schizo | pyro
+file arch/sparc64/dev/iommu.c sbus | psycho | schizo | pyro | vpci
include "dev/ata/files.ata"