From owner-freebsd-current@freebsd.org Sun May 20 13:04:24 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 422C4EE01AC; Sun, 20 May 2018 13:04:24 +0000 (UTC) (envelope-from johalun0@gmail.com) Received: from mail-wm0-x230.google.com (mail-wm0-x230.google.com [IPv6:2a00:1450:400c:c09::230]) (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 859C77E3F8; Sun, 20 May 2018 13:04:23 +0000 (UTC) (envelope-from johalun0@gmail.com) Received: by mail-wm0-x230.google.com with SMTP id j5-v6so22266464wme.5; Sun, 20 May 2018 06:04:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=7whA64froBUqx/W98VZux3UXYZZozvHrR1QSlyVSXm4=; b=ToJqiPy1j3X/9yTZulmvHZzQYXw/sQ7L4cIr+pH8pkW6GoMAdFlk6pdAbHo/z+zMhN HJ5HLK4AqOw7WwatWQsjzAJrt5VIq1M2pwomg87qsdJXw+z0D5m5B31KcVebqK+Ma2aJ redaC3qpkZvmH+z6cZewWRzYWn/4zN1J45nStED4QZaw5uzkzxTTX/sulayPpDuc8yL9 lXCrM4l35WZ2tOT/mHecYAgle+lwwI8aFmXBf8JjP/ZnhYoEccppG9K0z2M+abrYSjkM TL9cgCAFsWTEiAsmZzuitNf4/JcKORSaLfT7PfqtUUrTEYd62v+ANtstCw+592iksANd FI/A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=7whA64froBUqx/W98VZux3UXYZZozvHrR1QSlyVSXm4=; b=a1+d/lElQBEaZQDZv3kUebPgDwM86P04dCARO+roiFkxr5SHbCHfjBg1hm22D2EE4w J7eGNpDhZVAs/vB9snY+d2wqnOEITvU0dbFGnGmDh/W56I/q3jaheoBv+c7k9Vi++Tv0 NQw0EMVLFQ6SH5t3iQOCquOHrlnOZs9puObDZ787dI9wqqWpIWnckYR3jE5NcmD9hA6f WfmRWI0xd/PFy7dkzgeBiB0ZXoAMA3gHDtFKxUUUNl64qcSDBUaRF/Z88NCDxWtZiwS0 UPDHrLlVkYe1yTT0xGU4g5RAYyPLdqx9L3ZwYI5HtxA6OLdjhHR9HGCwp9zY+ENHe5Bw QzYg== X-Gm-Message-State: ALKqPwfL2zBCf+Kf+w7j8rDVXd+c/Am37hI3WN+kg/FWCJHvcT+1RGPC FFoHQAAyRLpOS2qQr5IY7/kqNIULqBCwlbYc04P4rw== X-Google-Smtp-Source: AB8JxZrluRjgCKgSWI4YSZjuUVFth1pmX8FTFzeN2kMtReJNtF73h6UqLCOBABiLaqgXZSRJ4WN5yoOG0gqJBbmZTCI= X-Received: by 2002:a1c:e54a:: with SMTP id c71-v6mr8022208wmh.55.1526821462525; Sun, 20 May 2018 06:04:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.167.137 with HTTP; Sun, 20 May 2018 06:03:42 -0700 (PDT) In-Reply-To: References: <3a5edc5c-3caa-830b-4bd9-53ff52feb8a7@freebsd.org> From: Johannes Lundberg Date: Sun, 20 May 2018 14:03:42 +0100 Message-ID: Subject: Re: [RFC] Deprecation and removal of the drm2 driver To: Boris Samorodov Cc: x11-list freebsd , freebsd-current Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.26 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: Sun, 20 May 2018 13:04:24 -0000 On Sun, May 20, 2018 at 1:36 PM, Boris Samorodov wrote: > 18.05.2018 20:58, Niclas Zeising =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > > > Is there anyone still using the drm2 driver on 12-CURRENT? If so, what > > is preventing you from switching to the port? > > I use base packages and can not use port: > https://lists.freebsd.org/pipermail/freebsd-current/2018-May/069329.html If we remove drm.ko from base (which is suggested) you would be able to install the drm-stable/next-kmod packages without conflict. > > > -- > WBR, bsam > _______________________________________________ > freebsd-x11@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >