Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/doc Tickets #1386 - #1390
details: https://anonhg.NetBSD.org/src/rev/3a1c3b756244
branches: netbsd-9
changeset: 1026795:3a1c3b756244
user: martin <martin%NetBSD.org@localhost>
date: Tue Dec 07 12:43:14 2021 +0000
description:
Tickets #1386 - #1390
diffstat:
doc/CHANGES-9.3 | 29 ++++++++++++++++++++++++++++-
1 files changed, 28 insertions(+), 1 deletions(-)
diffs (40 lines):
diff -r d4f7d9687dc3 -r 3a1c3b756244 doc/CHANGES-9.3
--- a/doc/CHANGES-9.3 Tue Dec 07 12:39:23 2021 +0000
+++ b/doc/CHANGES-9.3 Tue Dec 07 12:43:14 2021 +0000
@@ -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 @@
- 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]
+
Home |
Main Index |
Thread Index |
Old Index