From owner-svn-src-all@freebsd.org Sun Mar 12 03:07:40 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96B16D0787A; Sun, 12 Mar 2017 03:07:40 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail105.syd.optusnet.com.au (mail105.syd.optusnet.com.au [211.29.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id 61D6E184D; Sun, 12 Mar 2017 03:07:39 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from besplex.bde.org (c122-106-153-191.carlnfd1.nsw.optusnet.com.au [122.106.153.191]) by mail105.syd.optusnet.com.au (Postfix) with ESMTPS id 4AAAB10439CF; Sun, 12 Mar 2017 14:07:33 +1100 (AEDT) Date: Sun, 12 Mar 2017 14:07:32 +1100 (EST) From: Bruce Evans X-X-Sender: bde@besplex.bde.org To: Emmanuel Vadot 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 In-Reply-To: <201703120052.v2C0qH44053604@repo.freebsd.org> Message-ID: <20170312134913.W4632@besplex.bde.org> References: <201703120052.v2C0qH44053604@repo.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.2 cv=VbSHBBh9 c=1 sm=1 tr=0 a=Tj3pCpwHnMupdyZSltBt7Q==:117 a=Tj3pCpwHnMupdyZSltBt7Q==:17 a=kj9zAlcOel0A:10 a=OCxMDMbtnObn2ko5xekA:9 a=CjuIK1q_8ugA:10 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2017 03:07:40 -0000 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