From owner-cvs-src@FreeBSD.ORG Fri Feb 25 16:27:04 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DC2F16A4CF; Fri, 25 Feb 2005 16:27:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB76C43D62; Fri, 25 Feb 2005 16:27:03 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1PGR3bo075041; Fri, 25 Feb 2005 16:27:03 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1PGR3vs075040; Fri, 25 Feb 2005 16:27:03 GMT (envelope-from marius) Message-Id: <200502251627.j1PGR3vs075040@repoman.freebsd.org> From: Marius Strobl Date: Fri, 25 Feb 2005 16:27:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/sparc64/sparc64 ofw_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 16:27:04 -0000 marius 2005-02-25 16:27:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/sparc64/sparc64 ofw_machdep.c Log: MFC: 1.13 (partial) Re-write OF_decode_addr() with a bus-neutral approach, adding support for nodes hanging off of Central, FireHose and PCI busses. Meanwhile, i.e. after rev. 1.13 was committed to HEAD, this was also confirmed to actually work for devices on FireHose which implies that it also works for devices on Central. Tested by: hrs, kris (FireHose) Revision Changes Path 1.12.2.1 +171 -83 src/sys/sparc64/sparc64/ofw_machdep.c