Module Name:    src
Committed By:   cliff
Date:           Wed Jan 13 09:40:56 UTC 2010

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

Log Message:
- attach cpucore at mainbus
- attach cpu at cpucore


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 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.2 src/sys/arch/evbmips/conf/XLSATX:1.1.2.3
--- src/sys/arch/evbmips/conf/XLSATX:1.1.2.2	Tue Jan 12 08:18:23 2010
+++ src/sys/arch/evbmips/conf/XLSATX	Wed Jan 13 09:40:56 2010
@@ -1,8 +1,8 @@
-#	$NetBSD: XLSATX,v 1.1.2.2 2010/01/12 08:18:23 cliff Exp $
+#	$NetBSD: XLSATX,v 1.1.2.3 2010/01/13 09:40:56 cliff Exp $
 
 include 	"arch/evbmips/conf/std.rmixl"
 
-#ident 		"XLSATX-$Revision: 1.1.2.2 $"
+#ident 		"XLSATX-$Revision: 1.1.2.3 $"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
@@ -130,7 +130,8 @@
 
 
 mainbus0 	at root
-cpu0 		at mainbus?
+cpucore*	at mainbus? core ?
+cpu*		at cpucore? thread ?
 obio0		at mainbus?
 com0		at obio0	addr 0x14000 mult 4 intr 9
 options		COM_REGMAP

Reply via email to