From owner-svn-src-all@freebsd.org Sat Mar 11 05:12:40 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AFC3D0775C; Sat, 11 Mar 2017 05:12:40 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 68422CF9; Sat, 11 Mar 2017 05:12:40 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2B5CdHZ053220; Sat, 11 Mar 2017 05:12:39 GMT (envelope-from manu@FreeBSD.org) Received: (from manu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2B5Cd7E053219; Sat, 11 Mar 2017 05:12:39 GMT (envelope-from manu@FreeBSD.org) Message-Id: <201703110512.v2B5Cd7E053219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: manu set sender to manu@FreeBSD.org using -f From: Emmanuel Vadot Date: Sat, 11 Mar 2017 05:12:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r315052 - head X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Mar 2017 05:12:40 -0000 Author: manu Date: Sat Mar 11 05:12:39 2017 New Revision: 315052 URL: https://svnweb.freebsd.org/changeset/base/315052 Log: Document the removal of radeon and i915 old drm driver done in r315045. Reported by: linimon Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Mar 11 05:01:29 2017 (r315051) +++ head/UPDATING Sat Mar 11 05:12:39 2017 (r315052) @@ -52,6 +52,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12 ****************************** SPECIAL WARNING: ****************************** 20170311: + The old drm (sys/dev/drm/) drivers for i915 and radeon have been + removed as the userland we provide cannot use them. The KMS version + (sys/dev/drm2) support the same hardware. + +20170311: GNU diff has been replaced by a BSD licensed diff. Some features of GNU diff has not been implemented, if those are needed a newer version of GNU diff is available via the diffutils package under the gdiff name.