git: a898ee51c41d - main - Fix LINT kernel build after 01f2e864f79584c0cd250a8e7cfb501a9985768a.
Hans Petter Selasky
hselasky at FreeBSD.org
Sat Jan 9 10:02:33 UTC 2021
The branch main has been updated by hselasky:
URL: https://cgit.FreeBSD.org/src/commit/?id=a898ee51c41d57805da6b969ee019a39f348c4e4
commit a898ee51c41d57805da6b969ee019a39f348c4e4
Author: Hans Petter Selasky <hselasky at FreeBSD.org>
AuthorDate: 2021-01-09 09:48:13 +0000
Commit: Hans Petter Selasky <hselasky at FreeBSD.org>
CommitDate: 2021-01-09 09:49:21 +0000
Fix LINT kernel build after 01f2e864f79584c0cd250a8e7cfb501a9985768a.
Differential revision: https://reviews.freebsd.org/D27893
Sponsored by: Mellanox Technologies // NVIDIA Networking
---
sys/conf/NOTES | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 4a9e09184caa..5033cc63524f 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2412,7 +2412,10 @@ options NSFBUFS=1024
#
options DEBUG_LOCKS
-
+#####################################################################
+# Generic HID support
+device hid
+
#####################################################################
# USB support
# UHCI controller
More information about the dev-commits-src-all
mailing list