Module Name: src Committed By: martin Date: Wed Mar 31 13:52:02 UTC 2021
Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Tickets #1238 - #1240 To generate a diff of this commit: cvs rdiff -u -r1.1.2.62 -r1.1.2.63 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.62 src/doc/CHANGES-9.2:1.1.2.63 --- src/doc/CHANGES-9.2:1.1.2.62 Sun Mar 28 18:23:56 2021 +++ src/doc/CHANGES-9.2 Wed Mar 31 13:52:02 2021 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.2,v 1.1.2.62 2021/03/28 18:23:56 martin Exp $ +# $NetBSD: CHANGES-9.2,v 1.1.2.63 2021/03/31 13:52:02 martin Exp $ A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2 release: @@ -2869,3 +2869,19 @@ doc/3RDPARTY (manually edited) Import OpenSSL 1.1.1k. [christos, ticket #1237] +sys/arch/arm/cortex/gic.c 1.47 + + PR 55243: only target the boot cpu for real with SPI interrupts. + [skrll, ticket #1238] + +sys/arch/sparc/dev/audioamd.c (apply patch) + + PR 56078: fix sparc audioamd(4) locking. + [tsutsui, ticket #1239] + +sys/arch/sparc/sparc/trap.c 1.199 + + PR 55573: remove kernel message about disabled coprocessor + instructions. + [christos, ticket #1240] +