From owner-freebsd-current@freebsd.org Wed May 30 00:51:05 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E00B5FC8DB3; Wed, 30 May 2018 00:51:05 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: from mail-lf0-f67.google.com (mail-lf0-f67.google.com [209.85.215.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 572AE870A6; Wed, 30 May 2018 00:51:05 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: by mail-lf0-f67.google.com with SMTP id v135-v6so1539372lfa.9; Tue, 29 May 2018 17:51:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=24xl0qJOOz7d6ppEadNBNow+hUsqOL9w1T6sFkcmkIs=; b=BoxCgpEyo8vAcDHGiBnTWnczwBngrGBD4YPl/MeToN714szkd2t4aHrOpqlnGydCDt yXk8THWJHMd14MRVHp5cmLuFruRRV+Zk86JL263yaD15yYqmYwC9xntANg/+r4QQExER 0LoiqQiY+qFEMlBrSJBOFF+JeLG4BLQguBEgNDasulLUCO9IrHcShnTceuC/szRKIGQ0 Sqzy5KKdMBtvP3yG4S+MVF/RtXLMAsylkulo9qHoi88HSFV44tPi8yRCdMztlDKYChei KkF33BVe3otY2o8As2hc4J7TzMr2BjExfQZwRqsScnTstqdCP7N1/718Dp7u/ncHMS4t kiVg== X-Gm-Message-State: ALKqPwc94Dj6sSSlna/xHJnH377f4+co/gArIbTCl5IlfZyLuHAGCEMa H8zKTIHCSWVgkHTehgQ8HwswNovF9vk= X-Google-Smtp-Source: ADUXVKJIgq9ZK0bgIWLXifCYtxbsNxS22uQtEgkMpvsUjXbuCwHdg0/p8dg7aaWRVUj4m/4sgyN9Sw== X-Received: by 2002:a2e:404d:: with SMTP id n74-v6mr403799lja.6.1527641463628; Tue, 29 May 2018 17:51:03 -0700 (PDT) Received: from oxy (89-76-8-18.dynamic.chello.pl. [89.76.8.18]) by smtp.gmail.com with ESMTPSA id h201-v6sm7582143lfh.34.2018.05.29.17.51.03 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 29 May 2018 17:51:03 -0700 (PDT) Date: Wed, 30 May 2018 02:52:08 +0200 From: Mateusz Piotrowski <0mp@FreeBSD.org> To: "Rodney W. Grimes" Cc: Niclas Zeising , freebsd-x11@freebsd.org, freebsd-current@freebsd.org Subject: Re: [RFC] Deprecation and removal of the drm2 driver Message-ID: <20180530025208.7e966684@oxy> In-Reply-To: <201805300039.w4U0dvPx067743@pdx.rh.CN85.dnsmgr.net> References: <20180529230131.211ff1da@oxy> <201805300039.w4U0dvPx067743@pdx.rh.CN85.dnsmgr.net> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 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, 30 May 2018 00:51:06 -0000 On Tue, 29 May 2018 17:39:57 -0700 (PDT) "Rodney W. Grimes" wrote: >> Let's also remember about our handbooks and those two wiki page: >> * https://wiki.freebsd.org/Graphics >> * https://wiki.freebsd.org/Graphics/FAQ >This one has a bit rot on this claim: > "The i915kms kernel-side driver is already built into the > generic FreeBSD kernel. No need to install anything. ' > >That is slightly miss leading, it is not "built into the generic", >it is avaliable as a module, at least on 11 and 12, not sure on >10 as I dont have 10 running any place anymore. Good catch! Thanks.