From owner-freebsd-current@freebsd.org Wed Aug 14 10:06:07 2019 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ED25DCDF2C for ; Wed, 14 Aug 2019 10:06:07 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 467lbM605Jz46Vl for ; Wed, 14 Aug 2019 10:06:07 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id CD88DCDF29; Wed, 14 Aug 2019 10:06:07 +0000 (UTC) Delivered-To: current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CD400CDF28; Wed, 14 Aug 2019 10:06:07 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.daemonic.se (mail.daemonic.se [176.58.89.161]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 467lbM50J0z46Vk; Wed, 14 Aug 2019 10:06:07 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from cid.daemonic.se (localhost [IPv6:::1]) by mail.daemonic.se (Postfix) with ESMTP id 467lb52jtVz3l2S; Wed, 14 Aug 2019 10:05:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mail.daemonic.se ([127.0.0.1]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by cid.daemonic.se (mailscanner.daemonic.se [127.0.0.1]) (amavisd-new, port 10587) with ESMTPS id tbppElEBqUm2; Wed, 14 Aug 2019 10:05:53 +0000 (UTC) Received: from garnet.daemonic.se (unknown [IPv6:2001:470:dca9:201:99b8:b5f9:82da:aca0]) by mail.daemonic.se (Postfix) with ESMTPSA id 467lb460kvz3c7W; Wed, 14 Aug 2019 10:05:52 +0000 (UTC) Subject: Re: HEADSUP: drm-current-kmod now installs sources To: cem@freebsd.org, John Baldwin Cc: x11@freebsd.org, current References: <67ca217f-b7de-8707-c4de-51e3f895d06f@FreeBSD.org> From: Niclas Zeising Message-ID: <70334396-f921-d2ba-9ea7-9b4ee786d3e8@freebsd.org> Date: Wed, 14 Aug 2019 12:05:39 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 467lbM50J0z46Vk X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.94 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.94)[-0.937,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2019 10:06:08 -0000 On 2019-08-14 00:35, Conrad Meyer wrote: > This is super cool, thank you! Is it feasible to integrate other > out-of-tree kmods in a similar way, e.g., nvidia-driver? > It should be possible to expand this to work with other ports that install kmods. I think the plan is to have drm-current-kmod work like this for a while, to shake out any bugs or other unexpected issues, and then look into converting more kmod ports. Regards -- Niclas Zeising