Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Feb 2019 19:37:09 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r344300 - in head: . sys/sys
Message-ID:  <201902191937.x1JJb9H6053057@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Tue Feb 19 19:37:09 2019
New Revision: 344300
URL: https://svnweb.freebsd.org/changeset/base/344300

Log:
  Add an UPDATING entry for the removal of drm and drm2
  
  Also bump FreeBSD version to 1300013 since this series is a big
  change.

Modified:
  head/UPDATING
  head/sys/sys/param.h

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Tue Feb 19 19:37:02 2019	(r344299)
+++ head/UPDATING	Tue Feb 19 19:37:09 2019	(r344300)
@@ -31,6 +31,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
 	disable the most expensive debugging functionality run
 	"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
 
+20190219:
+	drm and drm2 have been removed from the tree. Please see
+	https://wiki.freebsd.org/Graphics for the latest information on
+	migrating to the drm ports.
+
 20190131:
 	Iflib is no longer unconditionally compiled into the kernel.  Drivers
 	using iflib and statically compiled into the kernel, now require

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Tue Feb 19 19:37:02 2019	(r344299)
+++ head/sys/sys/param.h	Tue Feb 19 19:37:09 2019	(r344300)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1300012	/* Master, propagated to newvers */
+#define __FreeBSD_version 1300013	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902191937.x1JJb9H6053057>