diff options
author | Vladimir Kondratyev <wulf@FreeBSD.org> | 2021-01-06 13:44:11 +0000 |
---|---|---|
committer | Vladimir Kondratyev <wulf@FreeBSD.org> | 2021-01-07 23:18:44 +0000 |
commit | a84b0e94cdbf1a17a798ab7f77375aacb4d400ff (patch) | |
tree | 94138991acc6a7e71dc69ad08270bb8a635a8b1b | |
parent | d97d5c0ce89da10c1de150e0555774dec2ed7aed (diff) |
hid: Add UPDATING entry and bump __FreeBSD_version
Reviewed by: hselasky
Differential revision: https://reviews.freebsd.org/D28019
-rw-r--r-- | UPDATING | 6 | ||||
-rw-r--r-- | sys/sys/param.h | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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, |