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 add pci@pryo@mainbus and ebus@mainbus ...



details:   https://anonhg.NetBSD.org/src/rev/b263904c11d1
branches:  trunk
changeset: 763463:b263904c11d1
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Mar 20 20:55:46 2011 +0000

description:
add pci@pryo@mainbus and ebus@mainbus support.

diffstat:

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

diffs (36 lines):

diff -r f5d054575057 -r b263904c11d1 sys/arch/sparc64/conf/files.sparc64
--- a/sys/arch/sparc64/conf/files.sparc64       Sun Mar 20 20:48:57 2011 +0000
+++ b/sys/arch/sparc64/conf/files.sparc64       Sun Mar 20 20:55:46 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.sparc64,v 1.128 2010/09/21 03:26:20 macallan Exp $
+#      $NetBSD: files.sparc64,v 1.129 2011/03/20 20:55:46 mrg Exp $
 
 # @(#)files.sparc64    8.1 (Berkeley) 7/19/93
 # sparc64-specific configuration info
@@ -34,19 +34,24 @@
 attach psycho at mainbus
 device schizo: pcibus, sysmon_power, sysmon_taskq
 attach schizo at mainbus
+device pyro: pcibus, sysmon_power, sysmon_taskq
+attach pyro at mainbus
 include "dev/pci/files.pci"
 file   arch/sparc64/dev/psycho.c               psycho
 file   arch/sparc64/dev/schizo.c               schizo
-file   arch/sparc64/dev/pci_machdep.c          psycho | schizo
+file   arch/sparc64/dev/pyro.c                 pyro
+file   arch/sparc64/dev/pci_machdep.c          psycho | schizo | pyro
 
 # IOMMU is for both
-file   arch/sparc64/dev/iommu.c                sbus | psycho | schizo
+file   arch/sparc64/dev/iommu.c                sbus | psycho | schizo | pyro
 
 include "dev/ata/files.ata"
 
 device ebus {[addr = -1]}: pcibus
 attach ebus at pci
 file   arch/sparc64/dev/ebus.c                 ebus
+attach ebus at mainbus with ebus_mainbus
+file   arch/sparc64/dev/ebus_mainbus.c         ebus_mainbus
 
 device clock: mk48txx
 attach clock at sbus with mkclock_sbus



Home | Main Index | Thread Index | Old Index