From owner-cvs-src-old@FreeBSD.ORG Mon May 10 18:51:18 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B1A97106567A for ; Mon, 10 May 2010 18:51:18 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9E7E98FC17 for ; Mon, 10 May 2010 18:51:18 +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 o4AIpIp5042181 for ; Mon, 10 May 2010 18:51:18 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4AIpI4O042180 for cvs-src-old@freebsd.org; Mon, 10 May 2010 18:51:18 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201005101851.o4AIpI4O042180@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Mon, 10 May 2010 18:47:52 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/sparc64/include ofw_machdep.h src/sys/sparc64/sparc64 ofw_machdep.c src/sys/sun4v/include ofw_machdep.h 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: Mon, 10 May 2010 18:51:18 -0000 marius 2010-05-10 18:47:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/sparc64/include ofw_machdep.h sys/sparc64/sparc64 ofw_machdep.c sys/sun4v/include ofw_machdep.h Log: SVN rev 207863 on 2010-05-10 18:47:52Z by marius MFC: r207243 Add OF_getscsinitid(), a helper similar to OF_getetheraddr() but for obtaining the initiator ID to be used for SPI controllers from the Open Firmware device tree. Revision Changes Path 1.7.2.2 +1 -0 src/sys/sparc64/include/ofw_machdep.h 1.17.2.5 +14 -1 src/sys/sparc64/sparc64/ofw_machdep.c 1.2.2.2 +1 -0 src/sys/sun4v/include/ofw_machdep.h