Module Name:    src
Committed By:   cliff
Date:           Sat Jan 16 23:49:10 UTC 2010

Modified Files:
        src/sys/arch/evbmips/conf [matt-nb5-mips64]: XLSATX

Log Message:
- cpunode attaches to mainbus
- cpucore and obio now attache to cpunode


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/arch/evbmips/conf/XLSATX

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/evbmips/conf/XLSATX
diff -u src/sys/arch/evbmips/conf/XLSATX:1.1.2.3 src/sys/arch/evbmips/conf/XLSATX:1.1.2.4
--- src/sys/arch/evbmips/conf/XLSATX:1.1.2.3	Wed Jan 13 09:40:56 2010
+++ src/sys/arch/evbmips/conf/XLSATX	Sat Jan 16 23:49:10 2010
@@ -1,8 +1,8 @@
-#	$NetBSD: XLSATX,v 1.1.2.3 2010/01/13 09:40:56 cliff Exp $
+#	$NetBSD: XLSATX,v 1.1.2.4 2010/01/16 23:49:10 cliff Exp $
 
 include 	"arch/evbmips/conf/std.rmixl"
 
-#ident 		"XLSATX-$Revision: 1.1.2.3 $"
+#ident 		"XLSATX-$Revision: 1.1.2.4 $"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
@@ -130,9 +130,10 @@
 
 
 mainbus0 	at root
-cpucore*	at mainbus? core ?
+cpunode*	at mainbus? node ?
+cpucore*	at cpunode? core ?
 cpu*		at cpucore? thread ?
-obio0		at mainbus?
+obio0		at cpunode?
 com0		at obio0	addr 0x14000 mult 4 intr 9
 options		COM_REGMAP
 rmixl_pcie0	at obio0

Reply via email to