From owner-cvs-src-old@FreeBSD.ORG Wed Jan 13 20:33:11 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 7F8C210656A4 for ; Wed, 13 Jan 2010 20:33:11 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 543F78FC08 for ; Wed, 13 Jan 2010 20:33:11 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0DKXBAf013015 for ; Wed, 13 Jan 2010 20:33:11 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0DKXBt5013014 for cvs-src-old@freebsd.org; Wed, 13 Jan 2010 20:33:11 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201001132033.o0DKXBt5013014@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Wed, 13 Jan 2010 20:32:54 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/sparc64/ebus ebus.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, 13 Jan 2010 20:33:11 -0000 marius 2010-01-13 20:32:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/sparc64/ebus ebus.c Log: SVN rev 202232 on 2010-01-13 20:32:54Z by marius MFC: r200879 - Add support for the JBus to EBus bridges which hang off of nexus(4) and are found in sun4u and sun4v machines based on the Fire ASIC. - Initialize the configuration space of the PCI to EBus variant the same way as OpenSolaris does. Revision Changes Path 1.29.2.3 +308 -103 src/sys/sparc64/ebus/ebus.c