git: a84b0e94cdbf - main - hid: Add UPDATING entry and bump __FreeBSD_version
Vladimir Kondratyev
wulf at FreeBSD.org
Thu Jan 7 23:20:50 UTC 2021
The branch main has been updated by wulf:
URL: https://cgit.FreeBSD.org/src/commit/?id=a84b0e94cdbf1a17a798ab7f77375aacb4d400ff
commit a84b0e94cdbf1a17a798ab7f77375aacb4d400ff
Author: Vladimir Kondratyev <wulf at FreeBSD.org>
AuthorDate: 2021-01-06 13:44:11 +0000
Commit: Vladimir Kondratyev <wulf at FreeBSD.org>
CommitDate: 2021-01-07 23:18:44 +0000
hid: Add UPDATING entry and bump __FreeBSD_version
Reviewed by: hselasky
Differential revision: https://reviews.freebsd.org/D28019
---
UPDATING | 6 ++++++
sys/sys/param.h | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/UPDATING b/UPDATING
index c2163a4342e4..77b4bacdc6c0 100644
--- a/UPDATING
+++ b/UPDATING
@@ -26,6 +26,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
world, or to merely disable the most expensive debugging functionality
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+2021XXXX:
+ Transport-independent parts of HID support have been split off the USB
+ code in to separate subsystem. Kernel configs which include one of
+ ums, ukbd, uhid, atp, wsp, wmt, uaudio, ugold or ucycom drivers should
+ be updated with adding of "device hid" line.
+
20210105:
ncurses installation has been modified to only keep the widechar
enabled version. Incremental build is broken for that change, so it
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 3137693848f1..a1747efbf1b4 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 1300133 /* Master, propagated to newvers */
+#define __FreeBSD_version 1300134 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
More information about the dev-commits-src-main
mailing list