Module Name: src Committed By: martin Date: Sun Jul 9 13:40:15 UTC 2023
Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Ticket #229 To generate a diff of this commit: cvs rdiff -u -r1.1.2.79 -r1.1.2.80 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.79 src/doc/CHANGES-10.0:1.1.2.80 --- src/doc/CHANGES-10.0:1.1.2.79 Fri Jul 7 19:04:02 2023 +++ src/doc/CHANGES-10.0 Sun Jul 9 13:40:15 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-10.0,v 1.1.2.79 2023/07/07 19:04:02 martin Exp $ +# $NetBSD: CHANGES-10.0,v 1.1.2.80 2023/07/09 13:40:15 martin Exp $ A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16 until the 10.0 release: @@ -2387,3 +2387,10 @@ sys/net/if_wg.c 1.76 wg(4): improve diagnostic messages. [jakllsch, ticket #228] +sys/dev/pci/virtio_pci.c 1.43 +sys/dev/virtio/virtio_mmio.c 1.11 + + virtio(4): Fix byte order of DMA data for armeb in the same manner as + aarch64eb. + [rin, ticket #229] +