svn commit: r312747 - head/sys/arm/mv

Wojciech Macek wma at semihalf.com
Thu Jan 26 11:16:11 UTC 2017


Fixed in https://svnweb.freebsd.org/changeset/base/312812

Regards,
Wojtek

2017-01-26 2:56 GMT+01:00 Ed Maste <emaste at freebsd.org>:

> On 25 January 2017 at 05:31, Wojciech Macek <wma at freebsd.org> wrote:
> > Author: wma
> > Date: Wed Jan 25 10:31:16 2017
> > New Revision: 312747
> > URL: https://svnweb.freebsd.org/changeset/base/312747
> >
> > Log:
> >   Setup decoding windows for ARMADA38X
> >
> >   It is necesarry to open memory windows on internal bus for
> >   AHCI driver to work correctly.
>
> Build broken with:
>
> /scratch/tmp/emaste/freebsd/sys/arm/mv/mv_common.c:2019:3: error:
> implicit declaration of function 'win_sata_sz_write' is invalid in C99
> [-Werror,-Wimplicit-function-declaration]
>                 win_sata_sz_write(base, i, 0);
>                 ^
> /scratch/tmp/emaste/freebsd/sys/arm/mv/mv_common.c:2024:25: error: use
> of undeclared identifier 'IO_WIN_ATTR_SHIFT'
>                         cr = (ddr_attr(i) << IO_WIN_ATTR_SHIFT) |
>                                              ^
> ...
>


More information about the svn-src-all mailing list