From owner-svn-src-head@freebsd.org Wed Aug 22 07:35:36 2018 Return-Path: Delivered-To: svn-src-head@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 7EA3610800D4; Wed, 22 Aug 2018 07:35:36 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 23FE387519; Wed, 22 Aug 2018 07:35:36 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from mail-io0-f176.google.com (mail-io0-f176.google.com [209.85.223.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: mmacy) by smtp.freebsd.org (Postfix) with ESMTPSA id DA6F01244C; Wed, 22 Aug 2018 07:35:35 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: by mail-io0-f176.google.com with SMTP id v14-v6so748742iob.4; Wed, 22 Aug 2018 00:35:35 -0700 (PDT) X-Gm-Message-State: APzg51BzQlYqYatWAqQ/ZnCqIq/y45RELcsenJXK5TcXV7tO4cQAmm+t 1+WNTSxrJK9WwpCxFisruTH+h5wbwrXHyZmBqr8= X-Google-Smtp-Source: ANB0VdbVzYE6PvnIrgZogo9OGV5l26b2fU9+yJu8u8WWIjhh15UUrzVdyYZDVStVV9EWe0VhoOhAD9oxm3N8rNotbtA= X-Received: by 2002:a5e:dd4b:: with SMTP id u11-v6mr4265238iop.237.1534923335366; Wed, 22 Aug 2018 00:35:35 -0700 (PDT) MIME-Version: 1.0 References: <201808220150.w7M1oDeA012487@repo.freebsd.org> In-Reply-To: From: Matthew Macy Date: Wed, 22 Aug 2018 00:35:23 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r338172 - in head: . sys/amd64/conf sys/dev/drm sys/dev/drm2 sys/dev/drm2/i915 sys/dev/drm2/radeon sys/dev/drm2/radeon/reg_srcs sys/dev/drm2/ttm sys/i386/conf sys/modules sys/modules/dr... To: Andriy Gapon Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org, Johannes Lundberg Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2018 07:35:36 -0000 Johannes - do you know off hand? -M On Wed, Aug 22, 2018 at 12:06 AM Andriy Gapon wrote: > On 22/08/2018 04:50, Matt Macy wrote: > > Author: mmacy > > Date: Wed Aug 22 01:50:12 2018 > > New Revision: 338172 > > URL: https://svnweb.freebsd.org/changeset/base/338172 > > > > Log: > > Remove legacy drm and drm2 from tree > > > > As discussed on the MLs drm2 conflicts with the ports' version and > there > > is no upstream for most if not all of drm. Both have been merged in to > > a single port. > ... > > Approved by: core@ > > I am curious if this "panic: implment me" has been addressed? > https://lists.freebsd.org/pipermail/freebsd-current/2018-May/069428.html > > > -- > Andriy Gapon >