Module Name: src
Committed By: martin
Date: Mon Oct 10 15:03:40 UTC 2022
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Ticket #1536
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-9.4
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-9.4
diff -u src/doc/CHANGES-9.4:1.1.2.22 src/doc/CHANGES-9.4:1.1.2.23
--- src/doc/CHANGES-9.4:1.1.2.22 Tue Oct 4 17:26:46 2022
+++ src/doc/CHANGES-9.4 Mon Oct 10 15:03:40 2022
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.22 2022/10/04 17:26:46 snj Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.23 2022/10/10 15:03:40 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -308,3 +308,11 @@ usr.sbin/sysinst/arch/landisk/md.c 1.16
partition).
[martin, ticket #1535]
+sys/arch/x86/include/i82093reg.h 1.7
+sys/arch/x86/x86/ioapic.c 1.66
+
+ - Fix a bug that an IOAPIC ID is tried to remap with a wrong ID.
+ The bit width is 8 bits these days. Fixes PR kern/54276.
+ - Print detail about misconfigured APIC ID.
+ [msaitoh, ticket #1536]
+