From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 15:38:16 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 A442C10657C1 for ; Wed, 6 Oct 2010 15:38:16 +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 7852D8FC08 for ; Wed, 6 Oct 2010 15:38:16 +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 o96FcGRv063027 for ; Wed, 6 Oct 2010 15:38:16 GMT (envelope-from jchandra@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o96FcGRR063026 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 15:38:16 GMT (envelope-from jchandra@repoman.freebsd.org) Message-Id: <201010061538.o96FcGRR063026@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jchandra@repoman.freebsd.org using -f From: "Jayachandran C." Date: Wed, 6 Oct 2010 15:37:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/rmi board.h 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, 06 Oct 2010 15:38:16 -0000 jchandra 2010-10-06 15:37:55 UTC FreeBSD src repository Modified files: sys/mips/rmi board.h xlr_pci.c Log: SVN rev 213484 on 2010-10-06 15:37:55Z by jchandra PCI fix for XLR C revision chips, limit DMA address to the first 2GB physical address. Adds a dma tag to the XLR/XLS pci bus with the lowaddr if the CPU happens to be a XLR C rev. Submitted by: Sreekanth M. S. (kanthms at netlogicmicro dot com)) Revision Changes Path 1.8 +29 -0 src/sys/mips/rmi/board.h 1.13 +24 -2 src/sys/mips/rmi/xlr_pci.c