From owner-cvs-src-old@FreeBSD.ORG Wed Sep 1 17:35:48 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 AC8E71065781 for ; Wed, 1 Sep 2010 17:35:48 +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 9A72C8FC13 for ; Wed, 1 Sep 2010 17:35:48 +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 o81HZmPH015635 for ; Wed, 1 Sep 2010 17:35:48 GMT (envelope-from jchandra@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o81HZmQ4015634 for cvs-src-old@freebsd.org; Wed, 1 Sep 2010 17:35:48 GMT (envelope-from jchandra@repoman.freebsd.org) Message-Id: <201009011735.o81HZmQ4015634@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jchandra@repoman.freebsd.org using -f From: "Jayachandran C." Date: Wed, 1 Sep 2010 17:35:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/rmi intr_machdep.c iodi.c pic.h xlr_machdep.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, 01 Sep 2010 17:35:48 -0000 jchandra 2010-09-01 17:35:31 UTC FreeBSD src repository Modified files: sys/mips/rmi intr_machdep.c iodi.c pic.h xlr_machdep.c Log: SVN rev 212102 on 2010-09-01 17:35:31Z by jchandra Updates for the RMI MIPS platform code - set cache_coherent_dma flag in cpuinfo for XLR, this will make sure that BUS_DMA_COHERENT flag is handled correctly in busdma_machdep.c - iodi.c, call device_get_name() just once - clear RMI specific EIRR while intializing CPUs - remove debug print in intr_machdep.c Revision Changes Path 1.10 +3 -4 src/sys/mips/rmi/intr_machdep.c 1.12 +6 -5 src/sys/mips/rmi/iodi.c 1.11 +1 -1 src/sys/mips/rmi/pic.h 1.20 +3 -0 src/sys/mips/rmi/xlr_machdep.c