svn commit: r270755 - in head/sys: conf modules
Bjoern A. Zeeb
bz at FreeBSD.org
Thu Aug 28 22:22:05 UTC 2014
On 28 Aug 2014, at 22:08 , Bjoern A. Zeeb <bz at FreeBSD.org> wrote:
>
> On 28 Aug 2014, at 17:41 , Rui Paulo <rpaulo at felyko.com> wrote:
>
>> On Aug 28, 2014, at 10:40, Jack F Vogel <jfv at FreeBSD.org> wrote:
>>>
>>> Author: jfv
>>> Date: Thu Aug 28 17:40:19 2014
>>> New Revision: 270755
>>> URL: http://svnweb.freebsd.org/changeset/base/270755
>>>
>>> Log:
>>> Add XL710 device entries to NOTES, and directories to the module
>>> Makefile so they will be built.
>>>
>>> MFC after: 1 day
>>
>> The minimum MFC timer is 3 days.
>
>
> And it’s needed given sparc64 LINT fails with:
>
> /scratch/tmp/bz/head.svn/sys/dev/ixl/if_ixl.c:280:38: error: dev/netmap/if_ixl_netmap.h: No such file or directory
>
> and pc98 LINT fails with:
>
> /scratch/tmp/bz/head.svn/sys/dev/ixl/if_ixl.c:280:10: fatal error: 'dev/netmap/if_ixl_netmap.h' file not found
> #include <dev/netmap/if_ixl_netmap.h>
> ^
> 1 error generated.
> /scratch/tmp/bz/head.svn/sys/dev/ixl/ixl_txrx.c:809:5: warning: 'NETMAP_API' is not defined, evaluates to 0 [-Wundef]
> #if NETMAP_API < 4
> ^
> /scratch/tmp/bz/head.svn/sys/dev/ixl/ixl_txrx.c:1420:5: warning: 'NETMAP_API' is not defined, evaluates to 0 [-Wundef]
> #if NETMAP_API < 4
> ^
> 2 warnings generated.
>
>
> and I am waiting for more to come still .. . . . I guess putting it in sys/conf/NOTES wasn’t the right decision.
well maybe that’s not even the problem.
most i386 LINT kernels are failing now and the NOINET and NOIP ones have a long list of warnings/errors, while LINT, VIMAGE, and NOINET6 are failing equally to pc98. I’ll refrain from posting more errors. Please fix and do a universe test build.
—
Bjoern A. Zeeb "Come on. Learn, goddamn it.", WarGames, 1983
More information about the svn-src-head
mailing list