Module Name: src
Committed By: martin
Date: Thu Dec 30 12:40:08 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Tickets #1397 and #1398
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.61 -r1.1.2.62 src/doc/CHANGES-9.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-9.3
diff -u src/doc/CHANGES-9.3:1.1.2.61 src/doc/CHANGES-9.3:1.1.2.62
--- src/doc/CHANGES-9.3:1.1.2.61 Fri Dec 24 13:05:22 2021
+++ src/doc/CHANGES-9.3 Thu Dec 30 12:40:08 2021
@@ -1,4 +1,4 @@
-29~# $NetBSD: CHANGES-9.3,v 1.1.2.61 2021/12/24 13:05:22 martin Exp $
+29~# $NetBSD: CHANGES-9.3,v 1.1.2.62 2021/12/30 12:40:08 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -1139,3 +1139,14 @@ sys/arch/x86/include/cpu.h 1.132
- Cosmetic changes to improve readability.
[msaitoh, ticket #1396]
+sys/dev/pckbport/synaptics.c 1.71
+
+ synaptics(4): New sysctl knob hw.synaptics.debug to enable debug
+ output.
+ [riastradh, ticket #1397]
+
+sys/dev/cgd.c 1.142
+
+ cgd(4): fix detach when still in use by wedges.
+ [riastradh, ticket #1398]
+