Module Name: src Committed By: martin Date: Wed Nov 29 12:36:24 UTC 2023
Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #482 and #483 To generate a diff of this commit: cvs rdiff -u -r1.1.2.165 -r1.1.2.166 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.165 src/doc/CHANGES-10.0:1.1.2.166 --- src/doc/CHANGES-10.0:1.1.2.165 Wed Nov 29 12:25:55 2023 +++ src/doc/CHANGES-10.0 Wed Nov 29 12:36:24 2023 @@ -1,5 +1,5 @@ -# $NetBSD: CHANGES-10.0,v 1.1.2.165 2023/11/29 12:25:55 martin Exp $ +# $NetBSD: CHANGES-10.0,v 1.1.2.166 2023/11/29 12:36:24 martin Exp $ A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16 until the 10.0 release: @@ -14235,3 +14235,13 @@ external/nvidia-firmware/nouveau/dist/tu nvidia: update Tu11x signed firmware to support newer Turing HW. [bouyer, ticket #481] +sys/arch/arm/acpi/gic_acpi.c 1.8 + + arm: gicv2: fix truncation of GICC / GICD base addresses above 4GB. + [jmcneill, ticket #482] + +sys/dev/pci/pci_resource.c 1.4 + + pci: Improve resource allocation for non-prefetchable BARs. + [jmcneill, ticket #483] +