Module Name: src
Committed By: snj
Date: Wed Jul 28 15:00:31 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
tickets 132[45]
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.17 -r1.1.2.18 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.17 src/doc/CHANGES-9.3:1.1.2.18
--- src/doc/CHANGES-9.3:1.1.2.17 Wed Jul 14 18:05:25 2021
+++ src/doc/CHANGES-9.3 Wed Jul 28 15:00:31 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.3,v 1.1.2.17 2021/07/14 18:05:25 martin Exp $
+# $NetBSD: CHANGES-9.3,v 1.1.2.18 2021/07/28 15:00:31 snj Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -376,3 +376,14 @@ sys/arch/hp300/stand/common/rd.c 1.11
hp300: various rd(4) improvements.
[tsutsui, ticket #1323]
+sys/arch/arm/rockchip/rk_anxdp.c 1.4
+
+ Fix display init on Pinebook Pro w/ U-Boot 2021.07.
+ [jmcneill, ticket #1324]
+
+sys/dev/audio/audio.c 1.105
+
+ AUDIO_SETINFO: fix a bug that the gain and the balance could
+ not be set at the same time. PR kern/56308.
+ [isaki, ticket #1325]
+