Module Name:    src
Committed By:   cliff
Date:           Sun Mar 21 21:21:41 UTC 2010

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

Log Message:
- add files rmixl_spl.S, rmixl_fmn.c
- add 'tmsk' locator to obio, allows specifying a thread (vCPU) mask
for interrupt routing; default is -1 which means route to any


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/sys/arch/mips/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/mips/conf/files.rmixl
diff -u src/sys/arch/mips/conf/files.rmixl:1.1.2.9 src/sys/arch/mips/conf/files.rmixl:1.1.2.10
--- src/sys/arch/mips/conf/files.rmixl:1.1.2.9	Wed Jan 20 20:48:12 2010
+++ src/sys/arch/mips/conf/files.rmixl	Sun Mar 21 21:21:41 2010
@@ -1,10 +1,12 @@
-#	$NetBSD: files.rmixl,v 1.1.2.9 2010/01/20 20:48:12 matt Exp $
+#	$NetBSD: files.rmixl,v 1.1.2.10 2010/03/21 21:21:41 cliff Exp $
 #
 # Configuration info for RMI XLP, XLR, XLS
 #
 
+file	arch/mips/rmi/rmixl_spl.S
 file	arch/mips/rmi/rmixl_intr.c
 file	arch/mips/rmi/rmixl_subr.S
+file	arch/mips/rmi/rmixl_fmn.c
 
 
 # node is parent of one or more core
@@ -23,7 +25,7 @@
 file	arch/mips/rmi/rmixl_cpu.c		cpu_rmixl
 
 # OBIO: offsets are from System Bridge Controller base
-define obio { [addr=-1], [size=0], [intr=-1], [mult=1] }
+define obio { [addr=-1], [size=0], [intr=-1], [tmsk=-1], [mult=1] }
 device	obio: obio
 attach	obio at cpunode with obio_rmixl
 file	arch/mips/rmi/rmixl_obio.c		obio_rmixl

Reply via email to