Module Name: src Committed By: martin Date: Mon Aug 21 12:30:47 UTC 2023
Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #331 - #333 To generate a diff of this commit: cvs rdiff -u -r1.1.2.110 -r1.1.2.111 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.110 src/doc/CHANGES-10.0:1.1.2.111 --- src/doc/CHANGES-10.0:1.1.2.110 Fri Aug 18 12:52:31 2023 +++ src/doc/CHANGES-10.0 Mon Aug 21 12:30:46 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-10.0,v 1.1.2.110 2023/08/18 12:52:31 martin Exp $ +# $NetBSD: CHANGES-10.0,v 1.1.2.111 2023/08/21 12:30:46 martin Exp $ A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16 until the 10.0 release: @@ -11194,3 +11194,27 @@ sys/dev/vnd.c 1.289 memory. [riastradh, ticket #330] +usr.sbin/sysinst/arch/luna68k/md.c 1.11 +usr.sbin/sysinst/arch/luna68k/md.h 1.7 + + PR 55058: force the boot partition to sd0d, so our root partitions + becomes sd0a again. + [tsutsui, ticket #331] + +sys/net/npf/npf_tableset.c 1.41 + + npf(9): fix crashes in table queries, PR 57136 and 57181. + [riastradh, ticket #332] + +sys/dev/pci/pcidevs 1.1483-1.1492 +sys/dev/pci/pcidevs.h regen +sys/dev/pci/pcidevs_data.h regen + + - Add AMD 19h/7xh Root Complex. + - Add ASMedia ASM106x. + - Add Intel Snow Ridge, Xeon D-2100 devices. + - Add Intel I226 devices. + - Add the VIA VX800 chipset devices and S3 chrome 500 series GPU. + - Fix description of Intel 0x37d0. + [msaitoh, ticket #333] +