svn commit: r265973 - stable/10/sys/dev/uart
Ian Lepore
ian at FreeBSD.org
Wed May 14 00:07:58 UTC 2014
On Tue, 2014-05-13 at 23:35 +0400, Sergey Kandaurov wrote:
> On 13 May 2014 23:09, Ian Lepore <ian at freebsd.org> 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.
>
Thanks. A combo of a misunderstanding on my part and a poorly written
helper script caused this. (I wrote another script to help me fix it, I
sure hope I got that one right)
At least you let me know before it got too out of hand... I have over
400 ARM-related changesets to merge still.
-- Ian
More information about the svn-src-all
mailing list