Module Name: src
Committed By: martin
Date: Fri Dec 13 17:15:43 UTC 2024
Modified Files:
src/doc [netbsd-10]: CHANGES-10.1
Log Message:
Typo in PR number for ticket #1018: PR 58680
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.75 -r1.1.2.76 src/doc/CHANGES-10.1
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.1
diff -u src/doc/CHANGES-10.1:1.1.2.75 src/doc/CHANGES-10.1:1.1.2.76
--- src/doc/CHANGES-10.1:1.1.2.75 Fri Dec 6 20:38:43 2024
+++ src/doc/CHANGES-10.1 Fri Dec 13 17:15:43 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.75 2024/12/06 20:38:43 snj Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.76 2024/12/13 17:15:43 martin Exp $
A complete list of changes from the NetBSD 10.0 release on 2024-03-28
until the 10.1 release:
@@ -3727,7 +3727,7 @@ tests/lib/libarchive/Makefile 1.16
sys/dev/pci/virtio_pci.c 1.55
- virtio(4): PR 68680: fix big-endian 64-bit register access.
+ virtio(4): PR 58680: fix big-endian 64-bit register access.
The access is supposed to be always little-endian, irrespective
of the host or guest's byte order. This was previously implemented
correctly, but through a series of changes via the confusing name