Module Name: src
Committed By: martin
Date: Mon Dec 28 20:24:05 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.2
Log Message:
Tickets #1161-#1163, #1165, #1166
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/doc/CHANGES-9.2
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.2
diff -u src/doc/CHANGES-9.2:1.1.2.28 src/doc/CHANGES-9.2:1.1.2.29
--- src/doc/CHANGES-9.2:1.1.2.28 Mon Dec 28 16:00:51 2020
+++ src/doc/CHANGES-9.2 Mon Dec 28 20:24:05 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.2,v 1.1.2.28 2020/12/28 16:00:51 snj Exp $
+# $NetBSD: CHANGES-9.2,v 1.1.2.29 2020/12/28 20:24:05 martin Exp $
A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2
release:
@@ -1302,3 +1302,34 @@ etc/rc.d/ntpdate 1.21
Adjust to "pool" usage in our standard ntp.conf.
[martin, ticket #1164]
+sys/arch/hp300/dev/dnkbd.c 1.11
+sys/arch/hp300/dev/hil_intio.c 1.4
+
+ Fix a longstanding bug in hilkbd (and dnkbd) console attachment
+ to make ddb(4) and kernel prompts for root device work.
+ [tsutsui, ticket #1161]
+
+sys/arch/hp300/dev/sti_sgc.c 1.4
+sys/dev/ic/sti.c 1.23-1.25
+sys/dev/ic/stivar.h 1.11
+
+ sti(4): add bitmap access ops support for SGC CRX (A1659-66001)
+ framebuffer and improve 425e EVRX support.
+ [tsutsui, ticket #1162]
+
+distrib/notes/hp300/hardware 1.21-1.24
+
+ Update supported hardware list for HP332, hp425e built-in EVRX
+ and A1659A CRX framebuffer. Minor fixes.
+ [tsutsui, ticket #1163]
+
+sys/dev/hdaudio/hdaudio.c 1.12
+
+ PR 51734: initialize DMA memory when allocating it.
+ [jmcneill, ticket #1165]
+
+sys/dev/hdaudio/hdaudio.c 1.13
+
+ Fix crash if a codec reports 0 nodes.
+ [jmcneill, ticket #1166]
+