From owner-freebsd-current@freebsd.org Wed Aug 22 01:55:07 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 387D31086F0F; Wed, 22 Aug 2018 01:55:07 +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 D33D479E3B; Wed, 22 Aug 2018 01:55:06 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from mail-io0-f170.google.com (mail-io0-f170.google.com [209.85.223.170]) (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 931CD101AB; Wed, 22 Aug 2018 01:55:06 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: by mail-io0-f170.google.com with SMTP id c22-v6so303149iob.1; Tue, 21 Aug 2018 18:55:06 -0700 (PDT) X-Gm-Message-State: APzg51AVJNCBjuxyJJ39FLhBJHPg6NHe1oA4HjEyH6imYePZAZ1Tu8cY u5T2FHQv/hA2HBhwlo7B+Ai3OJvnYmRpLhgAbIM= X-Google-Smtp-Source: ANB0Vda3RyZzbAzQS1sufVblGKXMa9ugYSSpxCulob4Abnu1a5l0vs8BPrNh7N8VjlAybaQlFHD1pEYQXJUpvy3/SDI= X-Received: by 2002:a5e:dd4b:: with SMTP id u11-v6mr3621713iop.237.1534902905949; Tue, 21 Aug 2018 18:55:05 -0700 (PDT) MIME-Version: 1.0 From: Matthew Macy Date: Tue, 21 Aug 2018 18:54:54 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: drm / drm2 removal in 12 To: freebsd-current , freebsd-stable@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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, 22 Aug 2018 01:55:07 -0000 Just in case anyone misses the change to UPDATING: 20180821: drm and drm2 have been removed. Users on powerpc, 32-bit hardware, or with GPUs predating Radeon and i915 will need to install the graphics/drm-legacy-kmod. All other users should be able to use one of the LinuxKPI-based ports: graphics/drm-stable-kmod, graphics/drm-next-kmod, graphics/drm-devel-kmod. Note that this applies only to 12. -M