From owner-cvs-src-old@FreeBSD.ORG Tue Jul 27 09:22:50 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 10FC1106578D for ; Tue, 27 Jul 2010 09:22:49 +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 9AAAF8FC1B for ; Tue, 27 Jul 2010 09:22:49 +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 o6R9MnZs021477 for ; Tue, 27 Jul 2010 09:22:49 GMT (envelope-from jchandra@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o6R9MnLU021476 for cvs-src-old@freebsd.org; Tue, 27 Jul 2010 09:22:49 GMT (envelope-from jchandra@repoman.freebsd.org) Message-Id: <201007270922.o6R9MnLU021476@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jchandra@repoman.freebsd.org using -f From: "Jayachandran C." Date: Tue, 27 Jul 2010 09:22:41 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/rmi files.xlr intr_machdep.c tick.c 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: Tue, 27 Jul 2010 09:22:50 -0000 jchandra 2010-07-27 09:22:41 UTC FreeBSD src repository Modified files: sys/mips/rmi files.xlr intr_machdep.c tick.c xlr_machdep.c Log: SVN rev 210528 on 2010-07-27 09:22:41Z by jchandra Fixup mips/rmi for the new mips timer code(r210403). This will get XLR booting again. The code is a copy of the mips/mips/tick.c with minor modifications for XLR interrupt handling. Disable mips/rmi/clock.c for now, the PIC based timer code will be added later. Revision Changes Path 1.6 +1 -1 src/sys/mips/rmi/files.xlr 1.6 +3 -3 src/sys/mips/rmi/intr_machdep.c 1.3 +309 -33 src/sys/mips/rmi/tick.c 1.12 +2 -5 src/sys/mips/rmi/xlr_machdep.c