Date: Thu, 28 Aug 2014 22:08:10 +0000 From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: Jack F Vogel <jfv@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r270755 - in head/sys: conf modules Message-ID: <376B9E49-8AEC-4B55-83EE-1320392FE259@FreeBSD.org> In-Reply-To: <5B782898-FFC0-488B-BFFB-02DF985CB2F6@felyko.com> References: <201408281740.s7SHeJPN071417@svn.freebsd.org> <5B782898-FFC0-488B-BFFB-02DF985CB2F6@felyko.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 28 Aug 2014, at 17:41 , Rui Paulo <rpaulo@felyko.com> wrote: > On Aug 28, 2014, at 10:40, Jack F Vogel <jfv@FreeBSD.org> wrote: >>=20 >> Author: jfv >> Date: Thu Aug 28 17:40:19 2014 >> New Revision: 270755 >> URL: http://svnweb.freebsd.org/changeset/base/270755 >>=20 >> Log: >> Add XL710 device entries to NOTES, and directories to the module >> Makefile so they will be built. >>=20 >> MFC after: 1 day >=20 > The minimum MFC timer is 3 days. And it=92s 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=92t the right decision. =97=20 Bjoern A. Zeeb "Come on. Learn, goddamn it.", WarGames, 1983
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?376B9E49-8AEC-4B55-83EE-1320392FE259>