Module Name: src Committed By: martin Date: Mon Mar 20 17:25:14 UTC 2023
Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Ticket #122 To generate a diff of this commit: cvs rdiff -u -r1.1.2.45 -r1.1.2.46 src/doc/CHANGES-10.0 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-10.0 diff -u src/doc/CHANGES-10.0:1.1.2.45 src/doc/CHANGES-10.0:1.1.2.46 --- src/doc/CHANGES-10.0:1.1.2.45 Wed Mar 15 18:42:44 2023 +++ src/doc/CHANGES-10.0 Mon Mar 20 17:25:14 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-10.0,v 1.1.2.45 2023/03/15 18:42:44 martin Exp $ +# $NetBSD: CHANGES-10.0,v 1.1.2.46 2023/03/20 17:25:14 martin Exp $ A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16 until the 10.0 release: @@ -1488,3 +1488,13 @@ sys/dev/vnd.c 1.288 vnd(4): PR 57263: avoid deadlock. [hannken, ticket #121] +sys/dev/wscons/wsdisplay.c 1.166 +sys/dev/wscons/wsdisplayvar.h 1.57 +sys/external/bsd/drm2/dist/drm/amd/amdgpu/amdgpu_gart.c 1.11 +sys/external/bsd/drm2/nouveau/nouveau_pci.c 1.37 +sys/external/bsd/drm2/radeon/radeon_pci.c 1.22 + + PRs 53126, 56714: fix nouveau and amdgpu booting via UEFI bootloader. + Fix bogus loop invariant assertions. + [mrg, ticket #122] +