From owner-cvs-src-old@FreeBSD.ORG Wed Dec 23 22:25:35 2009 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 7A04310657C3 for ; Wed, 23 Dec 2009 22:25:35 +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 67F248FC24 for ; Wed, 23 Dec 2009 22:25:35 +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 nBNMPZK9081543 for ; Wed, 23 Dec 2009 22:25:35 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBNMPZ5m081542 for cvs-src-old@freebsd.org; Wed, 23 Dec 2009 22:25:35 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200912232225.nBNMPZ5m081542@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Wed, 23 Dec 2009 22:25:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/sparc64 ofw_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, 23 Dec 2009 22:25:35 -0000 marius 2009-12-23 22:25:23 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 ofw_machdep.c Log: SVN rev 200925 on 2009-12-23 22:25:23Z by marius - By re-arranging the code in OF_decode_addr() somewhat and accepting a bit of a detour we can just iterate through the banks array instead of having to calculate every offset. This change is inspired by the powerpc version of this function. - Add support for the JBus to EBus bridges which hang off of nexus(4). Revision Changes Path 1.19 +33 -33 src/sys/sparc64/sparc64/ofw_machdep.c