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

Modified Files:
        src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_obiovar.h

Log Message:
- add obio_tmsk interrupt routing mask to obio_attach_args


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/sys/arch/mips/rmi/rmixl_obiovar.h

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/rmi/rmixl_obiovar.h
diff -u src/sys/arch/mips/rmi/rmixl_obiovar.h:1.1.2.7 src/sys/arch/mips/rmi/rmixl_obiovar.h:1.1.2.8
--- src/sys/arch/mips/rmi/rmixl_obiovar.h:1.1.2.7	Mon Dec 14 07:18:26 2009
+++ src/sys/arch/mips/rmi/rmixl_obiovar.h	Sun Mar 21 21:26:45 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: rmixl_obiovar.h,v 1.1.2.7 2009/12/14 07:18:26 cliff Exp $	*/
+/*	$NetBSD: rmixl_obiovar.h,v 1.1.2.8 2010/03/21 21:26:45 cliff Exp $	*/
 
 #ifndef _MIPS_RMI_RMIXL_OBIOVAR_H_
 #define _MIPS_RMI_RMIXL_OBIOVAR_H_
@@ -13,6 +13,7 @@
 	bus_addr_t	obio_addr;
 	bus_size_t	obio_size;
 	int		obio_intr;
+	int		obio_tmsk;
 	unsigned int	obio_mult;
 	bus_dma_tag_t	obio_29bit_dmat;
 	bus_dma_tag_t	obio_32bit_dmat;

Reply via email to