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/1a43f5817d7d
branches: trunk
changeset: 336098:1a43f5817d7d
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 8dbc52ab430b -r 1a43f5817d7d 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