Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/conf sun4v: vpci driver - initial (and inco...



details:   https://anonhg.NetBSD.org/src/rev/9ff651eb1af7
branches:  trunk
changeset: 806240:9ff651eb1af7
user:      palle <palle%NetBSD.org@localhost>
date:      Thu Feb 12 10:09:10 2015 +0000

description:
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.

diffstat:

 sys/arch/sparc64/conf/files.sparc64 |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 809a9a9df8d1 -r 9ff651eb1af7 sys/arch/sparc64/conf/files.sparc64
--- a/sys/arch/sparc64/conf/files.sparc64       Thu Feb 12 07:32:09 2015 +0000
+++ b/sys/arch/sparc64/conf/files.sparc64       Thu Feb 12 10:09:10 2015 +0000
@@ -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 @@
 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_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"
 



Home | Main Index | Thread Index | Old Index