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

Ed Maste emaste at freebsd.org
Thu Jan 26 01:56:22 UTC 2017


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-head mailing list