Module Name:    src
Committed By:   martin
Date:           Wed Oct 18 15:08:41 UTC 2023

Modified Files:
        src/doc [netbsd-9]: CHANGES-9.4

Log Message:
Tickets #1751 - #1755


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.110 -r1.1.2.111 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.110 src/doc/CHANGES-9.4:1.1.2.111
--- src/doc/CHANGES-9.4:1.1.2.110	Fri Oct 13 18:58:19 2023
+++ src/doc/CHANGES-9.4	Wed Oct 18 15:08:41 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.110 2023/10/13 18:58:19 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.111 2023/10/18 15:08:41 martin Exp $
 
 A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
 release:
@@ -2291,3 +2291,62 @@ sys/dev/pci/pcidevs_data.h			(regen)
 	Add Pericom(Diodes) PCIe switches.
 	[msaitoh, ticket #1750]
 
+sys/arch/i386/stand/lib/biosdisk.c		1.59,1.60 (patch)
+sys/dev/raidframe/rf_netbsdkintf.c		1.377-1.379,1.383,1.385,1.392
+						1.402,1.403,1.416 (patch)
+sys/rump/librump/rumpkern/emul.c		1.200 (patch)
+
+	raid(4): align the behavior of different boot methods.
+	[manu, ticket #1751]
+
+external/cddl/osnet/sys/kern/misc.c		(apply patch)
+
+	solaris.kmod: restore thread_create symbol for compatibility
+	(after removal in pullup-9 #1711).
+	[riastradh, ticket #1752]
+
+sys/dev/pci/ixgbe/ix_txrx.c			1.103-1.104
+sys/dev/pci/ixgbe/ixgbe.c			1.334-1.338,
+						1.341-1.344 via patch
+sys/dev/pci/ixgbe/ixgbe.h			1.90-1.93
+sys/dev/pci/ixgbe/ixgbe_82599.c			1.31-1.32
+sys/dev/pci/ixgbe/ixgbe_api.c			1.29
+sys/dev/pci/ixgbe/ixgbe_bypass.h		1.5
+sys/dev/pci/ixgbe/ixgbe_common.c		1.46-1.47
+sys/dev/pci/ixgbe/ixgbe_common.h		1.18
+sys/dev/pci/ixgbe/ixgbe_dcb.c			1.14-1.15
+sys/dev/pci/ixgbe/ixgbe_dcb_82598.c		1.13
+sys/dev/pci/ixgbe/ixgbe_type.h			1.59-1.61
+sys/dev/pci/ixgbe/ixgbe_x540.c			1.24
+sys/dev/pci/ixgbe/ixgbe_x550.c			1.28
+sys/dev/pci/ixgbe/ixv.c				1.187-1.192
+
+	- ixg(4): Add 82599 LS support once again.
+	- ixg(4): Filter out spurious link up indication more.
+	- ixg(4): Print DEVICE_CAPS register.
+	- ixg(4): Fix a bug that the number of queues is unintentionally
+	  limited to a small number or wrong error message may be printed
+	  when two devices' number of MSI-X vectors are different.
+	- Modify error message of wrong TX/RX descriptor size.
+	- Enable interrupt after setting IFF_RUNNING.
+	- Fix a bug that changing hw.ix[gv]X.qY.interrupt_rate would change
+	  all devices all queues default interrupt rate.
+	- Cleanup the code.
+	[msaitoh, ticket #1753]
+
+sys/dev/pci/if_wm.c				1.790,1.791
+sys/dev/pci/if_wmvar.h				1.51
+sys/dev/pci/pcidevs				1.1497
+sys/dev/pci/pcidevs.h				(regen)
+sys/dev/pci/pcidevs_data.h			(regen)
+
+	- Add new workaround for Tiger Lake and newer to avoid
+	  packet loss.
+	- Add I219{V,LM}({22,23}) devices (Raptor Lake).
+	[msaitoh, ticket #1754]
+
+sys/kern/subr_thmap.c				1.14,1.15
+
+	thmap(9): PR 57666, PR 57208: fix allocation failure issues.
+	[riastradh, ticket #1755]
+

Reply via email to