Fixed in https://svnweb.freebsd.org/changeset/base/312812
Regards, Wojtek 2017-01-26 2:56 GMT+01:00 Ed Maste <ema...@freebsd.org>: > On 25 January 2017 at 05:31, Wojciech Macek <w...@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) | > ^ > ... > _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"