aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/param.h
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-08-24 00:02:00 +0000
committerWarner Losh <imp@FreeBSD.org>2018-08-24 00:02:00 +0000
commit592ffb217505586a6c69e91549a3c14132875f16 (patch)
treeb0d47c3fb61202562c785acfdddc0ffcb390885d /sys/sys/param.h
parenta307fb5b0c6093216eccc5d317ed194cecdcc7ff (diff)
downloadsrc-592ffb217505586a6c69e91549a3c14132875f16.tar.gz
src-592ffb217505586a6c69e91549a3c14132875f16.zip
Revert drm2 removal.
Revert r338177, r338176, r338175, r338174, r338172 After long consultations with re@, core members and mmacy, revert these changes. Followup changes will be made to mark them as deprecated and prent a message about where to find the up-to-date driver. Followup commits will be made to make this clear in the installer. Followup commits to reduce POLA in ways we're still exploring. It's anticipated that after the freeze, this will be removed in 13-current (with the residual of the drm2 code copied to sys/arm/dev/drm2 for the TEGRA port's use w/o the intel or radeon drivers). Due to the impending freeze, there was no formal core vote for this. I've been talking to different core members all day, as well as Matt Macey and Glen Barber. Nobody is completely happy, all are grudgingly going along with this. Work is in progress to mitigate the negative effects as much as possible. Requested by: re@ (gjb, rgrimes)
Notes
Notes: svn path=/head/; revision=338285
Diffstat (limited to 'sys/sys/param.h')
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 3ae57eaf6c90..53fa207bf9ac 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -60,7 +60,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1200081 /* Master, propagated to newvers */
+#define __FreeBSD_version 1200082 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,