Module Name:    src
Committed By:   cliff
Date:           Sat Jan 23 07:45:59 UTC 2010

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

Log Message:
define RMI firmware IPIs


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/arch/mips/rmi/rmixl_firmware.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_firmware.h
diff -u src/sys/arch/mips/rmi/rmixl_firmware.h:1.1.2.3 src/sys/arch/mips/rmi/rmixl_firmware.h:1.1.2.4
--- src/sys/arch/mips/rmi/rmixl_firmware.h:1.1.2.3	Sun Jan 17 00:01:39 2010
+++ src/sys/arch/mips/rmi/rmixl_firmware.h	Sat Jan 23 07:45:58 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: rmixl_firmware.h,v 1.1.2.3 2010/01/17 00:01:39 cliff Exp $	*/
+/*	$NetBSD: rmixl_firmware.h,v 1.1.2.4 2010/01/23 07:45:58 cliff Exp $	*/
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -189,4 +189,9 @@
 	};
 } rmixlfw_cpu_wakeup_info_t;
 
+/* RMI firmware-defined IPI IRQs */
+#define RMIXLFW_IPI_STOP	51
+#define RMIXLFW_IPI_WAKEUP	52
+#define RMIXLFW_IPI_RECLAIM	53
+
 #endif	/* _ARCH_MIPS_RMI_RMIXL_FIRMWARE_H_ */

Reply via email to