Date: Sun, 12 Mar 2017 14:07:32 +1100 (EST) From: Bruce Evans <brde@optusnet.com.au> To: Emmanuel Vadot <manu@freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r315093 - in head/sys: amd64/conf conf i386/conf Message-ID: <20170312134913.W4632@besplex.bde.org> In-Reply-To: <201703120052.v2C0qH44053604@repo.freebsd.org> References: <201703120052.v2C0qH44053604@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 12 Mar 2017, Emmanuel Vadot wrote: > Log: > Remove i915drm and radeondrm from NOTES and conf. > This unbreak LINT kernel. i915kms is too broken to even be puttable in LINT, since it is not in conf/files*. Only 44 of 157 .c files in dev/drm2 are in conf/files*. It is puttable in NOTES as comments, but isn't. According to apropos, even old drm and radeon are not in any man page. I don't want modules, but when I tried to build some, new i915 had many more build errors than old i915, do to the bug that makeoptions in kernel config files doesn't work for modules and new i915 having more unportabilities affected by CC and CFLAGS. i915kms seemed to depend on lots of other modules that I don't want. With no NOTES, no dependency lists in conf/files* and no man page, it is hard to find which ones. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170312134913.W4632>