Module Name:    src
Committed By:   martin
Date:           Tue Dec  7 12:43:14 UTC 2021

Modified Files:
        src/doc [netbsd-9]: CHANGES-9.3

Log Message:
Tickets #1386 - #1390


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.55 -r1.1.2.56 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.55 src/doc/CHANGES-9.3:1.1.2.56
--- src/doc/CHANGES-9.3:1.1.2.55	Fri Dec  3 19:51:52 2021
+++ src/doc/CHANGES-9.3	Tue Dec  7 12:43:14 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.3,v 1.1.2.55 2021/12/03 19:51:52 martin Exp $
+29~# $NetBSD: CHANGES-9.3,v 1.1.2.56 2021/12/07 12:43:14 martin Exp $
 
 A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
 release:
@@ -1056,3 +1056,30 @@ sys/arch/x86/x86/procfs_machdep.c		1.40-
 	- Whitespace fix.
 	[msaitoh, ticket #1385]
 
+sys/dev/usb/ehci.c				1.287
+
+	ehci(4): fix suspend/resume locking.
+	[riastradh, ticket #1386]
+
+sys/dev/i2c/sdtemp.c				1.41
+
+	sdtemp(4): use aprint_debug instead of aprint_error for expected
+	failure.
+	[msaitoh, ticket #1387]
+
+sys/dev/i2c/spdmem_i2c.c			1.23-1.25 via patch
+
+	- Carefully access to the I2C bus in the match function.
+	- Improve bank reset code for DDR4.
+	[msaitoh, ticket #1388]
+
+sys/arch/x86/x86/identcpu.c			1.103-1.105
+
+	Identify Vortex86EX2.
+	[msaitoh, ticket #1389]
+
+sys/arch/x86/x86/identcpu.c			1.121
+
+	Make a numeric literal unsigned as it is bit-negated.
+	[msaitoh, ticket #1390]
+

Reply via email to