Module Name: src
Committed By: cliff
Date: Fri May 21 23:33:52 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_com.c
Log Message:
- establish interrupt at IPL_VM (was IPL_SERIAL)
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/sys/arch/mips/rmi/rmixl_com.c
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_com.c
diff -u src/sys/arch/mips/rmi/rmixl_com.c:1.1.2.13 src/sys/arch/mips/rmi/rmixl_com.c:1.1.2.14
--- src/sys/arch/mips/rmi/rmixl_com.c:1.1.2.13 Tue May 18 19:51:43 2010
+++ src/sys/arch/mips/rmi/rmixl_com.c Fri May 21 23:33:52 2010
@@ -1,4 +1,4 @@
-/* $Id: rmixl_com.c,v 1.1.2.13 2010/05/18 19:51:43 cliff Exp $ */
+/* $Id: rmixl_com.c,v 1.1.2.14 2010/05/21 23:33:52 cliff Exp $ */
/*-
* Copyright (c) 2006 Urbana-Champaign Independent Media Center.
* Copyright (c) 2006 Garrett D'Amore.
@@ -101,7 +101,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rmixl_com.c,v 1.1.2.13 2010/05/18 19:51:43 cliff Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rmixl_com.c,v 1.1.2.14 2010/05/21 23:33:52 cliff Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -292,7 +292,7 @@
com_attach_subr(sc);
rmixl_intr_establish(obio->obio_intr, obio->obio_tmsk,
- IPL_SERIAL, RMIXL_TRIG_LEVEL, RMIXL_POLR_HIGH,
+ IPL_VM, RMIXL_TRIG_LEVEL, RMIXL_POLR_HIGH,
comintr, sc, true);
}