From owner-svn-src-all@FreeBSD.ORG Tue May 13 19:35:31 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5EB83DB; Tue, 13 May 2014 19:35:31 +0000 (UTC) Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5E69327CE; Tue, 13 May 2014 19:35:30 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id m15so865811wgh.4 for ; Tue, 13 May 2014 12:35:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=wjtdaeVlxIe9aQgICv+Bcv2h5HICWZcAyUpR7ooDjsE=; b=BFW8D9O9p9phneijnN+rTL0xkCPFRP4KnpGq5Qmnixk5bECQ85KIheHktYhGwBBHlB ZSLBQU8WmpzSdDgiBS2C8/pa/4S/BP7U3czqQx4EqhZ5zfhQb+WxICByL4hoKvri7w4d P+iXocaQiDT3cRMdKNv0uONIc1/+ENU7WI0xEJMUT2jMBYHJQF7on+Fw36NLOcK51SYz K3ii0bTShouHWpQzG2U4Z/td5mBvVjEDtD9pIvUzOyhA6I58d7B1o/SeBVaZ1TVTaY8R JXIJVZSYMw0wNWQnNY6wT1c3kQXycHWKI5b0wReXF9/51W12ftfbBYrAGhICcoU2hypX TekA== MIME-Version: 1.0 X-Received: by 10.180.24.68 with SMTP id s4mr1662219wif.12.1400009728749; Tue, 13 May 2014 12:35:28 -0700 (PDT) Sender: pluknet@gmail.com Received: by 10.216.169.193 with HTTP; Tue, 13 May 2014 12:35:28 -0700 (PDT) In-Reply-To: <201405131909.s4DJ90Cc040529@svn.freebsd.org> References: <201405131909.s4DJ90Cc040529@svn.freebsd.org> Date: Tue, 13 May 2014 23:35:28 +0400 X-Google-Sender-Auth: WLG_5nxsZ-qC_lYcSnKU6KAakXA Message-ID: Subject: Re: svn commit: r265973 - stable/10/sys/dev/uart From: Sergey Kandaurov To: Ian Lepore Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-10@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 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: Tue, 13 May 2014 19:35:31 -0000 On 13 May 2014 23:09, Ian Lepore wrote: > Author: ian > Date: Tue May 13 19:09:00 2014 > New Revision: 265973 > URL: http://svnweb.freebsd.org/changeset/base/265973 > > Log: > MFC r257111, r257144, r257157, r257183 > > Test UARTs physical address instead of virtual. > > Be a bit more flexible in how we find the console from the properties on > /chosen, following the list of allowed console properties in ePAPR. Also > do not require that stdin be defined and equal to stdout: stdin is > nonstandard (for ePAPR) and console in an unexpected place is after all > better than no console. > > Modified: > stable/10/sys/dev/uart/uart_cpu_fdt.c > Taking random commit of your merge series: all of them miss svn:mergeinfo. -- wbr, pluknet