Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jul 2016 09:49:33 +0100
From:      Andrew Turner <andrew@fubar.geek.nz>
To:        Luiz Otavio O Souza <loos@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r303253 - head/sys/arm/ti
Message-ID:  <20160724094933.294c4f4d@zapp>
In-Reply-To: <201607240131.u6O1VfOH020387@repo.freebsd.org>
References:  <201607240131.u6O1VfOH020387@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 24 Jul 2016 01:31:41 +0000 (UTC)
Luiz Otavio O Souza <loos@FreeBSD.org> wrote:

> Author: loos
> Date: Sun Jul 24 01:31:41 2016
> New Revision: 303253
> URL: https://svnweb.freebsd.org/changeset/base/303253
> 
> Log:
>   Allow the use of micphy on am335x devices.
>   
>   The Micrel PHYs reads the optional external delays from DTB.
>   
>   Tested and used by uBMC and uFW.
>   
>   Sponsored by:	Rubicon Communications (Netgate)
> 
> Modified:
>   head/sys/arm/ti/files.ti
> 
> Modified: head/sys/arm/ti/files.ti
> ==============================================================================
> --- head/sys/arm/ti/files.ti	Sat Jul 23 22:50:59 2016
> (r303252) +++ head/sys/arm/ti/files.ti	Sun Jul 24 01:31:41
> 2016	(r303253) @@ -20,6 +20,7 @@
> arm/ti/ti_i2c.c
> optional	ti_i2c arm/ti/ti_sdhci.c
> 			optional	sdhci
> arm/ti/ti_spi.c
> optional	ti_spi
> +dev/mii/micphy.c				optional
> micphy

Why add it here and not sys/conf/files? It doesn't seem to be Ti
specific.

Andrew



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160724094933.294c4f4d>