Module Name:    src
Committed By:   cliff
Date:           Wed Jan 13 09:41:32 UTC 2010

Modified Files:
        src/sys/arch/evbmips/conf [matt-nb5-mips64]: files.rmixl

Log Message:
- mainbus gets 'core' locator, loses (unused) 'addr' locator
- 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/files.rmixl

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/files.rmixl
diff -u src/sys/arch/evbmips/conf/files.rmixl:1.1.2.2 src/sys/arch/evbmips/conf/files.rmixl:1.1.2.3
--- src/sys/arch/evbmips/conf/files.rmixl:1.1.2.2	Mon Nov  9 09:43:22 2009
+++ src/sys/arch/evbmips/conf/files.rmixl	Wed Jan 13 09:41:32 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: files.rmixl,v 1.1.2.2 2009/11/09 09:43:22 cliff Exp $
+#	$NetBSD: files.rmixl,v 1.1.2.3 2010/01/13 09:41:32 cliff Exp $
 
 file	arch/evbmips/rmixl/autoconf.c
 file	arch/evbmips/rmixl/machdep.c
@@ -12,12 +12,16 @@
 file	arch/mips/mips/softintr.c
 
 # The autoconfiguration root.
-device	mainbus { [addr = -1] }
+device	mainbus { [core = -1] }
 attach	mainbus at root
 file	arch/mips/rmi/rmixl_mainbus.c		mainbus
 
+device	cpucore { [ thread = -1] }
+attach	cpucore at mainbus
+file	arch/evbmips/rmixl/cpucore.c		cpucore
+
 device	cpu
-attach	cpu at mainbus
+attach	cpu at cpucore
 file	arch/evbmips/rmixl/cpu.c		cpu
 
 # Machine-independent I2O drivers.

Reply via email to