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 ofpci and ofppb.



details:   https://anonhg.NetBSD.org/src/rev/95fd1102449e
branches:  trunk
changeset: 526589:95fd1102449e
user:      eeh <eeh%NetBSD.org@localhost>
date:      Mon May 06 19:48:05 2002 +0000

description:
Add ofpci and ofppb.

diffstat:

 sys/arch/sparc64/conf/files.sparc64 |  17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

diffs (38 lines):

diff -r 04ebf969b1d3 -r 95fd1102449e sys/arch/sparc64/conf/files.sparc64
--- a/sys/arch/sparc64/conf/files.sparc64       Mon May 06 19:40:20 2002 +0000
+++ b/sys/arch/sparc64/conf/files.sparc64       Mon May 06 19:48:05 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.sparc64,v 1.61 2002/05/05 11:22:19 martin Exp $
+#      $NetBSD: files.sparc64,v 1.62 2002/05/06 19:48:05 eeh Exp $
 
 # @(#)files.sparc64    8.1 (Berkeley) 7/19/93
 # sparc64-specific configuration info
@@ -26,7 +26,7 @@
 #
 
 define mainbus {}
-device mainbus: pcibus, mainbus
+device mainbus: mainbus
 attach mainbus at root
 
 device pcons
@@ -46,6 +46,19 @@
 file   arch/sparc64/dev/psycho.c               psycho
 file   arch/sparc64/dev/pci_machdep.c          psycho
 
+#
+# OF PCI stuff
+#
+
+device ofpci: pci
+attach ofpci at pcibus
+file   arch/sparc64/dev/ofpci.c                ofpci
+
+# PCI-PCI bridge chips
+device ofppb: pcibus
+attach ofppb at pci
+file   arch/sparc64/dev/ofppb.c                ofppb
+
 # IOMMU is for both
 file   arch/sparc64/dev/iommu.c                sbus | psycho
 



Home | Main Index | Thread Index | Old Index