summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2017-03-11 05:12:39 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2017-03-11 05:12:39 +0000
commitf7c237746be73ba920a29b8713bd44040a56ee28 (patch)
tree15a2f6760902fa9c6289b0640b257be86ed9d5b8 /UPDATING
parent3bbe3f672e37e4f609adb3be3a6476edce2243ec (diff)
downloadsrc-test2-f7c237746be73ba920a29b8713bd44040a56ee28.tar.gz
src-test2-f7c237746be73ba920a29b8713bd44040a56ee28.zip
Document the removal of radeon and i915 old drm driver done in r315045.
Reported by: linimon
Notes
Notes: svn path=/head/; revision=315052
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 3428428831ad..1ffabc610b51 100644
--- a/UPDATING
+++ b/UPDATING
@@ -52,6 +52,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
****************************** 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.