Module Name:    src
Committed By:   martin
Date:           Mon Oct 10 15:11:45 UTC 2022

Modified Files:
        src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1769 and #1770


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.153 -r1.1.2.154 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.153 src/doc/CHANGES-8.3:1.1.2.154
--- src/doc/CHANGES-8.3:1.1.2.153	Thu Sep 29 14:43:06 2022
+++ src/doc/CHANGES-8.3	Mon Oct 10 15:11:45 2022
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.153 2022/09/29 14:43:06 snj Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.154 2022/10/10 15:11:45 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -2873,3 +2873,16 @@ sys/dev/pci/mfii.c				1.28
 	the driver use MSI/MSI-x when available.
 	[bouyer, ticket #1768]
 
+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 #1769]
+
+sys/net/if_ethersubr.c				1.254
+
+	Fix inverted logic dropping wrong sized packets in the VLAN path.
+	[msaitoh, ticket #1770]
+

Reply via email to