Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/doc Tickets #1769 and #1770
details: https://anonhg.NetBSD.org/src/rev/fe1ec89782da
branches: netbsd-8
changeset: 371823:fe1ec89782da
user: martin <martin%NetBSD.org@localhost>
date: Mon Oct 10 15:11:45 2022 +0000
description:
Tickets #1769 and #1770
diffstat:
doc/CHANGES-8.3 | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r 55c6210cd181 -r fe1ec89782da doc/CHANGES-8.3
--- a/doc/CHANGES-8.3 Mon Oct 10 15:04:31 2022 +0000
+++ b/doc/CHANGES-8.3 Mon Oct 10 15:11:45 2022 +0000
@@ -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 @@
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]
+
Home |
Main Index |
Thread Index |
Old Index