From owner-svn-src-all@FreeBSD.ORG Mon May 11 14:12:40 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E924388; Mon, 11 May 2015 14:12:40 +0000 (UTC) Received: from kif.fubar.geek.nz (kif.fubar.geek.nz [178.62.119.249]) by mx1.freebsd.org (Postfix) with ESMTP id 0B94A185B; Mon, 11 May 2015 14:12:39 +0000 (UTC) Received: from bender (bender.sec.cl.cam.ac.uk [IPv6:2001:630:212:2a8:4e72:b9ff:fe93:61bf]) by kif.fubar.geek.nz (Postfix) with ESMTPSA id 7721FD7A67; Mon, 11 May 2015 14:12:01 +0000 (UTC) Date: Mon, 11 May 2015 15:12:01 +0100 From: Andrew Turner Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r282770 - head/sys/dev/ofw Message-ID: <20150511151201.2a00f466@bender> In-Reply-To: <201505111410.t4BEAth3076931@svn.freebsd.org> References: <201505111410.t4BEAth3076931@svn.freebsd.org> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2015 14:12:40 -0000 On Mon, 11 May 2015 14:10:55 +0000 (UTC) Andrew Turner wrote: > Author: andrew > Date: Mon May 11 14:10:54 2015 > New Revision: 282770 > URL: https://svnweb.freebsd.org/changeset/base/282770 > > Log: > Add ofw_bus_find_compatible to find a compatible ofw node. This > will be used on ARM to help find the correct node to use to start > secondary CPUs as this happens before device enumeration. Differential Revision: https://reviews.freebsd.org/D2416