From owner-cvs-src-old@FreeBSD.ORG Wed Aug 25 11:50:03 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B01031065779 for ; Wed, 25 Aug 2010 11:50:03 +0000 (UTC) (envelope-from jchandra@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 966CA8FC23 for ; Wed, 25 Aug 2010 11:50:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o7PBo3M9084514 for ; Wed, 25 Aug 2010 11:50:03 GMT (envelope-from jchandra@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o7PBo3Ru084513 for cvs-src-old@freebsd.org; Wed, 25 Aug 2010 11:50:03 GMT (envelope-from jchandra@repoman.freebsd.org) Message-Id: <201008251150.o7PBo3Ru084513@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jchandra@repoman.freebsd.org using -f From: "Jayachandran C." Date: Wed, 25 Aug 2010 11:49:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/rmi fmn.c intr_machdep.c iodi.c msgring.h pic.h xlr_machdep.c xlr_pci.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2010 11:50:03 -0000 jchandra 2010-08-25 11:49:48 UTC FreeBSD src repository Modified files: sys/mips/rmi fmn.c intr_machdep.c iodi.c msgring.h pic.h xlr_machdep.c xlr_pci.c Log: SVN rev 211811 on 2010-08-25 11:49:48Z by jchandra XLR PIC code update and style(9) fixes. - style(9) fixes to mips/rmi platform files - update pic.h to add pic_setup_intr() and use pic_setup_intr() for setting up interrupts which are routed thru PIC. - remove rmi_spin_mutex_safe and haslock, and make sure that the functions are called only after mutexes are available. Revision Changes Path 1.2 +2 -6 src/sys/mips/rmi/fmn.c 1.7 +2 -2 src/sys/mips/rmi/intr_machdep.c 1.7 +11 -36 src/sys/mips/rmi/iodi.c 1.2 +3 -2 src/sys/mips/rmi/msgring.h 1.6 +149 -207 src/sys/mips/rmi/pic.h 1.15 +1 -3 src/sys/mips/rmi/xlr_machdep.c 1.6 +63 -57 src/sys/mips/rmi/xlr_pci.c