Wed Oct 18 14:46:35 2023 UTC ()
Tickets #1914 and #1915


(martin)
diff -r1.1.2.203 -r1.1.2.204 src/doc/CHANGES-8.3

cvs diff -r1.1.2.203 -r1.1.2.204 src/doc/Attic/CHANGES-8.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-8.3 2023/10/13 18:59:15 1.1.2.203
+++ src/doc/Attic/CHANGES-8.3 2023/10/18 14:46:35 1.1.2.204
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-8.3,v 1.1.2.203 2023/10/13 18:59:15 martin Exp $ 1$NetBSD: CHANGES-8.3,v 1.1.2.204 2023/10/18 14:46:35 martin Exp $
2 2
3A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 3A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
4release: 4release:
5 5
6external/gpl2/groff/tmac/mdoc.local patched by hand 6external/gpl2/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 8.2_STABLE. 9 Welcome to 8.2_STABLE.
10 [martin] 10 [martin]
11 11
12sys/dev/ic/spdmem.c 1.31-1.35 12sys/dev/ic/spdmem.c 1.31-1.35
13sys/dev/ic/spdmemvar.h 1.15,1.16 13sys/dev/ic/spdmemvar.h 1.15,1.16
14 14
@@ -4013,13 +4013,54 @@ sys/dev/pci/ixgbe/ixgbe_x550.c 1.27 @@ -4013,13 +4013,54 @@ sys/dev/pci/ixgbe/ixgbe_x550.c 1.27
4013sys/dev/pci/ixgbe/ixv.c 1.186 via patch 4013sys/dev/pci/ixgbe/ixv.c 1.186 via patch
4014 4014
4015 ixg(4): Rename some definitions, modify comment. No functional change. 4015 ixg(4): Rename some definitions, modify comment. No functional change.
4016 [msaitoh, ticket #1912] 4016 [msaitoh, ticket #1912]
4017 4017
4018sys/dev/pci/pcidevs 1.1493,1.1495 4018sys/dev/pci/pcidevs 1.1493,1.1495
4019sys/dev/pci/pcidevs.h (regen) 4019sys/dev/pci/pcidevs.h (regen)
4020sys/dev/pci/pcidevs_data.h (regen) 4020sys/dev/pci/pcidevs_data.h (regen)
4021 4021
4022 Add Intel 82599 LS. 4022 Add Intel 82599 LS.
4023 Add Pericom(Diodes) PCIe switches. 4023 Add Pericom(Diodes) PCIe switches.
4024 [msaitoh, ticket #1913] 4024 [msaitoh, ticket #1913]
4025 4025
 4026sys/dev/pci/ixgbe/ix_txrx.c 1.103-1.104
 4027sys/dev/pci/ixgbe/ixgbe.c 1.334-1.338,
 4028 1.341-1.344 via patch
 4029sys/dev/pci/ixgbe/ixgbe.h 1.90-1.93
 4030sys/dev/pci/ixgbe/ixgbe_82599.c 1.31-1.32
 4031sys/dev/pci/ixgbe/ixgbe_api.c 1.29
 4032sys/dev/pci/ixgbe/ixgbe_bypass.h 1.5
 4033sys/dev/pci/ixgbe/ixgbe_common.c 1.46-1.47
 4034sys/dev/pci/ixgbe/ixgbe_common.h 1.18
 4035sys/dev/pci/ixgbe/ixgbe_dcb.c 1.14-1.15
 4036sys/dev/pci/ixgbe/ixgbe_dcb_82598.c 1.13
 4037sys/dev/pci/ixgbe/ixgbe_type.h 1.59-1.61
 4038sys/dev/pci/ixgbe/ixgbe_x540.c 1.24
 4039sys/dev/pci/ixgbe/ixgbe_x550.c 1.28
 4040sys/dev/pci/ixgbe/ixv.c 1.187-1.192 via patch
 4041
 4042 - ixg(4): Add 82599 LS support once again.
 4043 - ixg(4): Filter out spurious link up indication more.
 4044 - ixg(4): Print DEVICE_CAPS register.
 4045 - ixg(4): Fix a bug that the number of queues is unintentionally
 4046 limited to a small number or wrong error message may be printed
 4047 when two devices' number of MSI-X vectors are different.
 4048 - Modify error message of wrong TX/RX descriptor size.
 4049 - Enable interrupt after setting IFF_RUNNING.
 4050 - Fix a bug that changing hw.ix[gv]X.qY.interrupt_rate would change
 4051 all devices all queues default interrupt rate.
 4052 - Cleanup the code.
 4053 [msaitoh, ticket #1914]
 4054
 4055sys/dev/pci/pcidevs 1.1497
 4056sys/dev/pci/pcidevs.h regen
 4057sys/dev/pci/pcidevs_data.h regen
 4058sys/dev/pci/if_wm.c 1.689,1.790-1.791 via patch
 4059sys/dev/pci/if_wmreg.h 1.120 via patch
 4060sys/dev/pci/if_wmvar.h 1.51
 4061
 4062 - Use 12K for packet buffer for jumbo frame on PCH2 and newer.
 4063 - Add new workaround for Tiger Lake and newer to avoid packet loss.
 4064 - Add I219{V,LM}({22,23}) devices (Raptor Lake).
 4065 [msaitoh, ticket #1915]
 4066